@ziacik/upgrade-verify 0.1.0 → 0.2.0

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 +18 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.0.4] - 2023-07-24
10
+ ## [0.2.0] - 2023-10-15
11
11
 
12
- ### Fixed
12
+ ### Changed
13
13
 
14
- - Package exports error fixed.
14
+ - Upgraded nx to 16.10.0.
15
+
16
+ ## [0.1.1] - 2023-09-26
17
+
18
+ ### Changed
19
+
20
+ - Upgraded nx to 16.9.1.
15
21
 
16
22
  ## [0.1.0] - 2023-09-23
17
23
 
@@ -19,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
25
 
20
26
  - Upgraded nx to 16.9.0.
21
27
 
28
+ ## [0.0.4] - 2023-07-24
29
+
30
+ ### Fixed
31
+
32
+ - Package exports error fixed.
33
+
22
34
  ## [0.0.3] - 2023-07-23
23
35
 
24
36
  ### Fixed
@@ -32,7 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
44
  - READMEs updated and props added to package.json.
33
45
  - A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.
34
46
 
35
- [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.0...HEAD
47
+ [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.2.0...HEAD
48
+ [0.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.1...upgrade-verify-0.2.0
49
+ [0.1.1]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.0...upgrade-verify-0.1.1
36
50
  [0.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.4...upgrade-verify-0.1.0
37
51
  [0.0.4]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.3...upgrade-verify-0.0.4
38
52
  [0.0.3]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.2...upgrade-verify-0.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziacik/upgrade-verify",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "commonjs",
5
5
  "executors": "./executors.json",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@nx/devkit": "16.9.0",
27
+ "@nx/devkit": "16.10.0",
28
28
  "process": "0.11.10"
29
29
  },
30
30
  "peerDependencies": {