@akinon/next 2.0.4-beta.0 → 2.0.4

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @akinon/next
2
2
 
3
- ## 2.0.4-beta.0
3
+ ## 2.0.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - cbbbfd75: ZERO-4376: Bootstrap beta cycle (next-main pre-release motor)
7
+ - 17ffe0ef: ZERO-4378: Pin @types/minimatch to 5.1.2 to fix TS2688 build error caused by stub 6.0.0 package
8
8
 
9
9
  ## 2.0.3
10
10
 
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": "2.0.4-beta.0",
4
+ "version": "2.0.4",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "set-cookie-parser": "2.6.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@akinon/eslint-plugin-projectzero": "2.0.4-beta.0",
40
+ "@akinon/eslint-plugin-projectzero": "2.0.4",
41
41
  "@babel/core": "7.26.10",
42
42
  "@babel/preset-env": "7.26.9",
43
43
  "@babel/preset-typescript": "7.27.0",