@turtleclub/ui 0.0.2 → 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.
@@ -2,14 +2,14 @@
2
2
  $ rm -rf dist && rm -rf types && bun run build:code && bun run build:css
3
3
  $ vite build
4
4
  vite v5.4.19 building for production...
5
- transforming (1) src/index.tssrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
5
+ transforming (1) src/index.tstransforming (7) src/components/molecules/tx-status.tsxsrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
6
6
  src/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.
7
7
  ✓ 30 modules transformed.
8
8
  rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/index.js 56.61 kB │ gzip: 11.67 kB │ map: 112.92 kB
9
9
  rendering chunks (1)...computing gzip size (1)...dist/index.cjs 39.14 kB │ gzip: 9.87 kB │ map: 106.09 kB
10
- ✓ built in 436ms
10
+ ✓ built in 374ms
11
11
  $ BUILD_CSS=true vite build
12
12
  vite v5.4.19 building for production...
13
13
  transforming (1) src/styles/globals.css✓ 1 modules transformed.
14
14
  rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/styles.css 46.28 kB │ gzip: 8.64 kB
15
- ✓ built in 220ms
15
+ ✓ built in 136ms
package/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # @turtleclub/ui
2
2
 
3
- ## 0.0.2
3
+ ## 0.0.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Kick off
8
- - Fixing workspace resolution
7
+ - Workspace dependecies potential fix
8
+
9
+ ## 0.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Fixing dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "shadcn/ui and custom Turtle UI components library",
5
5
  "license": "MIT",
6
6
  "repository": {