Skip to content

Commit

Permalink
version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
atellmer committed Apr 11, 2024
1 parent 2f4552c commit b0eeadc
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 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.0.3",
"version": "1.1.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 +1 @@
export const VERSION = '1.0.3';
export const VERSION = '1.1.0';
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.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const ROOT = 'dark:root';
export const REPLACER = 'dark:matter';
export const INDEX_KEY = 'dark:idx';
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.0.3",
"version": "1.1.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,2 +1,2 @@
export const VERSION = '1.0.3';
export const VERSION = '1.1.0';
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.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const SLASH_MARK = '/';

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": "1.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const INPUT_TAG = 'input';
export const TEXTAREA_TAG = 'textarea';
export const CLASS_NAME_ATTR = 'className';
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.0.3",
"version": "1.1.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,2 +1,2 @@
export const VERSION = '1.0.3';
export const VERSION = '1.1.0';
export const TEXT_ATTR = 'text';
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.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const ANDROID = 'android';
export const IOS = 'ios';
export const TEXT_ATTR = '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": "1.0.3",
"version": "1.1.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 = '1.0.3';
export const VERSION = '1.1.0';
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.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const STYLE_TAG = 'style';
export const STYLED_ATTR = 'dark-styled';
export const GLOBAL_ATTR_VALUE = 'g';
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.0.3",
"version": "1.1.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.0.3';
export const VERSION = '1.1.0';
export const SLASH_MARK = '/';
export const PARAMETER_MARK = ':';
export const WILDCARD_MARK = '**';
Expand Down

0 comments on commit b0eeadc

Please sign in to comment.