@akinon/next 1.34.0-rc.1 → 1.34.0-rc.3

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 +7 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.34.0-rc.1
4
-
5
- ### Patch Changes
6
-
7
- - 10123f9: ZERO-2632: rename projectzero-cli to projectzero
3
+ ## 1.34.0-rc.3
8
4
 
9
5
  ## 1.34.0-rc.0
10
6
 
@@ -23,6 +19,12 @@
23
19
  - 6b2972b: ZERO-2514: Fix handling of status 204 and return Commerce status code in client proxy API.
24
20
  - 3e68768: ZERO-2578: Add osessionid check in middleware
25
21
 
22
+ ## 1.33.1
23
+
24
+ ### Patch Changes
25
+
26
+ - 10123f9: ZERO-2632: rename projectzero-cli to projectzero
27
+
26
28
  ## 1.33.0
27
29
 
28
30
  ## 1.32.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.34.0-rc.1",
4
+ "version": "1.34.0-rc.3",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "@typescript-eslint/eslint-plugin": "6.7.4",
35
35
  "@typescript-eslint/parser": "6.7.4",
36
36
  "eslint": "^8.14.0",
37
- "@akinon/eslint-plugin-projectzero": "1.34.0-rc.1",
37
+ "@akinon/eslint-plugin-projectzero": "1.34.0-rc.3",
38
38
  "eslint-config-prettier": "8.5.0"
39
39
  }
40
40
  }