From 84e75ec430e2586de9077712139641e3fc2da50f Mon Sep 17 00:00:00 2001 From: atellmer Date: Sun, 14 Apr 2024 15:09:46 +0500 Subject: [PATCH] version updated --- packages/animations/package.json | 2 +- packages/animations/src/constants.ts | 2 +- packages/core/package.json | 2 +- packages/core/src/constants.ts | 2 +- packages/data/package.json | 2 +- packages/data/src/constants.ts | 2 +- packages/native-navigation/package.json | 2 +- packages/native-navigation/src/constants.ts | 2 +- packages/platform-browser/package.json | 2 +- packages/platform-browser/src/constants.ts | 2 +- packages/platform-desktop/package.json | 2 +- packages/platform-desktop/src/constants.ts | 2 +- packages/platform-native/package.json | 2 +- packages/platform-native/src/constants.ts | 2 +- packages/platform-server/package.json | 2 +- packages/platform-server/src/constants.ts | 2 +- packages/styled/package.json | 2 +- packages/styled/src/constants.ts | 2 +- packages/web-router/package.json | 2 +- packages/web-router/src/constants.ts | 2 +- templates/browser/package.json | 12 ++++++------ templates/desktop/package.json | 6 +++--- templates/native/package.json | 10 +++++----- templates/server/package.json | 14 +++++++------- 24 files changed, 41 insertions(+), 41 deletions(-) diff --git a/packages/animations/package.json b/packages/animations/package.json index f0a49051..25df4a96 100644 --- a/packages/animations/package.json +++ b/packages/animations/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/animations", - "version": "1.1.1", + "version": "1.2.0", "description": "Spring based animations for Dark", "author": "AlexPlex", "license": "MIT", diff --git a/packages/animations/src/constants.ts b/packages/animations/src/constants.ts index 7f3baa47..408a62f2 100644 --- a/packages/animations/src/constants.ts +++ b/packages/animations/src/constants.ts @@ -1 +1 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; diff --git a/packages/core/package.json b/packages/core/package.json index 6215f7fc..f53dc47e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/core", - "version": "1.1.1", + "version": "1.2.0", "description": "The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS, Windows, Linux, macOS)", "author": "AlexPlex", "license": "MIT", diff --git a/packages/core/src/constants.ts b/packages/core/src/constants.ts index 0f3a35bf..9a81b88c 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const ROOT = 'dark:root'; export const REPLACER = 'dark:matter'; export const INDEX_KEY = 'dark:idx'; diff --git a/packages/data/package.json b/packages/data/package.json index d0d23939..a40e9e80 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/data", - "version": "1.1.1", + "version": "1.2.0", "description": "Declarative queries and mutations for Dark", "author": "AlexPlex", "license": "MIT", diff --git a/packages/data/src/constants.ts b/packages/data/src/constants.ts index f5a1086a..a5eb19a5 100644 --- a/packages/data/src/constants.ts +++ b/packages/data/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const ROOT_ID = '__ROOT__'; diff --git a/packages/native-navigation/package.json b/packages/native-navigation/package.json index 2a4407f4..9322322b 100644 --- a/packages/native-navigation/package.json +++ b/packages/native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/native-navigation", - "version": "1.1.1", + "version": "1.2.0", "description": "Dark navigation for NativeScript platform", "author": "AlexPlex", "license": "MIT", diff --git a/packages/native-navigation/src/constants.ts b/packages/native-navigation/src/constants.ts index c90bf8db..9f813c4f 100644 --- a/packages/native-navigation/src/constants.ts +++ b/packages/native-navigation/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const SLASH_MARK = '/'; export enum TransitionName { diff --git a/packages/platform-browser/package.json b/packages/platform-browser/package.json index 4b9c4eb0..5075185c 100644 --- a/packages/platform-browser/package.json +++ b/packages/platform-browser/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-browser", - "version": "1.1.1", + "version": "1.2.0", "description": "Dark renderer for browser", "author": "AlexPlex", "license": "MIT", diff --git a/packages/platform-browser/src/constants.ts b/packages/platform-browser/src/constants.ts index 2793428e..9a1b71d2 100644 --- a/packages/platform-browser/src/constants.ts +++ b/packages/platform-browser/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const INPUT_TAG = 'input'; export const TEXTAREA_TAG = 'textarea'; export const CLASS_NAME_ATTR = 'className'; diff --git a/packages/platform-desktop/package.json b/packages/platform-desktop/package.json index 2799995f..443b8571 100644 --- a/packages/platform-desktop/package.json +++ b/packages/platform-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-desktop", - "version": "1.1.1", + "version": "1.2.0", "description": "Dark renderer to desktop platforms like Windows, Linux, macOS via Nodegui and Qt", "author": "AlexPlex", "license": "MIT", diff --git a/packages/platform-desktop/src/constants.ts b/packages/platform-desktop/src/constants.ts index 06fc9cd3..d4cb97ca 100644 --- a/packages/platform-desktop/src/constants.ts +++ b/packages/platform-desktop/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const TEXT_ATTR = 'text'; diff --git a/packages/platform-native/package.json b/packages/platform-native/package.json index 600f4530..b5e31fb5 100644 --- a/packages/platform-native/package.json +++ b/packages/platform-native/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-native", - "version": "1.1.1", + "version": "1.2.0", "description": "Dark renderer to native platforms like Android and iOS via NativeScript", "author": "AlexPlex", "license": "MIT", diff --git a/packages/platform-native/src/constants.ts b/packages/platform-native/src/constants.ts index 7f608f9d..c542e4f4 100644 --- a/packages/platform-native/src/constants.ts +++ b/packages/platform-native/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const ANDROID = 'android'; export const IOS = 'ios'; export const TEXT_ATTR = 'text'; diff --git a/packages/platform-server/package.json b/packages/platform-server/package.json index cd166d86..bb2813de 100644 --- a/packages/platform-server/package.json +++ b/packages/platform-server/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-server", - "version": "1.1.1", + "version": "1.2.0", "description": "Dark renderer for server", "author": "AlexPlex", "license": "MIT", diff --git a/packages/platform-server/src/constants.ts b/packages/platform-server/src/constants.ts index 12028017..134c5250 100644 --- a/packages/platform-server/src/constants.ts +++ b/packages/platform-server/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const DOCTYPE = ''; diff --git a/packages/styled/package.json b/packages/styled/package.json index 30be09ee..fb377d54 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/styled", - "version": "1.1.1", + "version": "1.2.0", "description": "Styled components for Dark", "author": "AlexPlex", "license": "MIT", diff --git a/packages/styled/src/constants.ts b/packages/styled/src/constants.ts index ff7fd1af..06b2c2e7 100644 --- a/packages/styled/src/constants.ts +++ b/packages/styled/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const STYLE_TAG = 'style'; export const STYLED_ATTR = 'dark-styled'; export const GLOBAL_ATTR_VALUE = 'g'; diff --git a/packages/web-router/package.json b/packages/web-router/package.json index 200b49a5..7cfb8cac 100644 --- a/packages/web-router/package.json +++ b/packages/web-router/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/web-router", - "version": "1.1.1", + "version": "1.2.0", "description": "The isomorphic Dark router designed for rendering universal web applications that work both on the client and on the server", "author": "AlexPlex", "license": "MIT", diff --git a/packages/web-router/src/constants.ts b/packages/web-router/src/constants.ts index 01db6aa3..d853d350 100644 --- a/packages/web-router/src/constants.ts +++ b/packages/web-router/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.1'; +export const VERSION = '1.2.0'; export const SLASH_MARK = '/'; export const PARAMETER_MARK = ':'; export const WILDCARD_MARK = '**'; diff --git a/templates/browser/package.json b/templates/browser/package.json index 88c807fc..70b6cbce 100644 --- a/templates/browser/package.json +++ b/templates/browser/package.json @@ -6,12 +6,12 @@ "dev": "npx webpack-dev-server --env development" }, "dependencies": { - "@dark-engine/animations": "1.1.1", - "@dark-engine/core": "1.1.1", - "@dark-engine/data": "1.1.1", - "@dark-engine/platform-browser": "1.1.1", - "@dark-engine/styled": "1.1.1", - "@dark-engine/web-router": "1.1.1" + "@dark-engine/animations": "1.2.0", + "@dark-engine/core": "1.2.0", + "@dark-engine/data": "1.2.0", + "@dark-engine/platform-browser": "1.2.0", + "@dark-engine/styled": "1.2.0", + "@dark-engine/web-router": "1.2.0" }, "devDependencies": { "ts-loader": "9.4.2", diff --git a/templates/desktop/package.json b/templates/desktop/package.json index 9eb018b6..3dad9fd7 100644 --- a/templates/desktop/package.json +++ b/templates/desktop/package.json @@ -6,9 +6,9 @@ "dev": "npx webpack --watch --env development" }, "dependencies": { - "@dark-engine/core": "1.1.1", - "@dark-engine/data": "1.1.1", - "@dark-engine/platform-desktop": "1.1.1", + "@dark-engine/core": "1.2.0", + "@dark-engine/data": "1.2.0", + "@dark-engine/platform-desktop": "1.2.0", "@nodegui/nodegui": "0.63.0" }, "devDependencies": { diff --git a/templates/native/package.json b/templates/native/package.json index 218e8ec3..3af07476 100644 --- a/templates/native/package.json +++ b/templates/native/package.json @@ -10,11 +10,11 @@ "clean": "npx ns clean" }, "dependencies": { - "@dark-engine/animations": "1.1.1", - "@dark-engine/core": "1.1.1", - "@dark-engine/data": "1.1.1", - "@dark-engine/native-navigation": "1.1.1", - "@dark-engine/platform-native": "1.1.1", + "@dark-engine/animations": "1.2.0", + "@dark-engine/core": "1.2.0", + "@dark-engine/data": "1.2.0", + "@dark-engine/native-navigation": "1.2.0", + "@dark-engine/platform-native": "1.2.0", "@nativescript/core": "8.6.2", "@nativescript/theme": "3.0.2" }, diff --git a/templates/server/package.json b/templates/server/package.json index b34d3a6a..c2b37ed6 100644 --- a/templates/server/package.json +++ b/templates/server/package.json @@ -8,13 +8,13 @@ "frontend:watch": "cd frontend && npx webpack --watch --env development" }, "dependencies": { - "@dark-engine/animations": "1.1.1", - "@dark-engine/core": "1.1.1", - "@dark-engine/data": "1.1.1", - "@dark-engine/platform-browser": "1.1.1", - "@dark-engine/platform-server": "1.1.1", - "@dark-engine/styled": "1.1.1", - "@dark-engine/web-router": "1.1.1", + "@dark-engine/animations": "1.2.0", + "@dark-engine/core": "1.2.0", + "@dark-engine/data": "1.2.0", + "@dark-engine/platform-browser": "1.2.0", + "@dark-engine/platform-server": "1.2.0", + "@dark-engine/styled": "1.2.0", + "@dark-engine/web-router": "1.2.0", "@types/compression": "^1.7.2", "@types/express": "^4.17.15", "@types/node": "^18.11.17",