@bubblydoo/uxp-toolkit 0.0.3 → 0.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @bubblydoo/uxp-toolkit@0.0.3 build /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit
2
+ > @bubblydoo/uxp-toolkit@0.0.4 build /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,5 +11,5 @@
11
11
  ESM dist/index.js 19.84 KB
12
12
  ESM ⚡️ Build success in 28ms
13
13
  DTS Build start
14
- DTS ⚡️ Build success in 2382ms
14
+ DTS ⚡️ Build success in 2388ms
15
15
  DTS dist/index.d.ts 10.96 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bubblydoo/uxp-toolkit
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - d0d1067: Setup changeset releases
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubblydoo/uxp-toolkit",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": "Hans Otto Wirtz <hansottowirtz@gmail.com>",
@@ -37,8 +37,8 @@
37
37
  "tsup": "^8.5.1",
38
38
  "typescript": "^5.8.3",
39
39
  "zod": "^4.3.6",
40
- "@bubblydoo/tsconfig": "0.0.2",
41
- "@bubblydoo/uxp-test-framework": "0.0.3"
40
+ "@bubblydoo/tsconfig": "0.0.3",
41
+ "@bubblydoo/uxp-test-framework": "0.0.4"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup",