diff --git a/package-lock.json b/package-lock.json index 4e91d69..a72f6de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9338,15 +9338,15 @@ } }, "packages/action1": { - "version": "1.1.2", + "version": "1.1.3", "license": "ISC" }, "packages/action2": { - "version": "1.1.1", + "version": "1.1.2", "license": "ISC" }, "packages/s3-tagging": { - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@actions/core": "^1.10.1", diff --git a/packages/action1/CHANGELOG.md b/packages/action1/CHANGELOG.md index ce950bf..39b687f 100644 --- a/packages/action1/CHANGELOG.md +++ b/packages/action1/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.1.3](https://github.com/twentyfourg/brian-lerna-test/compare/action1@1.1.2...action1@1.1.3) (2024-01-23) + +**Note:** Version bump only for package action1 + + + + + ## [1.1.2](https://github.com/twentyfourg/brian-lerna-test/compare/action1@1.1.1...action1@1.1.2) (2024-01-23) **Note:** Version bump only for package action1 diff --git a/packages/action1/package.json b/packages/action1/package.json index 59c77cd..25e3cdf 100644 --- a/packages/action1/package.json +++ b/packages/action1/package.json @@ -1,6 +1,6 @@ { "name": "action1", - "version": "1.1.2", + "version": "1.1.3", "description": "> TODO: description", "author": "Brian Anstett ", "homepage": "", diff --git a/packages/action2/CHANGELOG.md b/packages/action2/CHANGELOG.md index 8f9cc23..2af17a5 100644 --- a/packages/action2/CHANGELOG.md +++ b/packages/action2/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.1.2](https://github.com/twentyfourg/brian-lerna-test/compare/action2@1.1.1...action2@1.1.2) (2024-01-23) + +**Note:** Version bump only for package action2 + + + + + ## [1.1.1](https://github.com/twentyfourg/brian-lerna-test/compare/action2@1.1.0...action2@1.1.1) (2024-01-23) **Note:** Version bump only for package action2 diff --git a/packages/action2/package.json b/packages/action2/package.json index 0217d74..ed9ae4c 100644 --- a/packages/action2/package.json +++ b/packages/action2/package.json @@ -1,6 +1,6 @@ { "name": "action2", - "version": "1.1.1", + "version": "1.1.2", "description": "> TODO: description", "author": "Brian Anstett ", "homepage": "", diff --git a/packages/s3-tagging/CHANGELOG.md b/packages/s3-tagging/CHANGELOG.md index 1aace0b..7663877 100644 --- a/packages/s3-tagging/CHANGELOG.md +++ b/packages/s3-tagging/CHANGELOG.md @@ -3,6 +3,17 @@ 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/twentyfourg/brian-lerna-test/compare/s3-tagging@1.0.2...s3-tagging@1.0.3) (2024-01-23) + + +### Bug Fixes + +* **s3-tagging:** use dist index.js ([cfe63cc](https://github.com/twentyfourg/brian-lerna-test/commit/cfe63ccec45b39a2e3e13c94eb2e41c0212a17c4)) + + + + + ## [1.0.2](https://github.com/twentyfourg/brian-lerna-test/compare/s3-tagging@1.0.1...s3-tagging@1.0.2) (2024-01-23) diff --git a/packages/s3-tagging/package-lock.json b/packages/s3-tagging/package-lock.json index 47ce5e2..16c9802 100644 --- a/packages/s3-tagging/package-lock.json +++ b/packages/s3-tagging/package-lock.json @@ -8,7 +8,7 @@ "@actions/core": "^1.10.1", "@aws-sdk/client-s3": "^3.489.0" }, - "version": "1.0.2" + "version": "1.0.3" }, "node_modules/@actions/core": { "version": "1.10.1", @@ -2756,5 +2756,5 @@ "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" } }, - "version": "1.0.2" + "version": "1.0.3" } diff --git a/packages/s3-tagging/package.json b/packages/s3-tagging/package.json index d0f9809..10f2929 100644 --- a/packages/s3-tagging/package.json +++ b/packages/s3-tagging/package.json @@ -5,7 +5,7 @@ }, "name": "s3-tagging", "description": "> TODO: description", - "version": "1.0.2", + "version": "1.0.3", "author": "Brian Anstett ", "homepage": "https://github.com/twentyfourg/brian-lerna-test#readme", "license": "ISC",