Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
atellmer committed Mar 30, 2023
1 parent 4fcfc9b commit 06ea300
Show file tree
Hide file tree
Showing 14 changed files with 1,433 additions and 108 deletions.
14 changes: 7 additions & 7 deletions examples/nativescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"clean": "npx ns clean"
},
"dependencies": {
"@dark-engine/core": "0.18.2",
"@dark-engine/platform-native": "0.18.2",
"@dark-engine/native-navigation": "0.18.2",
"@nativescript/core": "~8.4.5",
"@dark-engine/core": "0.21.1",
"@dark-engine/platform-native": "0.21.1",
"@dark-engine/native-navigation": "0.21.1",
"@nativescript/core": "~8.5.0",
"@nativescript/theme": "~3.0.2",
"@nstudio/nativescript-carousel": "^8.0.3"
},
"devDependencies": {
"@nativescript/android": "~8.4.0",
"@nativescript/types": "~8.4.0",
"@nativescript/android": "~8.5.0",
"@nativescript/types": "~8.5.0",
"@nativescript/webpack": "~5.0.12",
"@types/webpack-env": "^1.18.0",
"nativescript": "~8.4.0",
"nativescript": "~8.5.1",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"webpack-merge": "^5.8.0"
Expand Down
1,503 changes: 1,414 additions & 89 deletions examples/nativescript/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/core",
"version": "0.21.1",
"version": "0.22.0",
"description": "The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS)",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
export const ROOT = 'root';
export const REPLACER = 'dark:matter';
export const INDEX_KEY = 'dark:idx';
Expand Down
2 changes: 1 addition & 1 deletion packages/native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/native-navigation",
"version": "0.21.1",
"version": "0.22.0",
"description": "Dark navigation for NativeScript platform",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/native-navigation/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
export const SLASH = '/';

export enum TransitionName {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-browser",
"version": "0.21.1",
"version": "0.22.0",
"description": "Dark renderer for browser",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
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';
2 changes: 1 addition & 1 deletion packages/platform-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-native",
"version": "0.21.1",
"version": "0.22.0",
"description": "Dark renderer to native platforms like Android and iOS via NativeScript",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-native/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
export const ANDROID = 'android';
export const IOS = 'ios';
export const ATTR_TEXT = 'text';
2 changes: 1 addition & 1 deletion packages/platform-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-server",
"version": "0.21.1",
"version": "0.22.0",
"description": "Dark renderer for server",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-server/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
export const VOID_TAG_NAMES = 'area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr';
2 changes: 1 addition & 1 deletion packages/web-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/web-router",
"version": "0.21.1",
"version": "0.22.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-router/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.21.1';
export const VERSION = '0.22.0';
export const SLASH = '/';
export const PARAMETER = ':';
export const WILDCARD = '**';
Expand Down

0 comments on commit 06ea300

Please sign in to comment.