@ray-js/babel-preset-standard 0.5.10 → 0.6.0

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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ### [0.5.10-beta-1](./compare/v0.5.4...v0.5.10-beta-1) (2022-09-22)
6
+
7
+ ### Bug Fixes
8
+
9
+ - 修复编译目标因为 process.env.PLATFORM 导致编译结果出现的问题 ([d6d8167](./commit/d6d81676c951e970e9dfa86621df0bf806d95c88))
10
+
11
+ ### [0.5.8-beta-1](./compare/v0.5.7-beta-2...v0.5.8-beta-1) (2022-09-21)
12
+
13
+ **Note:** Version bump only for package @ray-js/babel-preset-standard
14
+
15
+ ### [0.5.7-beta-2](./compare/v0.5.7-beta-1...v0.5.7-beta-2) (2022-09-21)
16
+
17
+ **Note:** Version bump only for package @ray-js/babel-preset-standard
18
+
19
+ ### [0.5.7-beta-1](./compare/v0.5.6-beta-2...v0.5.7-beta-1) (2022-09-20)
20
+
21
+ **Note:** Version bump only for package @ray-js/babel-preset-standard
22
+
23
+ ### [0.5.6-beta-2](./compare/v0.5.6-beta-1...v0.5.6-beta-2) (2022-09-19)
24
+
25
+ **Note:** Version bump only for package @ray-js/babel-preset-standard
26
+
27
+ ### [0.5.6-beta-1](./compare/v0.5.4...v0.5.6-beta-1) (2022-09-15)
28
+
29
+ ### Bug Fixes
30
+
31
+ - 修复编译目标因为 process.env.PLATFORM 导致编译结果出现的问题 ([d6d8167](./commit/d6d81676c951e970e9dfa86621df0bf806d95c88))
32
+
5
33
  ### [0.5.4-beta-1](./compare/v0.5.1...v0.5.4-beta-1) (2022-09-06)
6
34
 
7
35
  **Note:** Version bump only for package @ray-js/babel-preset-standard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/babel-preset-standard",
3
- "version": "0.5.10",
3
+ "version": "0.6.0",
4
4
  "description": "Ray babel-preset-standard",
5
5
  "keywords": [
6
6
  "ray"
@@ -22,13 +22,13 @@
22
22
  "@babel/plugin-proposal-optional-chaining": "^7.14.5",
23
23
  "@babel/plugin-syntax-jsx": "^7.14.5",
24
24
  "@babel/preset-react": "^7.14.5",
25
- "@ray-js/babel-preset-base": "^0.5.10",
25
+ "@ray-js/babel-preset-base": "^0.6.0",
26
26
  "babel-plugin-macros": "^3.1.0",
27
27
  "babel-plugin-minify-dead-code-elimination-while-loop-fixed": "^0.3.0",
28
28
  "babel-plugin-transform-prune-unused-imports": "^1.0.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/types": "^0.5.10",
31
+ "@ray-js/types": "^0.6.0",
32
32
  "babel-plugin-tester": "^10.1.0",
33
33
  "jest": "^27.2.0",
34
34
  "ts-jest": "^27.0.5"
@@ -39,6 +39,6 @@
39
39
  "email": "tuyafe@tuya.com"
40
40
  }
41
41
  ],
42
- "gitHead": "955dd59a037cbfbafd76f6f8f82d74d447e6a152",
42
+ "gitHead": "d7e74c750c02eda67af6e54da93aad14d001acb3",
43
43
  "repository": {}
44
44
  }