create-cronus-app 0.6.7 → 0.6.8

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.
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Kept in sync with package.json#version. */
2
- export declare const CREATE_VERSION = "0.6.7";
2
+ export declare const CREATE_VERSION = "0.6.8";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** Kept in sync with package.json#version. */
2
- export const CREATE_VERSION = "0.6.7";
2
+ export const CREATE_VERSION = "0.6.8";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cronus-app",
3
- "version": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Scaffold a Next.js + Cronus UI app: npx create-cronus-app my-app --template saas.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -43,8 +43,8 @@
43
43
  "prepublishOnly": "tsc -p tsconfig.json"
44
44
  },
45
45
  "dependencies": {
46
- "@cronus-ui/ai-kit": "0.6.7",
47
- "cronus-ui": "0.6.7"
46
+ "@cronus-ui/ai-kit": "0.6.8",
47
+ "cronus-ui": "0.6.8"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^22.10.0",
@@ -9,7 +9,7 @@
9
9
  "lib": "lib",
10
10
  "blocks": "components/blocks"
11
11
  },
12
- "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.7/registry",
12
+ "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.8/registry",
13
13
  "theme": {
14
14
  "name": "__THEME__",
15
15
  "mode": "__MODE__"
@@ -9,9 +9,9 @@
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {
12
- "@cronus-ui/theme": "^0.6.7",
13
- "@cronus-ui/tokens": "^0.6.7",
14
- "@cronus-ui/ui": "^0.6.7",
12
+ "@cronus-ui/theme": "^0.6.8",
13
+ "@cronus-ui/tokens": "^0.6.8",
14
+ "@cronus-ui/ui": "^0.6.8",
15
15
  "@tanstack/react-table": "^8.21.3",
16
16
  "lucide-react": "^0.577.0",
17
17
  "next": "16.2.10",
@@ -9,7 +9,7 @@
9
9
  "lib": "lib",
10
10
  "blocks": "components/blocks"
11
11
  },
12
- "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.7/registry",
12
+ "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.8/registry",
13
13
  "theme": {
14
14
  "name": "__THEME__",
15
15
  "mode": "__MODE__"
@@ -9,9 +9,9 @@
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {
12
- "@cronus-ui/theme": "^0.6.7",
13
- "@cronus-ui/tokens": "^0.6.7",
14
- "@cronus-ui/ui": "^0.6.7",
12
+ "@cronus-ui/theme": "^0.6.8",
13
+ "@cronus-ui/tokens": "^0.6.8",
14
+ "@cronus-ui/ui": "^0.6.8",
15
15
  "next": "16.2.10",
16
16
  "react": "^19.2.0",
17
17
  "react-dom": "^19.2.0"
@@ -9,7 +9,7 @@
9
9
  "lib": "lib",
10
10
  "blocks": "components/blocks"
11
11
  },
12
- "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.7/registry",
12
+ "registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.6.8/registry",
13
13
  "theme": {
14
14
  "name": "__THEME__",
15
15
  "mode": "__MODE__"
@@ -9,9 +9,9 @@
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {
12
- "@cronus-ui/theme": "^0.6.7",
13
- "@cronus-ui/tokens": "^0.6.7",
14
- "@cronus-ui/ui": "^0.6.7",
12
+ "@cronus-ui/theme": "^0.6.8",
13
+ "@cronus-ui/tokens": "^0.6.8",
14
+ "@cronus-ui/ui": "^0.6.8",
15
15
  "lucide-react": "^0.577.0",
16
16
  "next": "16.2.10",
17
17
  "react": "^19.2.0",