@modern-js/plugin-testing 2.0.0-beta.6 → 2.0.0-beta.7

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 +21 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 2.0.0-beta.7
4
+
5
+ ### Major Changes
6
+
7
+ - dda38c9c3e: chore: v2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c9e800d39a]
12
+ - Updated dependencies [edd1cfb1af]
13
+ - Updated dependencies [6bda14ed71]
14
+ - Updated dependencies [dda38c9c3e]
15
+ - Updated dependencies [8b8e1bb571]
16
+ - Updated dependencies [bbe4c4ab64]
17
+ - @modern-js/runtime@2.0.0-beta.7
18
+ - @modern-js/prod-server@2.0.0-beta.7
19
+ - @modern-js/utils@2.0.0-beta.7
20
+ - @modern-js/babel-preset-app@2.0.0-beta.7
21
+ - @modern-js/babel-compiler@2.0.0-beta.7
22
+ - @modern-js/plugin@2.0.0-beta.7
23
+
3
24
  ## 2.0.0-beta.6
4
25
 
5
26
  ### Major Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.0.0-beta.6",
14
+ "version": "2.0.0-beta.7",
15
15
  "jsnext:source": "./src/cli/index.ts",
16
16
  "types": "./dist/types/cli/index.d.ts",
17
17
  "main": "./dist/js/node/cli/index.js",
@@ -107,16 +107,16 @@
107
107
  "jest": "^27.0.6",
108
108
  "ts-jest": "^27.0.4",
109
109
  "yargs": "^17.0.1",
110
- "@modern-js/babel-compiler": "2.0.0-beta.6",
111
- "@modern-js/utils": "2.0.0-beta.6",
112
- "@modern-js/babel-preset-app": "2.0.0-beta.6",
113
- "@modern-js/plugin": "2.0.0-beta.6",
114
- "@modern-js/prod-server": "2.0.0-beta.6"
110
+ "@modern-js/babel-compiler": "2.0.0-beta.7",
111
+ "@modern-js/utils": "2.0.0-beta.7",
112
+ "@modern-js/babel-preset-app": "2.0.0-beta.7",
113
+ "@modern-js/plugin": "2.0.0-beta.7",
114
+ "@modern-js/prod-server": "2.0.0-beta.7"
115
115
  },
116
116
  "peerDependencies": {
117
117
  "react": ">=17",
118
118
  "react-dom": ">=17",
119
- "@modern-js/runtime": "^2.0.0-beta.6"
119
+ "@modern-js/runtime": "^2.0.0-beta.7"
120
120
  },
121
121
  "peerDependenciesMeta": {
122
122
  "@modern-js/runtime": {
@@ -133,12 +133,12 @@
133
133
  "@jest/types": "^27.0.6",
134
134
  "jest": "^27",
135
135
  "typescript": "^4",
136
- "@modern-js/core": "2.0.0-beta.6",
137
- "@modern-js/types": "2.0.0-beta.6",
138
- "@modern-js/runtime": "2.0.0-beta.6",
139
- "@scripts/jest-config": "2.0.0-beta.6",
140
- "@modern-js/bff-core": "2.0.0-beta.6",
141
- "@scripts/build": "2.0.0-beta.6"
136
+ "@modern-js/core": "2.0.0-beta.7",
137
+ "@modern-js/runtime": "2.0.0-beta.7",
138
+ "@modern-js/bff-core": "2.0.0-beta.7",
139
+ "@modern-js/types": "2.0.0-beta.7",
140
+ "@scripts/build": "2.0.0-beta.7",
141
+ "@scripts/jest-config": "2.0.0-beta.7"
142
142
  },
143
143
  "sideEffects": false,
144
144
  "modernConfig": {},