@opensaas/stack-ui 0.1.3 → 0.1.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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @opensaas/stack-ui@0.1.3 build /home/runner/work/stack/stack/packages/ui
2
+ > @opensaas/stack-ui@0.1.5 build /home/runner/work/stack/stack/packages/ui
3
3
  > tsc && npm run build:css
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
6
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
7
7
 
8
- > @opensaas/stack-ui@0.1.3 build:css
8
+ > @opensaas/stack-ui@0.1.5 build:css
9
9
  > mkdir -p dist/styles && postcss ./src/styles/globals.css -o ./dist/styles/globals.css
10
10
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @opensaas/stack-ui
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 17eaafb: Update package urls
8
+ - Updated dependencies [17eaafb]
9
+ - @opensaas/stack-core@0.1.5
10
+
11
+ ## 0.1.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [d013859]
16
+ - @opensaas/stack-core@0.1.4
17
+
3
18
  ## 0.1.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Composable React UI components for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,11 +41,20 @@
41
41
  ],
42
42
  "author": "",
43
43
  "license": "MIT",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "https://github.com/OpenSaasAU/stack.git",
47
+ "directory": "packages/ui"
48
+ },
49
+ "homepage": "https://stack.opensaas.au",
50
+ "bugs": {
51
+ "url": "https://github.com/OpenSaasAU/stack/issues"
52
+ },
44
53
  "peerDependencies": {
45
54
  "next": "^15.0.0 || ^16.0.0",
46
55
  "react": "^19.0.0",
47
56
  "react-dom": "^19.0.0",
48
- "@opensaas/stack-core": "0.1.3"
57
+ "@opensaas/stack-core": "0.1.5"
49
58
  },
50
59
  "dependencies": {
51
60
  "@radix-ui/react-checkbox": "^1.3.3",
@@ -79,7 +88,7 @@
79
88
  "tailwindcss": "^4.0.0",
80
89
  "typescript": "^5.9.3",
81
90
  "vitest": "^4.0.0",
82
- "@opensaas/stack-core": "0.1.3"
91
+ "@opensaas/stack-core": "0.1.5"
83
92
  },
84
93
  "scripts": {
85
94
  "build": "tsc && npm run build:css",