@ray-js/adapter 0.6.2 → 0.6.3-beta-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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
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.6.3-beta-1](./compare/v0.6.2...v0.6.3-beta-1) (2022-09-26)
6
+
7
+ **Note:** Version bump only for package @ray-js/adapter
8
+
5
9
  ### [0.5.10-beta-1](./compare/v0.5.4...v0.5.10-beta-1) (2022-09-22)
6
10
 
7
11
  **Note:** Version bump only for package @ray-js/adapter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/adapter",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-beta-1",
4
4
  "description": "Ray adapter for tuya",
5
5
  "keywords": [
6
6
  "ray"
@@ -21,7 +21,7 @@
21
21
  "watch": "concurrently 'yarn build:cjs --watch' 'yarn build:esm --watch'"
22
22
  },
23
23
  "devDependencies": {
24
- "@ray-js/types": "^0.6.2",
24
+ "@ray-js/types": "^0.6.3-beta-1",
25
25
  "concurrently": "^6.2.1"
26
26
  },
27
27
  "maintainers": [
@@ -35,6 +35,6 @@
35
35
  "@ray-core/shared": "^0.0.x",
36
36
  "@ray-core/types": "^0.0.x"
37
37
  },
38
- "gitHead": "4d850d119d7add9d33320dcb7e6028cea936531a",
38
+ "gitHead": "e75625995cfce207c177b38c242090cd0c199cb9",
39
39
  "repository": {}
40
40
  }