From b0eeadc6f735b905ccde4d845d27985fdc435db5 Mon Sep 17 00:00:00 2001 From: atellmer Date: Thu, 11 Apr 2024 17:06:19 +0500 Subject: [PATCH] version upgraded --- 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 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/animations/package.json b/packages/animations/package.json index 70a5dbd4..e4630323 100644 --- a/packages/animations/package.json +++ b/packages/animations/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/animations", - "version": "1.0.3", + "version": "1.1.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 30cbd1ac..8b918952 100644 --- a/packages/animations/src/constants.ts +++ b/packages/animations/src/constants.ts @@ -1 +1 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; diff --git a/packages/core/package.json b/packages/core/package.json index 5fc6803f..b1edecf6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/core", - "version": "1.0.3", + "version": "1.1.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 fa987509..eff46c51 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.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 c461c95d..5ca0c1e0 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/data", - "version": "1.0.3", + "version": "1.1.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 a64781cd..227ff205 100644 --- a/packages/data/src/constants.ts +++ b/packages/data/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; export const ROOT_ID = '__ROOT__'; diff --git a/packages/native-navigation/package.json b/packages/native-navigation/package.json index 632a688b..7c84a8b4 100644 --- a/packages/native-navigation/package.json +++ b/packages/native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/native-navigation", - "version": "1.0.3", + "version": "1.1.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 3d483a31..8aa17dd4 100644 --- a/packages/native-navigation/src/constants.ts +++ b/packages/native-navigation/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; export const SLASH_MARK = '/'; export enum TransitionName { diff --git a/packages/platform-browser/package.json b/packages/platform-browser/package.json index f080ac2f..c5c80617 100644 --- a/packages/platform-browser/package.json +++ b/packages/platform-browser/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-browser", - "version": "1.0.3", + "version": "1.1.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 9bf02616..b1124f80 100644 --- a/packages/platform-browser/src/constants.ts +++ b/packages/platform-browser/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.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 535b4663..0ceb90d1 100644 --- a/packages/platform-desktop/package.json +++ b/packages/platform-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-desktop", - "version": "1.0.3", + "version": "1.1.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 09bee94f..aedd515d 100644 --- a/packages/platform-desktop/src/constants.ts +++ b/packages/platform-desktop/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; export const TEXT_ATTR = 'text'; diff --git a/packages/platform-native/package.json b/packages/platform-native/package.json index cc2783e0..cf6fc637 100644 --- a/packages/platform-native/package.json +++ b/packages/platform-native/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-native", - "version": "1.0.3", + "version": "1.1.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 2d10fe92..e40ae2ae 100644 --- a/packages/platform-native/src/constants.ts +++ b/packages/platform-native/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.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 bf39783d..3eb68484 100644 --- a/packages/platform-server/package.json +++ b/packages/platform-server/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-server", - "version": "1.0.3", + "version": "1.1.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 c6e317c1..6ba10f48 100644 --- a/packages/platform-server/src/constants.ts +++ b/packages/platform-server/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; export const DOCTYPE = ''; diff --git a/packages/styled/package.json b/packages/styled/package.json index 2f0d8b0e..2cf40fd1 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/styled", - "version": "1.0.3", + "version": "1.1.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 0a9e37ed..7329e6d4 100644 --- a/packages/styled/src/constants.ts +++ b/packages/styled/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.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 7ab4f608..0b0bc2d9 100644 --- a/packages/web-router/package.json +++ b/packages/web-router/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/web-router", - "version": "1.0.3", + "version": "1.1.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 a0f38146..6ef0823e 100644 --- a/packages/web-router/src/constants.ts +++ b/packages/web-router/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.0.3'; +export const VERSION = '1.1.0'; export const SLASH_MARK = '/'; export const PARAMETER_MARK = ':'; export const WILDCARD_MARK = '**';