diff --git a/packages/mock-tpa-server/CHANGELOG.md b/packages/mock-tpa-server/CHANGELOG.md index c32bb476392..c20b7116843 100644 --- a/packages/mock-tpa-server/CHANGELOG.md +++ b/packages/mock-tpa-server/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.1.4](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.1.3...@times-components/mock-tpa-server@0.1.4) (2018-11-13) + +**Note:** Version bump only for package @times-components/mock-tpa-server + + + + + ## [0.1.3](https://github.com/newsuk/times-components/compare/@times-components/mock-tpa-server@0.1.2...@times-components/mock-tpa-server@0.1.3) (2018-11-12) diff --git a/packages/mock-tpa-server/package.json b/packages/mock-tpa-server/package.json index 6086ea962ae..d34273e4cde 100644 --- a/packages/mock-tpa-server/package.json +++ b/packages/mock-tpa-server/package.json @@ -1,6 +1,6 @@ { "name": "@times-components/mock-tpa-server", - "version": "0.1.3", + "version": "0.1.4", "description": "utility for testing times component clients with mocked api", "main": "./dist/index", "scripts": { diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md index 53f79cf38a6..4faf9d8c488 100644 --- a/packages/ssr/CHANGELOG.md +++ b/packages/ssr/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.5.5](https://github.com/newsuk/times-components/compare/@times-components/ssr@1.5.4...@times-components/ssr@1.5.5) (2018-11-13) + +**Note:** Version bump only for package @times-components/ssr + + + + + ## [1.5.4](https://github.com/newsuk/times-components/compare/@times-components/ssr@1.5.3...@times-components/ssr@1.5.4) (2018-11-12) diff --git a/packages/ssr/package.json b/packages/ssr/package.json index fb81a13ea99..01f436fd412 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,7 +1,7 @@ { "name": "@times-components/ssr", "main": "src", - "version": "1.5.4", + "version": "1.5.5", "scripts": { "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js", "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p", @@ -36,7 +36,7 @@ "homepage": "https://github.com/newsuk/times-components#readme", "devDependencies": { "@times-components/eslint-config-thetimes": "0.8.6", - "@times-components/mock-tpa-server": "0.1.3", + "@times-components/mock-tpa-server": "0.1.4", "cypress": "3.1.0", "depcheck": "0.6.9", "eslint": "5.9.0",