diff --git a/.changeset/tricky-coins-collect.md b/.changeset/tricky-coins-collect.md deleted file mode 100644 index 19a90db0a..000000000 --- a/.changeset/tricky-coins-collect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'protoform': minor -'site': minor -'@westpac/eslint-config': minor ---- - -eslint config separating the turbo config diff --git a/apps/protoform/CHANGELOG.md b/apps/protoform/CHANGELOG.md index e6e3a36a9..4ce59d93b 100644 --- a/apps/protoform/CHANGELOG.md +++ b/apps/protoform/CHANGELOG.md @@ -1,5 +1,15 @@ # protoform +## 0.2.0 + +### Minor Changes + +- d275ec7e: eslint config separating the turbo config + +### Patch Changes + +- @westpac/ui@0.24.1 + ## 0.1.11 ### Patch Changes diff --git a/apps/protoform/package.json b/apps/protoform/package.json index a94abed91..7c6b84c3c 100644 --- a/apps/protoform/package.json +++ b/apps/protoform/package.json @@ -1,6 +1,6 @@ { "name": "protoform", - "version": "0.1.11", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev", diff --git a/apps/site/CHANGELOG.md b/apps/site/CHANGELOG.md index 2d683eb1d..1d6072dd4 100644 --- a/apps/site/CHANGELOG.md +++ b/apps/site/CHANGELOG.md @@ -1,5 +1,15 @@ # site +## 0.3.0 + +### Minor Changes + +- d275ec7e: eslint config separating the turbo config + +### Patch Changes + +- @westpac/ui@0.24.1 + ## 0.2.0 ### Minor Changes diff --git a/apps/site/package.json b/apps/site/package.json index 1edf230c5..a825541db 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "build": "next build", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 04bf06674..a0b5509af 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @westpac/eslint-config +## 0.3.0 + +### Minor Changes + +- d275ec7e: eslint config separating the turbo config + ## 0.2.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a344c017d..2f4cd1552 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@westpac/eslint-config", - "version": "0.2.2", + "version": "0.3.0", "main": "index.js", "license": "MIT", "dependencies": {