@doodle-engine/core 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ # @doodle-engine/core
2
+
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 579a2e2: update build script to only build once
8
+
9
+ ## 0.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 632bffe: move scaffolding to doodle create subcommand, fix workspace protocol in published packages
14
+
15
+ ## 0.0.4
16
+
17
+ ### Patch Changes
18
+
19
+ - 204abef: update release script because yarn 4 has some publishing issues
20
+
21
+ ## 0.0.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 9aba18f: move project scaffolding to `doodle create` subcommand
26
+ - 14ff820: move project scaffolding to doodle create subcommand
27
+
28
+ ## 0.0.2
29
+
30
+ ### Patch Changes
31
+
32
+ - 09a12e4: Initial publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doodle-engine/core",
3
- "version": "0.0.3",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/core.cjs",
6
6
  "module": "./dist/core.js",
@@ -37,4 +37,4 @@
37
37
  "engines": {
38
38
  "node": ">=24.0.0"
39
39
  }
40
- }
40
+ }