Skip to content

Commit

Permalink
chore: publish %s
Browse files Browse the repository at this point in the history
 - @gravitywelluk/aws@1.0.10
 - @gravitywelluk/json-api-error@1.0.24
 - @gravitywelluk/lambda-utils@1.0.24
 - @gravitywelluk/sequelize-utils@1.0.4
 - @gravitywelluk/serverless-queue@1.0.3
 - @gravitywelluk/react-components@1.0.23
 - @gravitywelluk/react-hooks@1.0.24
 - @gravitywelluk/debug@1.0.23
 - @gravitywelluk/regex@1.0.24
  • Loading branch information
gravitywelluk-bot committed Nov 25, 2020
1 parent 73f2e36 commit 20c9aee
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/backend/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/backend/aws/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/json-api-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/backend/json-api-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/json-api-error",
"version": "1.0.23",
"version": "1.0.24",
"description": "> TODO: description",
"author": "George Evans <georgeevans1995@gmail.com>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/json-api-error",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/lambda-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions packages/backend/lambda-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/lambda-utils",
"version": "1.0.23",
"version": "1.0.24",
"description": "Lambda utilities",
"author": "George Evans <georgeevans1995@gmail.com>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/sequelize-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions packages/backend/sequelize-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/sequelize-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "Sequelize utilities",
"author": "George Evans <georgeevans1995@gmail.com>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/serverless-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/backend/serverless-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/serverless-queue",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"author": "George Evans <georgeevans1995@gmail.com>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/lambda-utils",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/frontend/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/frontend/react-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/frontend/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/frontend/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/shared/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/debug",
"version": "1.0.22",
"version": "1.0.23",
"description": "Library for better debug logs",
"keywords": [
"gravitywell",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/regex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/shared/regex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravitywelluk/regex",
"version": "1.0.23",
"version": "1.0.24",
"description": "Library of commonly used Regular Expressions",
"keywords": [
"gravitywell",
Expand Down

0 comments on commit 20c9aee

Please sign in to comment.