Skip to content

Commit 185e00e

Browse files
committed
chore: resolve merge conflicts
2 parents 6f68825 + deb2e74 commit 185e00e

File tree

24 files changed

+41
-41
lines changed

24 files changed

+41
-41
lines changed

packages/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dark-engine/animations",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Spring based animations for Dark",
55
"author": "AlexPlex",
66
"license": "MIT",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const VERSION = '1.4.2';
1+
export const VERSION = '1.5.0';
22
export const LIB = '@dark-engine/animations';

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dark-engine/core",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS, Windows, Linux, macOS)",
55
"author": "AlexPlex",
66
"license": "MIT",

packages/core/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '1.4.2';
1+
export const VERSION = '1.5.0';
22
export const LIB = '@dark-engine/core';
33
export const ROOT = 'dark:root';
44
export const REPLACER = 'dark:matter';

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dark-engine/data",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Declarative queries and mutations for Dark",
55
"author": "AlexPlex",
66
"license": "MIT",

packages/data/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const VERSION = '1.4.2';
1+
export const VERSION = '1.5.0';
22
export const LIB = '@dark-engine/data';
33
export const ROOT_ID = '__ROOT__';

packages/native-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dark-engine/native-navigation",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Dark navigation for NativeScript platform",
55
"author": "AlexPlex",
66
"license": "MIT",

packages/native-navigation/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '1.4.2';
1+
export const VERSION = '1.5.0';
22
export const LIB = '@dark-engine/native-navigation';
33
export const SLASH_MARK = '/';
44

packages/platform-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dark-engine/platform-browser",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Dark renderer for browser",
55
"author": "AlexPlex",
66
"license": "MIT",

packages/platform-browser/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '1.4.2';
1+
export const VERSION = '1.5.0';
22
export const LIB = '@dark-engine/platform-browser';
33
export const HEAD_TAG = 'head';
44
export const TITLE_TAG = 'title';

0 commit comments

Comments
 (0)