@turtleclub/ui 0.2.0-beta.4 → 0.2.0

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,18 +2,18 @@ $ rm -rf dist && rm -rf types && bun run build:code && bun run build:css
2
2
  $ vite build
3
3
  vite v5.4.19 building for production...
4
4
  transforming...
5
- src/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
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
- src/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
8
- src/components/ui/table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/table.tsx" was ignored.
9
5
  src/components/molecules/token-selector.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
10
6
  src/components/molecules/token-selector.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/molecules/token-selector.tsx" was ignored.
7
+ src/components/ui/table.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
8
+ src/components/ui/table.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/table.tsx" was ignored.
9
+ src/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
10
+ src/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.
11
11
  ✓ 32 modules transformed.
12
12
  rendering chunks...
13
13
  computing gzip size...
14
14
  dist/index.js 63.51 kB │ gzip: 13.29 kB │ map: 128.94 kB
15
15
  dist/index.cjs 43.83 kB │ gzip: 11.20 kB │ map: 121.30 kB
16
- ✓ built in 2.40s
16
+ ✓ built in 2.44s
17
17
  $ BUILD_CSS=true vite build
18
18
  vite v5.4.19 building for production...
19
19
  transforming...
@@ -21,4 +21,4 @@ transforming...
21
21
  rendering chunks...
22
22
  computing gzip size...
23
23
  dist/styles.css 50.83 kB │ gzip: 9.22 kB
24
- ✓ built in 1.05s
24
+ ✓ built in 1.21s
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.2.0-beta.4...@turtleclub/ui@0.2.0) (2025-08-13)
7
+
8
+ **Note:** Version bump only for package @turtleclub/ui
9
+
6
10
  # [0.2.0-beta.4](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.2.0-beta.3...@turtleclub/ui@0.2.0-beta.4) (2025-08-12)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/ui",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.2.0",
4
4
  "description": "shadcn/ui and custom Turtle UI components library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "42a5b20e8124282618eca5cbd75d1ae3a0f786dc"
66
+ "gitHead": "ce8e7076dbab115ae2f2f99186f1fd4079e6d745"
67
67
  }