Skip to content

Commit

Permalink
chore: package versions bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
ziacik committed May 12, 2024
1 parent 0905f57 commit 6ce4152
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 8 additions & 1 deletion packages/azure-func/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-func/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 9 additions & 1 deletion packages/upgrade-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade-verify/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ce4152

Please sign in to comment.