@tanstack/cta-framework-react-cra 0.48.1 → 0.48.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @tanstack/cta-framework-react-cra
2
2
 
3
+ ## 0.48.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: Updated colors ([`8e0b52b`](https://github.com/TanStack/create-tsrouter-app/commit/8e0b52b4f9e8a3bcd20458b92eac249c756372da))
8
+
9
+ ## 0.48.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`78af490`](https://github.com/TanStack/create-tsrouter-app/commit/78af49072b54a08ebfdafe72be146efecf4ce77c)]:
14
+ - @tanstack/cta-engine@0.49.1
15
+
3
16
  ## 0.48.1
4
17
 
5
18
  ### Patch Changes
@@ -5,7 +5,7 @@
5
5
  "modes": ["file-router"],
6
6
  "type": "add-on",
7
7
  "category": "tanstack",
8
- "color": "#00D1B2",
8
+ "color": "#EC4899",
9
9
  "priority": 60,
10
10
  "link": "",
11
11
  "routes": [
@@ -4,7 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "type": "add-on",
6
6
  "category": "tanstack",
7
- "color": "#00D1B2",
7
+ "color": "#F97316",
8
8
  "priority": 48,
9
9
  "modes": ["file-router"],
10
10
  "link": "https://tanstack.com/db/latest",
@@ -4,7 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "type": "add-on",
6
6
  "category": "tanstack",
7
- "color": "#FACC15",
7
+ "color": "#EAB308",
8
8
  "priority": 44,
9
9
  "modes": ["file-router", "code-router"],
10
10
  "link": "https://tanstack.com/form/latest",
@@ -6,7 +6,7 @@
6
6
  "modes": ["file-router"],
7
7
  "type": "add-on",
8
8
  "category": "tanstack",
9
- "color": "#00D1B2",
9
+ "color": "#14B8A6",
10
10
  "tailwind": false,
11
11
  "priority": 26,
12
12
  "warning": "TanStack Start is not yet at 1.0 and may change significantly or not be compatible with other add-ons.\nMigrating to Start might require deleting node_modules and re-installing.",
@@ -5,7 +5,7 @@
5
5
  "link": "https://tanstack.com/store/latest",
6
6
  "type": "add-on",
7
7
  "category": "tanstack",
8
- "color": "#00D1B2",
8
+ "color": "#B89A56",
9
9
  "priority": 22,
10
10
  "modes": ["file-router", "code-router"],
11
11
  "routes": [
@@ -6,7 +6,7 @@
6
6
  "link": "https://tanstack.com/table/latest",
7
7
  "type": "add-on",
8
8
  "category": "tanstack",
9
- "color": "#00D1B2",
9
+ "color": "#06B6D4",
10
10
  "priority": 28,
11
11
  "routes": [
12
12
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.48.1",
3
+ "version": "0.48.3",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "Jack Herrington <jherr@pobox.com>",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@tanstack/cta-engine": "0.49.0"
26
+ "@tanstack/cta-engine": "0.49.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.6.0",