@saas-ui/react 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 94d7822c9ab23429
2
- @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
- @saas-ui/react:build:  653 B: index.js.gz
4
- @saas-ui/react:build:  519 B: index.js.br
5
- @saas-ui/react:build:  279 B: index.modern.js.gz
6
- @saas-ui/react:build:  253 B: index.modern.js.br
1
+ @saas-ui/react:build: cache hit, replaying output 84f8fae12672360f
2
+ @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
+ @saas-ui/react:build:  653 B: index.js.gz
4
+ @saas-ui/react:build:  519 B: index.js.br
5
+ @saas-ui/react:build:  279 B: index.modern.js.gz
6
+ @saas-ui/react:build:  253 B: index.modern.js.br
@@ -1,15 +1,15 @@
1
- @saas-ui/react:lint:staged: cache hit, replaying output 5077521d5ce9dfb5
2
- @saas-ui/react:lint:staged: [STARTED] Preparing...
3
- @saas-ui/react:lint:staged: [SUCCESS] Preparing...
4
- @saas-ui/react:lint:staged: [STARTED] Running tasks...
5
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx}
6
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
7
- @saas-ui/react:lint:staged: [SKIPPED] No staged files match **/*.{js,ts,tsx}
8
- @saas-ui/react:lint:staged: [STARTED] prettier --write
9
- @saas-ui/react:lint:staged: [SUCCESS] prettier --write
10
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
11
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks...
12
- @saas-ui/react:lint:staged: [STARTED] Applying modifications...
13
- @saas-ui/react:lint:staged: [SUCCESS] Applying modifications...
14
- @saas-ui/react:lint:staged: [STARTED] Cleaning up...
15
- @saas-ui/react:lint:staged: [SUCCESS] Cleaning up...
1
+ @saas-ui/react:lint:staged: cache hit, replaying output 06044c0d5393ca49
2
+ @saas-ui/react:lint:staged: [STARTED] Preparing...
3
+ @saas-ui/react:lint:staged: [SUCCESS] Preparing...
4
+ @saas-ui/react:lint:staged: [STARTED] Running tasks...
5
+ @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx}
6
+ @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
7
+ @saas-ui/react:lint:staged: [SKIPPED] No staged files match **/*.{js,ts,tsx}
8
+ @saas-ui/react:lint:staged: [STARTED] prettier --write
9
+ @saas-ui/react:lint:staged: [SUCCESS] prettier --write
10
+ @saas-ui/react:lint:staged: [SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
11
+ @saas-ui/react:lint:staged: [SUCCESS] Running tasks...
12
+ @saas-ui/react:lint:staged: [STARTED] Applying modifications...
13
+ @saas-ui/react:lint:staged: [SUCCESS] Applying modifications...
14
+ @saas-ui/react:lint:staged: [STARTED] Cleaning up...
15
+ @saas-ui/react:lint:staged: [SUCCESS] Cleaning up...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove Next dependency
8
+ - Updated dependencies
9
+ - @saas-ui/nprogress@0.1.6
10
+
3
11
  ## 0.1.15
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,7 +60,7 @@
60
60
  "@saas-ui/hotkeys": "0.2.6",
61
61
  "@saas-ui/input-right-button": "0.1.6",
62
62
  "@saas-ui/menu": "0.1.6",
63
- "@saas-ui/nprogress": "0.1.5",
63
+ "@saas-ui/nprogress": "0.1.6",
64
64
  "@saas-ui/number-input": "0.1.4",
65
65
  "@saas-ui/palette": "0.3.2",
66
66
  "@saas-ui/password-input": "0.1.7",