@ziacik/upgrade-verify 3.2.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.3.1] - 2024-09-25
11
+
12
+ ### Changed
13
+
14
+ - Upgraded nx to 19.8.1.
15
+
16
+ ## [3.3.0] - 2024-09-25
17
+
18
+ ### Changed
19
+
20
+ - Upgraded nx to 19.8.0. x Actually not upgraded (error in deploy).
21
+
10
22
  ## [3.2.0] - 2024-09-08
11
23
 
12
24
  ### Changed
@@ -113,7 +125,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
125
  - READMEs updated and props added to package.json.
114
126
  - A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.
115
127
 
116
- [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.2.0...HEAD
128
+ [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.3.1...HEAD
129
+ [3.3.1]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.3.0...upgrade-verify-3.3.1
130
+ [3.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.2.0...upgrade-verify-3.3.0
117
131
  [3.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.1.0...upgrade-verify-3.2.0
118
132
  [3.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.0.0...upgrade-verify-3.1.0
119
133
  [3.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.1.0...upgrade-verify-3.0.0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ziacik/upgrade-verify",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "dependencies": {
5
- "@nx/devkit": "19.6.5",
5
+ "@nx/devkit": "19.8.1",
6
6
  "@swc/helpers": "0.5.11"
7
7
  },
8
8
  "type": "commonjs",