From 2ef6f318317db2b02a574a73fcf0043a5e49c18f Mon Sep 17 00:00:00 2001 From: atellmer Date: Fri, 14 Apr 2023 06:03:42 -0700 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-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 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 9779c3e5..c52d2670 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/core", - "version": "0.24.0", + "version": "0.24.1", "description": "The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS)", "author": "AlexPlex", "license": "MIT", diff --git a/packages/core/src/constants.ts b/packages/core/src/constants.ts index 281e1e57..231fca09 100644 --- a/packages/core/src/constants.ts +++ b/packages/core/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.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 4e81b77f..e25819f9 100644 --- a/packages/native-navigation/package.json +++ b/packages/native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/native-navigation", - "version": "0.24.0", + "version": "0.24.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 12555710..ed8689db 100644 --- a/packages/native-navigation/src/constants.ts +++ b/packages/native-navigation/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.1'; export const SLASH = '/'; export enum TransitionName { diff --git a/packages/platform-browser/package.json b/packages/platform-browser/package.json index 03ecf353..ae88755f 100644 --- a/packages/platform-browser/package.json +++ b/packages/platform-browser/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-browser", - "version": "0.24.0", + "version": "0.24.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 fb90b4f8..21f6e314 100644 --- a/packages/platform-browser/src/constants.ts +++ b/packages/platform-browser/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.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-native/package.json b/packages/platform-native/package.json index e0285484..141b8147 100644 --- a/packages/platform-native/package.json +++ b/packages/platform-native/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-native", - "version": "0.24.0", + "version": "0.24.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 fde4185b..ebd4626a 100644 --- a/packages/platform-native/src/constants.ts +++ b/packages/platform-native/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.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 892b5f84..09a11d67 100644 --- a/packages/platform-server/package.json +++ b/packages/platform-server/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/platform-server", - "version": "0.24.0", + "version": "0.24.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 23552b02..c6c638df 100644 --- a/packages/platform-server/src/constants.ts +++ b/packages/platform-server/src/constants.ts @@ -1,2 +1,2 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.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 7a18e821..524c85f5 100644 --- a/packages/web-router/package.json +++ b/packages/web-router/package.json @@ -1,6 +1,6 @@ { "name": "@dark-engine/web-router", - "version": "0.24.0", + "version": "0.24.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 34c5d65d..c89d024d 100644 --- a/packages/web-router/src/constants.ts +++ b/packages/web-router/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.24.0'; +export const VERSION = '0.24.1'; export const SLASH = '/'; export const PARAMETER = ':'; export const WILDCARD = '**';