diff --git a/packages/azure-func/CHANGELOG.md b/packages/azure-func/CHANGELOG.md index 4d16768..fcfb200 100644 --- a/packages/azure-func/CHANGELOG.md +++ b/packages/azure-func/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.1] - 2024-09-25 + +### Changed + +- Upgraded nx to 19.8.1. + ## [3.3.0] - 2024-09-25 ### Changed -- Upgraded nx to 19.8.0. +- Upgraded nx to 19.8.0. x Actually not upgraded (error in deploy). ## [3.2.0] - 2024-09-08 @@ -149,7 +155,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-3.3.0...HEAD +[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-3.3.1...HEAD +[3.3.1]: https://github.com/ziacik/nx-tools/compare/azure-func-3.3.0...azure-func-3.3.1 [3.3.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.2.0...azure-func-3.3.0 [3.2.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.1.0...azure-func-3.2.0 [3.1.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.0.0...azure-func-3.1.0 diff --git a/packages/azure-func/package.json b/packages/azure-func/package.json index 368db4a..fb3add8 100644 --- a/packages/azure-func/package.json +++ b/packages/azure-func/package.json @@ -1,6 +1,6 @@ { "name": "@ziacik/azure-func", - "version": "3.3.0", + "version": "3.3.1", "dependencies": { "@nx/devkit": "19.8.1", "@nx/js": "19.8.1", diff --git a/packages/upgrade-verify/CHANGELOG.md b/packages/upgrade-verify/CHANGELOG.md index 1d692f4..0b459bd 100644 --- a/packages/upgrade-verify/CHANGELOG.md +++ b/packages/upgrade-verify/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.1] - 2024-09-25 + +### Changed + +- Upgraded nx to 19.8.1. + ## [3.3.0] - 2024-09-25 ### Changed -- Upgraded nx to 19.8.0. +- Upgraded nx to 19.8.0. x Actually not upgraded (error in deploy). ## [3.2.0] - 2024-09-08 @@ -119,7 +125,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-3.3.0...HEAD +[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.3.1...HEAD +[3.3.1]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.3.0...upgrade-verify-3.3.1 [3.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.2.0...upgrade-verify-3.3.0 [3.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.1.0...upgrade-verify-3.2.0 [3.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.0.0...upgrade-verify-3.1.0 diff --git a/packages/upgrade-verify/package.json b/packages/upgrade-verify/package.json index 316e2d1..c34347e 100644 --- a/packages/upgrade-verify/package.json +++ b/packages/upgrade-verify/package.json @@ -1,6 +1,6 @@ { "name": "@ziacik/upgrade-verify", - "version": "3.3.0", + "version": "3.3.1", "dependencies": { "@nx/devkit": "19.8.1", "@swc/helpers": "0.5.11"