@saas-ui/react 0.4.0 → 0.4.1

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,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 9e7c490d9a553f64
2
- @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
- @saas-ui/react:build:  677 B: index.js.gz
4
- @saas-ui/react:build:  547 B: index.js.br
5
- @saas-ui/react:build:  286 B: index.modern.js.gz
6
- @saas-ui/react:build:  252 B: index.modern.js.br
1
+ @saas-ui/react:build: cache hit, replaying output 8e9b8762e61823a5
2
+ @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
+ @saas-ui/react:build:  677 B: index.js.gz
4
+ @saas-ui/react:build:  547 B: index.js.br
5
+ @saas-ui/react:build:  286 B: index.modern.js.gz
6
+ @saas-ui/react:build:  252 B: index.modern.js.br
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix modals build script
8
+ - Updated dependencies
9
+ - @saas-ui/modals@0.1.1
10
+
3
11
  ## 0.4.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -61,7 +61,7 @@
61
61
  "@saas-ui/input-right-button": "0.2.0",
62
62
  "@saas-ui/list": "0.3.0",
63
63
  "@saas-ui/menu": "0.2.2",
64
- "@saas-ui/modals": "0.1.0",
64
+ "@saas-ui/modals": "0.1.1",
65
65
  "@saas-ui/nprogress": "0.2.0",
66
66
  "@saas-ui/number-input": "0.2.0",
67
67
  "@saas-ui/palette": "0.4.0",