@flexireact/core 2.5.0 → 3.0.0

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/cli/index.ts CHANGED
@@ -16,7 +16,7 @@ import { runGenerate, listGenerators } from './generators.js';
16
16
 
17
17
  const __filename = fileURLToPath(import.meta.url);
18
18
  const __dirname = path.dirname(__filename);
19
- const VERSION = '2.5.0';
19
+ const VERSION = '3.0.0';
20
20
 
21
21
  // ============================================================================
22
22
  // ASCII Logo & Branding
package/core/index.ts CHANGED
@@ -209,7 +209,7 @@ export {
209
209
  } from './devtools/index.js';
210
210
 
211
211
  // Version
212
- export const VERSION = '2.5.0';
212
+ export const VERSION = '3.0.0';
213
213
 
214
214
  // Default export
215
215
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flexireact/core",
3
- "version": "2.5.0",
3
+ "version": "3.0.0",
4
4
  "description": "The Modern React Framework v2 - SSR, SSG, Islands, App Router, TypeScript, Tailwind",
5
5
  "main": "core/index.ts",
6
6
  "types": "core/types.ts",