create-flexireact 3.0.0 → 3.0.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.
@@ -26,7 +26,7 @@ export function defaultTemplate(projectName) {
26
26
  dependencies: {
27
27
  react: '^18.2.0',
28
28
  'react-dom': '^18.2.0',
29
- '@flexireact/core': '^2.0.0',
29
+ '@flexireact/core': '^3.0.0',
30
30
  clsx: '^2.1.0',
31
31
  'tailwind-merge': '^2.2.0',
32
32
  },
@@ -16,7 +16,7 @@ export function minimalTemplate(projectName) {
16
16
  dependencies: {
17
17
  react: '^18.2.0',
18
18
  'react-dom': '^18.2.0',
19
- '@flexireact/core': '^2.0.0',
19
+ '@flexireact/core': '^3.0.0',
20
20
  },
21
21
  devDependencies: {
22
22
  '@types/react': '^18.2.0',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-flexireact",
3
- "version": "3.0.0",
4
- "description": "Create FlexiReact v2 apps with one command - The Modern React Framework",
3
+ "version": "3.0.1",
4
+ "description": "Create FlexiReact v3 apps with one command - The Modern React Framework",
5
5
  "author": "FlexiReact Team",
6
6
  "license": "MIT",
7
7
  "type": "module",