diff --git a/packages/backend/aws/CHANGELOG.md b/packages/backend/aws/CHANGELOG.md new file mode 100644 index 00000000..a6572db5 --- /dev/null +++ b/packages/backend/aws/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.10](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/aws@1.0.9...@gravitywelluk/aws@1.0.10) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/aws diff --git a/packages/backend/aws/package.json b/packages/backend/aws/package.json index a85b0378..0b8f4ca8 100644 --- a/packages/backend/aws/package.json +++ b/packages/backend/aws/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/aws", - "version": "1.0.9", + "version": "1.0.10", "description": "Library of commonly used AWS wrapper functions to communicate with the AWS SDK", "keywords": [ "gravitywell", @@ -38,7 +38,7 @@ "url": "https://github.com/GravitywellUK/packages/issues" }, "dependencies": { - "@gravitywelluk/json-api-error": "1.0.23", + "@gravitywelluk/json-api-error": "1.0.24", "aws-xray-sdk-core": "^3.2.0", "joi": "^17.3.0", "ramda": "^0.27.0", diff --git a/packages/backend/json-api-error/CHANGELOG.md b/packages/backend/json-api-error/CHANGELOG.md index ebffaa86..e732f860 100644 --- a/packages/backend/json-api-error/CHANGELOG.md +++ b/packages/backend/json-api-error/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.24](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/json-api-error@1.0.23...@gravitywelluk/json-api-error@1.0.24) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/json-api-error + + + + + ## 1.0.1 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/json-api-error diff --git a/packages/backend/json-api-error/package.json b/packages/backend/json-api-error/package.json index 987e969a..7f01c06b 100644 --- a/packages/backend/json-api-error/package.json +++ b/packages/backend/json-api-error/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/json-api-error", - "version": "1.0.23", + "version": "1.0.24", "description": "> TODO: description", "author": "George Evans ", "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/json-api-error", diff --git a/packages/backend/lambda-utils/CHANGELOG.md b/packages/backend/lambda-utils/CHANGELOG.md index e1082db5..8875bc33 100644 --- a/packages/backend/lambda-utils/CHANGELOG.md +++ b/packages/backend/lambda-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.24](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/lambda-utils@1.0.23...@gravitywelluk/lambda-utils@1.0.24) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/lambda-utils + + + + + ## 1.0.1 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/lambda-utils diff --git a/packages/backend/lambda-utils/package.json b/packages/backend/lambda-utils/package.json index 7ba687b2..4273510c 100644 --- a/packages/backend/lambda-utils/package.json +++ b/packages/backend/lambda-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/lambda-utils", - "version": "1.0.23", + "version": "1.0.24", "description": "Lambda utilities", "author": "George Evans ", "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils", @@ -18,8 +18,8 @@ "LICENSE" ], "dependencies": { - "@gravitywelluk/debug": "1.0.22", - "@gravitywelluk/json-api-error": "1.0.23", + "@gravitywelluk/debug": "1.0.23", + "@gravitywelluk/json-api-error": "1.0.24", "@sentry/node": "^5.25.0", "aws-lambda": "^1.0.6", "joi": "^17.3.0", diff --git a/packages/backend/sequelize-utils/CHANGELOG.md b/packages/backend/sequelize-utils/CHANGELOG.md new file mode 100644 index 00000000..61360c4d --- /dev/null +++ b/packages/backend/sequelize-utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.4](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/sequelize-utils@1.0.3...@gravitywelluk/sequelize-utils@1.0.4) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/sequelize-utils diff --git a/packages/backend/sequelize-utils/package.json b/packages/backend/sequelize-utils/package.json index a33f816d..9ea69063 100644 --- a/packages/backend/sequelize-utils/package.json +++ b/packages/backend/sequelize-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/sequelize-utils", - "version": "1.0.3", + "version": "1.0.4", "description": "Sequelize utilities", "author": "George Evans ", "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils", @@ -18,8 +18,8 @@ "LICENSE" ], "dependencies": { - "@gravitywelluk/debug": "1.0.22", - "@gravitywelluk/json-api-error": "1.0.23", + "@gravitywelluk/debug": "1.0.23", + "@gravitywelluk/json-api-error": "1.0.24", "ramda": "^0.27.1" }, "devDependencies": { diff --git a/packages/backend/serverless-queue/CHANGELOG.md b/packages/backend/serverless-queue/CHANGELOG.md new file mode 100644 index 00000000..c947c971 --- /dev/null +++ b/packages/backend/serverless-queue/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.3](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/serverless-queue@1.0.2...@gravitywelluk/serverless-queue@1.0.3) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/serverless-queue diff --git a/packages/backend/serverless-queue/package.json b/packages/backend/serverless-queue/package.json index ec6cf9f4..59352b88 100644 --- a/packages/backend/serverless-queue/package.json +++ b/packages/backend/serverless-queue/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/serverless-queue", - "version": "1.0.2", + "version": "1.0.3", "description": "", "author": "George Evans ", "homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils", @@ -21,7 +21,7 @@ "@gravitywelluk/aws": "1.0.6", "@gravitywelluk/debug": "1.0.19", "@gravitywelluk/json-api-error": "1.0.20", - "@gravitywelluk/sequelize-utils": "1.0.3", + "@gravitywelluk/sequelize-utils": "1.0.4", "@sentry/node": "^5.22.0", "aws-lambda": "^1.0.6", "joi": "^17.3.0", diff --git a/packages/frontend/react-components/CHANGELOG.md b/packages/frontend/react-components/CHANGELOG.md index 44577405..4b53893c 100644 --- a/packages/frontend/react-components/CHANGELOG.md +++ b/packages/frontend/react-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.23](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/react-components@1.0.22...@gravitywelluk/react-components@1.0.23) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/react-components + + + + + ## 1.0.1-alpha.67 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/react-components diff --git a/packages/frontend/react-components/package.json b/packages/frontend/react-components/package.json index 770634c8..7488c56b 100644 --- a/packages/frontend/react-components/package.json +++ b/packages/frontend/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/react-components", - "version": "1.0.22", + "version": "1.0.23", "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", diff --git a/packages/frontend/react-hooks/CHANGELOG.md b/packages/frontend/react-hooks/CHANGELOG.md index 3ba4e2b8..0ee7b5ce 100644 --- a/packages/frontend/react-hooks/CHANGELOG.md +++ b/packages/frontend/react-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.24](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/react-hooks@1.0.23...@gravitywelluk/react-hooks@1.0.24) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/react-hooks + + + + + ## 1.0.1 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/react-hooks diff --git a/packages/frontend/react-hooks/package.json b/packages/frontend/react-hooks/package.json index 1e3e1b14..1abd4f83 100644 --- a/packages/frontend/react-hooks/package.json +++ b/packages/frontend/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/react-hooks", - "version": "1.0.23", + "version": "1.0.24", "description": "Library of commonly used React hooks", "keywords": [ "gravitywell", diff --git a/packages/shared/debug/CHANGELOG.md b/packages/shared/debug/CHANGELOG.md index b4d59c17..cf144d13 100644 --- a/packages/shared/debug/CHANGELOG.md +++ b/packages/shared/debug/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.23](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/debug@1.0.22...@gravitywelluk/debug@1.0.23) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/debug + + + + + ## 1.0.1-alpha.67 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/debug diff --git a/packages/shared/debug/package.json b/packages/shared/debug/package.json index cd9e9c7c..f153df31 100644 --- a/packages/shared/debug/package.json +++ b/packages/shared/debug/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/debug", - "version": "1.0.22", + "version": "1.0.23", "description": "Library for better debug logs", "keywords": [ "gravitywell", diff --git a/packages/shared/regex/CHANGELOG.md b/packages/shared/regex/CHANGELOG.md index 34945acf..cac8f419 100644 --- a/packages/shared/regex/CHANGELOG.md +++ b/packages/shared/regex/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.24](https://github.com/GravitywellUK/packages/compare/@gravitywelluk/regex@1.0.23...@gravitywelluk/regex@1.0.24) (2020-11-25) + +**Note:** Version bump only for package @gravitywelluk/regex + + + + + ## 1.0.1 (2020-10-20) **Note:** Version bump only for package @gravitywelluk/regex diff --git a/packages/shared/regex/package.json b/packages/shared/regex/package.json index 0d5473c2..cdce0d4e 100644 --- a/packages/shared/regex/package.json +++ b/packages/shared/regex/package.json @@ -1,6 +1,6 @@ { "name": "@gravitywelluk/regex", - "version": "1.0.23", + "version": "1.0.24", "description": "Library of commonly used Regular Expressions", "keywords": [ "gravitywell",