@doodle-engine/core 0.0.3 → 0.0.5

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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,26 @@
1
+ # @doodle-engine/core
2
+
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 632bffe: move scaffolding to doodle create subcommand, fix workspace protocol in published packages
8
+
9
+ ## 0.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 204abef: update release script because yarn 4 has some publishing issues
14
+
15
+ ## 0.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 9aba18f: move project scaffolding to `doodle create` subcommand
20
+ - 14ff820: move project scaffolding to doodle create subcommand
21
+
22
+ ## 0.0.2
23
+
24
+ ### Patch Changes
25
+
26
+ - 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.5",
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
+ }