@doodle-engine/react 0.0.3 → 0.0.6
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.
- package/CHANGELOG.md +43 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# @doodle-engine/react
|
|
2
|
+
|
|
3
|
+
## 0.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 579a2e2: update build script to only build once
|
|
8
|
+
- Updated dependencies [579a2e2]
|
|
9
|
+
- @doodle-engine/core@0.0.6
|
|
10
|
+
|
|
11
|
+
## 0.0.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 632bffe: move scaffolding to doodle create subcommand, fix workspace protocol in published packages
|
|
16
|
+
- Updated dependencies [632bffe]
|
|
17
|
+
- @doodle-engine/core@0.0.5
|
|
18
|
+
|
|
19
|
+
## 0.0.4
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 204abef: update release script because yarn 4 has some publishing issues
|
|
24
|
+
- Updated dependencies [204abef]
|
|
25
|
+
- @doodle-engine/core@0.0.4
|
|
26
|
+
|
|
27
|
+
## 0.0.3
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 9aba18f: move project scaffolding to `doodle create` subcommand
|
|
32
|
+
- 14ff820: move project scaffolding to doodle create subcommand
|
|
33
|
+
- Updated dependencies [9aba18f]
|
|
34
|
+
- Updated dependencies [14ff820]
|
|
35
|
+
- @doodle-engine/core@0.0.3
|
|
36
|
+
|
|
37
|
+
## 0.0.2
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 09a12e4: Initial publish
|
|
42
|
+
- Updated dependencies [09a12e4]
|
|
43
|
+
- @doodle-engine/core@0.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doodle-engine/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/react.cjs",
|
|
6
6
|
"module": "./dist/react.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"test": "echo no tests"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@doodle-engine/core": "
|
|
24
|
+
"@doodle-engine/core": "0.0.6"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": "^19.0.0",
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
"engines": {
|
|
50
50
|
"node": ">=24.0.0"
|
|
51
51
|
}
|
|
52
|
-
}
|
|
52
|
+
}
|