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 Sep 25, 2024
1 parent 43628d5 commit 639d678
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
11 changes: 9 additions & 2 deletions packages/azure-func/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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": "3.3.0",
"version": "3.3.1",
"dependencies": {
"@nx/devkit": "19.8.1",
"@nx/js": "19.8.1",
Expand Down
11 changes: 9 additions & 2 deletions packages/upgrade-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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": "3.3.0",
"version": "3.3.1",
"dependencies": {
"@nx/devkit": "19.8.1",
"@swc/helpers": "0.5.11"
Expand Down

0 comments on commit 639d678

Please sign in to comment.