@turtleclub/ui 0.0.1 → 0.0.2

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.
@@ -7,9 +7,9 @@
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 117ms
10
+ ✓ built in 436ms
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 90ms
15
+ ✓ built in 220ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # @turtleclub/ui
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Kick off
8
+ - Fixing workspace resolution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "shadcn/ui and custom Turtle UI components library",
5
5
  "license": "MIT",
6
6
  "repository": {