Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
atellmer committed May 19, 2024
1 parent 1274d09 commit fd0090c
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion packages/animations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/animations",
"version": "1.3.0",
"version": "1.4.0",
"description": "Spring based animations for Dark",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/animations';
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": "1.3.0",
"version": "1.4.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",
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 = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/core';
export const ROOT = 'dark:root';
export const REPLACER = 'dark:matter';
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/data",
"version": "1.3.0",
"version": "1.4.0",
"description": "Declarative queries and mutations for Dark",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/data';
export const ROOT_ID = '__ROOT__';
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": "1.3.0",
"version": "1.4.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 = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/native-navigation';
export const SLASH_MARK = '/';

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": "1.3.0",
"version": "1.4.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 = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/platform-browser';
export const HEAD_TAG = 'head';
export const TITLE_TAG = 'title';
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-desktop",
"version": "1.3.0",
"version": "1.4.0",
"description": "Dark renderer to desktop platforms like Windows, Linux, macOS via Nodegui and Qt",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-desktop/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/platform-desktop';
export const TEXT_ATTR = 'text';
export const HIDDEN_ATTR = 'hidden';
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": "1.3.0",
"version": "1.4.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 = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/platform-native';
export const ANDROID = 'android';
export const IOS = 'ios';
Expand Down
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": "1.3.0",
"version": "1.4.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,3 +1,3 @@
export const VERSION = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/platform-server';
export const DOCTYPE = '<!DOCTYPE html>';
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/styled",
"version": "1.3.0",
"version": "1.4.0",
"description": "Styled components for Dark",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/styled';
export const STYLE_TAG = 'style';
export const STYLED_ATTR = 'dark-styled';
Expand Down
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": "1.3.0",
"version": "1.4.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 = '1.3.0';
export const VERSION = '1.4.0';
export const LIB = '@dark-engine/web-router';
export const SLASH_MARK = '/';
export const PARAMETER_MARK = ':';
Expand Down
12 changes: 6 additions & 6 deletions templates/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dev": "npx webpack-dev-server --env development"
},
"dependencies": {
"@dark-engine/animations": "1.3.0",
"@dark-engine/core": "1.3.0",
"@dark-engine/data": "1.3.0",
"@dark-engine/platform-browser": "1.3.0",
"@dark-engine/styled": "1.3.0",
"@dark-engine/web-router": "1.3.0"
"@dark-engine/animations": "1.4.0",
"@dark-engine/core": "1.4.0",
"@dark-engine/data": "1.4.0",
"@dark-engine/platform-browser": "1.4.0",
"@dark-engine/styled": "1.4.0",
"@dark-engine/web-router": "1.4.0"
},
"devDependencies": {
"ts-loader": "9.4.2",
Expand Down
6 changes: 3 additions & 3 deletions templates/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dev": "npx webpack --watch --env development"
},
"dependencies": {
"@dark-engine/core": "1.3.0",
"@dark-engine/data": "1.3.0",
"@dark-engine/platform-desktop": "1.3.0",
"@dark-engine/core": "1.4.0",
"@dark-engine/data": "1.4.0",
"@dark-engine/platform-desktop": "1.4.0",
"@nodegui/nodegui": "0.66.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions templates/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"clean": "npx ns clean"
},
"dependencies": {
"@dark-engine/animations": "1.3.0",
"@dark-engine/core": "1.3.0",
"@dark-engine/data": "1.3.0",
"@dark-engine/native-navigation": "1.3.0",
"@dark-engine/platform-native": "1.3.0",
"@dark-engine/animations": "1.4.0",
"@dark-engine/core": "1.4.0",
"@dark-engine/data": "1.4.0",
"@dark-engine/native-navigation": "1.4.0",
"@dark-engine/platform-native": "1.4.0",
"@nativescript/core": "8.7.2",
"@nativescript/theme": "3.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions templates/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"frontend:watch": "cd frontend && npx webpack --watch --env development"
},
"dependencies": {
"@dark-engine/animations": "1.3.0",
"@dark-engine/core": "1.3.0",
"@dark-engine/data": "1.3.0",
"@dark-engine/platform-browser": "1.3.0",
"@dark-engine/platform-server": "1.3.0",
"@dark-engine/styled": "1.3.0",
"@dark-engine/web-router": "1.3.0",
"@dark-engine/animations": "1.4.0",
"@dark-engine/core": "1.4.0",
"@dark-engine/data": "1.4.0",
"@dark-engine/platform-browser": "1.4.0",
"@dark-engine/platform-server": "1.4.0",
"@dark-engine/styled": "1.4.0",
"@dark-engine/web-router": "1.4.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.15",
"@types/node": "^18.11.17",
Expand Down

0 comments on commit fd0090c

Please sign in to comment.