@ray-js/babel-preset-standard 0.3.0-beta.bfd3bb4d → 0.3.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 +4 -10
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,18 +2,12 @@
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.3.0-beta.bfd3bb4d](./compare/v0.3.0-beta.1c347991...v0.3.0-beta.bfd3bb4d) (2022-05-13)
6
-
7
- ### Bug Fixes
8
-
9
- - remove author ([0807fad](./commit/0807fad8dd7c8ef926443b991f26e6e025736fd6))
10
-
11
- ## [0.3.0-beta.1c347991](./compare/v0.3.0-beta.3402439d...v0.3.0-beta.1c347991) (2022-05-12)
5
+ ### [0.3.4](./compare/v0.3.4-beta.d160b993...v0.3.4) (2022-05-16)
12
6
 
13
7
  **Note:** Version bump only for package @ray-js/babel-preset-standard
14
8
 
15
- ## [0.3.0-beta.3402439d](./compare/v0.3.0-beta.ea0631...v0.3.0-beta.3402439d) (2022-05-12)
9
+ ### [0.3.4-beta.d160b993](./compare/v0.3.0-beta.1c347991...v0.3.4-beta.d160b993) (2022-05-16)
16
10
 
17
- ### Reverts
11
+ ### Bug Fixes
18
12
 
19
- - Revert "v0.3.0-beta.ea0631" ([a9fda1b](./commit/a9fda1bbedacc961754697d5c2cada52b2b220e1))
13
+ - remove author ([0807fad](./commit/0807fad8dd7c8ef926443b991f26e6e025736fd6))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/babel-preset-standard",
3
- "version": "0.3.0-beta.bfd3bb4d",
3
+ "version": "0.3.4",
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.3.0-beta.bfd3bb4d",
25
+ "@ray-js/babel-preset-base": "^0.3.4",
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.3.0-beta.bfd3bb4d",
31
+ "@ray-js/types": "^0.3.4",
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": "bc8d1b1c2d2839273d1ed71b02fbfa6bc957006d",
42
+ "gitHead": "358c233bff9a5dba3630bd491c0669cc62f98144",
43
43
  "repository": {}
44
44
  }