diff --git a/packages/azure-func/CHANGELOG.md b/packages/azure-func/CHANGELOG.md index ad81aa1..b16c64b 100644 --- a/packages/azure-func/CHANGELOG.md +++ b/packages/azure-func/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2024-05-12 + +### Changed + +- Upgraded nx to 19.0.2. + ## [2.1.0] - 2024-03-23 ### Fixed @@ -122,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `serve` now watches the project for changes. -[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-2.1.0...HEAD +[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-3.0.0...HEAD +[3.0.0]: https://github.com/ziacik/nx-tools/compare/azure-func-2.1.0...azure-func-3.0.0 [2.1.0]: https://github.com/ziacik/nx-tools/compare/azure-func-2.0.0...azure-func-2.1.0 [2.0.0]: https://github.com/ziacik/nx-tools/compare/azure-func-1.5.0...azure-func-2.0.0 [1.5.0]: https://github.com/ziacik/nx-tools/compare/azure-func-1.4.0...azure-func-1.5.0 diff --git a/packages/azure-func/package.json b/packages/azure-func/package.json index 830a9b1..e81c0da 100644 --- a/packages/azure-func/package.json +++ b/packages/azure-func/package.json @@ -1,6 +1,6 @@ { "name": "@ziacik/azure-func", - "version": "2.1.0", + "version": "3.0.0", "dependencies": { "@nx/devkit": "19.0.2", "@nx/js": "19.0.2", diff --git a/packages/upgrade-verify/CHANGELOG.md b/packages/upgrade-verify/CHANGELOG.md index 3f2e3a7..0801d90 100644 --- a/packages/upgrade-verify/CHANGELOG.md +++ b/packages/upgrade-verify/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2024-05-12 + +### Changed + +- Upgraded nx to 19.0.2. +- + ## [2.1.0] - 2024-03-23 ### Changed @@ -94,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - READMEs updated and props added to package.json. - A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed. -[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.1.0...HEAD +[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.0.0...HEAD +[3.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.1.0...upgrade-verify-3.0.0 [2.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.0.0...upgrade-verify-2.1.0 [2.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.3.0...upgrade-verify-2.0.0 [1.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.2.0...upgrade-verify-1.3.0 diff --git a/packages/upgrade-verify/package.json b/packages/upgrade-verify/package.json index 2aeda2b..7bb68e7 100644 --- a/packages/upgrade-verify/package.json +++ b/packages/upgrade-verify/package.json @@ -1,6 +1,6 @@ { "name": "@ziacik/upgrade-verify", - "version": "2.1.0", + "version": "3.0.0", "dependencies": { "@nx/devkit": "19.0.2", "@swc/helpers": "0.5.2"