@modern-js/utils 1.18.1-alpha.0 → 1.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/utils
2
2
 
3
- ## 1.18.1-alpha.0
3
+ ## 1.18.1
4
4
 
5
5
  ### Patch Changes
6
6
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.1-alpha.0",
14
+ "version": "1.18.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -125,9 +125,9 @@
125
125
  "lodash": "^4.17.21"
126
126
  },
127
127
  "devDependencies": {
128
- "@modern-js/types": "1.18.1-alpha.0",
129
- "@scripts/build": "1.18.1-alpha.0",
130
- "@scripts/jest-config": "1.18.1-alpha.0",
128
+ "@modern-js/types": "1.18.1",
129
+ "@scripts/build": "1.18.1",
130
+ "@scripts/jest-config": "1.18.1",
131
131
  "@types/jest": "^27",
132
132
  "@types/node": "^14",
133
133
  "typescript": "^4",