Skip to content

Commit

Permalink
chore(azure-func): fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ziacik committed Sep 30, 2023
1 parent 4a206c1 commit f3d60a5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 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,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3] - 2023-09-30

### Fixed

- Fixed migration for @azure/function upgrade.

## [1.1.2] - 2023-09-30

### Changed
Expand Down Expand Up @@ -67,8 +73,9 @@ 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-1.1.2...HEAD
[1.1.1]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.1...azure-func-1.1.2
[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.3...HEAD
[1.1.3]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.2...azure-func-1.1.3
[1.1.2]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.1...azure-func-1.1.2
[1.1.1]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.0...azure-func-1.1.1
[1.1.0]: https://github.com/ziacik/nx-tools/compare/azure-func-1.0.0...azure-func-1.1.0
[1.0.0]: https://github.com/ziacik/nx-tools/compare/azure-func-0.3.1...azure-func-1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-func/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Nx Azure Function Plugin

This plugin provides generators and executors for Azure Functions.
The plugin uses azure functions version 4 (which is currently in alpha, but working well).
The plugin uses azure functions version 4.

## Installation

Expand Down
10 changes: 6 additions & 4 deletions packages/azure-func/migrations.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"packageJsonUpdates": {
"1.1.2": {
"version": "1.1.1",
"1.1.3": {
"version": "1.1.3",
"packages": {
"@azure/functions": "^4.0.1",
"alwaysAddToPackageJson": false
"@azure/functions": {
"version": "^4.0.1",
"alwaysAddToPackageJson": false
}
}
}
}
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": "1.1.2",
"version": "1.1.3",
"dependencies": {
"@nx/devkit": "16.9.1",
"@nx/js": "16.9.1",
Expand Down

0 comments on commit f3d60a5

Please sign in to comment.