@modern-js/runtime 2.0.0 → 2.0.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 +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/runtime
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/plugin@2.0.1
8
+ - @modern-js/types@2.0.1
9
+ - @modern-js/utils@2.0.1
10
+
3
11
  ## 2.0.0
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.0.0",
14
+ "version": "2.0.1",
15
15
  "engines": {
16
16
  "node": ">=14.17.6"
17
17
  },
@@ -155,9 +155,9 @@
155
155
  "redux-logger": "^3.0.6",
156
156
  "serialize-javascript": "^6.0.0",
157
157
  "styled-components": "^5.3.1",
158
- "@modern-js/plugin": "2.0.0",
159
- "@modern-js/types": "2.0.0",
160
- "@modern-js/utils": "2.0.0"
158
+ "@modern-js/plugin": "2.0.1",
159
+ "@modern-js/types": "2.0.1",
160
+ "@modern-js/utils": "2.0.1"
161
161
  },
162
162
  "peerDependencies": {
163
163
  "react": ">=17",
@@ -178,11 +178,11 @@
178
178
  "react-dom": "^18",
179
179
  "ts-jest": "^27.0.4",
180
180
  "typescript": "^4",
181
- "@modern-js/app-tools": "2.0.0",
182
- "@modern-js/core": "2.0.0",
183
- "@modern-js/server-core": "2.0.0",
184
- "@scripts/build": "2.0.0",
185
- "@scripts/jest-config": "2.0.0"
181
+ "@modern-js/app-tools": "2.0.1",
182
+ "@modern-js/core": "2.0.1",
183
+ "@modern-js/server-core": "2.0.1",
184
+ "@scripts/jest-config": "2.0.1",
185
+ "@scripts/build": "2.0.1"
186
186
  },
187
187
  "sideEffects": false,
188
188
  "modernConfig": {},