From 201a29e0d4cef4638a0f8b9ff71bb2f2890d83a0 Mon Sep 17 00:00:00 2001 From: atellmer Date: Fri, 25 Aug 2023 20:32:32 +0500 Subject: [PATCH] version upgrade --- packages/core/package.json | 2 +- packages/core/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/web-router/package.json | 2 +- packages/web-router/src/constants.ts | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index d89a77ad..81c085d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/core", - "version": "0.25.0", + "version": "0.25.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 456ade0e..364bac72 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const ROOT = 'dark:root'; export const REPLACER = 'dark:matter'; export const INDEX_KEY = 'dark:idx'; diff --git a/packages/native-navigation/package.json b/packages/native-navigation/package.json index 70f37b32..77553fe8 100644 --- a/packages/native-navigation/package.json +++ b/packages/native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/native-navigation", - "version": "0.25.0", + "version": "0.25.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 d74daa68..a15b52aa 100644 --- a/packages/native-navigation/src/constants.ts +++ b/packages/native-navigation/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const SLASH = '/'; export enum TransitionName { diff --git a/packages/platform-browser/package.json b/packages/platform-browser/package.json index 226d9167..52814699 100644 --- a/packages/platform-browser/package.json +++ b/packages/platform-browser/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-browser", - "version": "0.25.0", + "version": "0.25.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 74452eb3..d6734ffc 100644 --- a/packages/platform-browser/src/constants.ts +++ b/packages/platform-browser/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const SVG_TAG_NAMES = 'svg,animate,animateMotion,animateTransform,circle,clipPath,defs,desc,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,image,line,linearGradient,marker,mask,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,stop,switch,symbol,text,textPath,tspan,use,view'; export const VOID_TAG_NAMES = 'area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr'; diff --git a/packages/platform-desktop/package.json b/packages/platform-desktop/package.json index 4d3882aa..05add153 100644 --- a/packages/platform-desktop/package.json +++ b/packages/platform-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-desktop", - "version": "0.25.0", + "version": "0.25.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 70282217..2e46f462 100644 --- a/packages/platform-desktop/src/constants.ts +++ b/packages/platform-desktop/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const ATTR_TEXT = 'text'; diff --git a/packages/platform-native/package.json b/packages/platform-native/package.json index 21d87c8b..d78c626a 100644 --- a/packages/platform-native/package.json +++ b/packages/platform-native/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-native", - "version": "0.25.0", + "version": "0.25.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 676cc2a1..ed4f95ba 100644 --- a/packages/platform-native/src/constants.ts +++ b/packages/platform-native/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const ANDROID = 'android'; export const IOS = 'ios'; export const ATTR_TEXT = 'text'; diff --git a/packages/platform-server/package.json b/packages/platform-server/package.json index af791ccc..39d2d969 100644 --- a/packages/platform-server/package.json +++ b/packages/platform-server/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-server", - "version": "0.25.0", + "version": "0.25.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 97ca885c..c8a86784 100644 --- a/packages/platform-server/src/constants.ts +++ b/packages/platform-server/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const VOID_TAG_NAMES = 'area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr'; diff --git a/packages/web-router/package.json b/packages/web-router/package.json index ed878349..bbaacea1 100644 --- a/packages/web-router/package.json +++ b/packages/web-router/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/web-router", - "version": "0.25.0", + "version": "0.25.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 747f0151..90c3b25c 100644 --- a/packages/web-router/src/constants.ts +++ b/packages/web-router/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.25.0'; +export const VERSION = '0.25.1'; export const SLASH = '/'; export const PARAMETER = ':'; export const WILDCARD = '**';