Skip to content

Commit 84e75ec

Browse files
committed
version updated
1 parent 8c4c972 commit 84e75ec

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.1.1",
3+
"version": "1.2.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 +1 @@
1-
export const VERSION = '1.1.1';
1+
export const VERSION = '1.2.0';

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.1.1",
3+
"version": "1.2.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.1.1';
1+
export const VERSION = '1.2.0';
22
export const ROOT = 'dark:root';
33
export const REPLACER = 'dark:matter';
44
export const INDEX_KEY = 'dark:idx';

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.1.1",
3+
"version": "1.2.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,2 +1,2 @@
1-
export const VERSION = '1.1.1';
1+
export const VERSION = '1.2.0';
22
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.1.1",
3+
"version": "1.2.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.1.1';
1+
export const VERSION = '1.2.0';
22
export const SLASH_MARK = '/';
33

44
export enum TransitionName {

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.1.1",
3+
"version": "1.2.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.1.1';
1+
export const VERSION = '1.2.0';
22
export const INPUT_TAG = 'input';
33
export const TEXTAREA_TAG = 'textarea';
44
export const CLASS_NAME_ATTR = 'className';

0 commit comments

Comments
 (0)