diff --git a/packages/animations/package.json b/packages/animations/package.json index e4630323..f0a49051 100644 --- a/packages/animations/package.json +++ b/packages/animations/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/animations", - "version": "1.1.0", + "version": "1.1.1", "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 8b918952..7f3baa47 100644 --- a/packages/animations/src/constants.ts +++ b/packages/animations/src/constants.ts @@ -1 +1 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; diff --git a/packages/core/package.json b/packages/core/package.json index b1edecf6..6215f7fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/core", - "version": "1.1.0", + "version": "1.1.1", "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 eff46c51..0f3a35bf 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; 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 5ca0c1e0..d0d23939 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/data", - "version": "1.1.0", + "version": "1.1.1", "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 227ff205..f5a1086a 100644 --- a/packages/data/src/constants.ts +++ b/packages/data/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; export const ROOT_ID = '__ROOT__'; diff --git a/packages/native-navigation/package.json b/packages/native-navigation/package.json index 7c84a8b4..2a4407f4 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.0", + "version": "1.1.1", "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 8aa17dd4..c90bf8db 100644 --- a/packages/native-navigation/src/constants.ts +++ b/packages/native-navigation/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; export const SLASH_MARK = '/'; export enum TransitionName { diff --git a/packages/platform-browser/package.json b/packages/platform-browser/package.json index c5c80617..4b9c4eb0 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.0", + "version": "1.1.1", "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 b1124f80..2793428e 100644 --- a/packages/platform-browser/src/constants.ts +++ b/packages/platform-browser/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; 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 0ceb90d1..2799995f 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.0", + "version": "1.1.1", "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 aedd515d..06fc9cd3 100644 --- a/packages/platform-desktop/src/constants.ts +++ b/packages/platform-desktop/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; export const TEXT_ATTR = 'text'; diff --git a/packages/platform-native/package.json b/packages/platform-native/package.json index cf6fc637..600f4530 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.0", + "version": "1.1.1", "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 e40ae2ae..7f608f9d 100644 --- a/packages/platform-native/src/constants.ts +++ b/packages/platform-native/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; 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 3eb68484..cd166d86 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.0", + "version": "1.1.1", "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 6ba10f48..12028017 100644 --- a/packages/platform-server/src/constants.ts +++ b/packages/platform-server/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; export const DOCTYPE = ''; diff --git a/packages/styled/package.json b/packages/styled/package.json index 2cf40fd1..30be09ee 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/styled", - "version": "1.1.0", + "version": "1.1.1", "description": "Styled components for Dark", "author": "AlexPlex", "license": "MIT", diff --git a/packages/styled/src/constants.ts b/packages/styled/src/constants.ts index 7329e6d4..ff7fd1af 100644 --- a/packages/styled/src/constants.ts +++ b/packages/styled/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; 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 0b0bc2d9..200b49a5 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.0", + "version": "1.1.1", "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 6ef0823e..ba36e048 100644 --- a/packages/web-router/src/constants.ts +++ b/packages/web-router/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '1.1.0'; +export const VERSION = '1.1.1'; 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 925b30f7..88c807fc 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.0", - "@dark-engine/core": "1.1.0", - "@dark-engine/data": "1.1.0", - "@dark-engine/platform-browser": "1.1.0", - "@dark-engine/styled": "1.1.0", - "@dark-engine/web-router": "1.1.0" + "@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" }, "devDependencies": { "ts-loader": "9.4.2", diff --git a/templates/desktop/package.json b/templates/desktop/package.json index fb2a0623..9eb018b6 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.0", - "@dark-engine/data": "1.1.0", - "@dark-engine/platform-desktop": "1.1.0", + "@dark-engine/core": "1.1.1", + "@dark-engine/data": "1.1.1", + "@dark-engine/platform-desktop": "1.1.1", "@nodegui/nodegui": "0.63.0" }, "devDependencies": { diff --git a/templates/native/package.json b/templates/native/package.json index 0db327ce..218e8ec3 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.0", - "@dark-engine/core": "1.1.0", - "@dark-engine/data": "1.1.0", - "@dark-engine/native-navigation": "1.1.0", - "@dark-engine/platform-native": "1.1.0", + "@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", "@nativescript/core": "8.6.2", "@nativescript/theme": "3.0.2" }, diff --git a/templates/server/package.json b/templates/server/package.json index 4119781a..b34d3a6a 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.0", - "@dark-engine/core": "1.1.0", - "@dark-engine/data": "1.1.0", - "@dark-engine/platform-browser": "1.1.0", - "@dark-engine/platform-server": "1.1.0", - "@dark-engine/styled": "1.1.0", - "@dark-engine/web-router": "1.1.0", + "@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", "@types/compression": "^1.7.2", "@types/express": "^4.17.15", "@types/node": "^18.11.17",