-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6de45c7
commit 40de2b0
Showing
12 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/app", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
"repository": "https://github.com/andrewcourtice/harlem.git", | ||
"author": "Andrew Courtice <[email protected]>", | ||
|
@@ -13,11 +13,11 @@ | |
"build": "vite build" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^1.2.1", | ||
"@harlem/plugin-devtools": "^1.2.1", | ||
"@harlem/plugin-reset": "^1.2.1", | ||
"@harlem/plugin-storage": "^1.2.1", | ||
"@harlem/plugin-transaction": "^1.2.1", | ||
"@harlem/core": "^1.2.2", | ||
"@harlem/plugin-devtools": "^1.2.2", | ||
"@harlem/plugin-reset": "^1.2.2", | ||
"@harlem/plugin-storage": "^1.2.2", | ||
"@harlem/plugin-transaction": "^1.2.2", | ||
"flex-layout-attribute": "^1.0.3", | ||
"vue": "^3.0.7" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/core", | ||
"amdName": "harlem", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
|
@@ -40,7 +40,7 @@ | |
"vue": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@harlem/build": "^1.2.1", | ||
"@harlem/build": "^1.2.2", | ||
"vue": "^3.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "@harlem/build", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem utilities package", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/testing", | ||
"private": true, | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem testing package", | ||
|
@@ -10,7 +10,7 @@ | |
"build": "echo \"No Build Required\"" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^1.2.1" | ||
"@harlem/core": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/utilities", | ||
"amdName": "harlemUtilities", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem utilities package", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-devtools", | ||
"amdName": "harlemDevtools", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official Vue devtools plugin for Harlem", | ||
|
@@ -47,7 +47,7 @@ | |
"@vue/devtools-api": "^6.0.0-beta.7" | ||
}, | ||
"devDependencies": { | ||
"@harlem/build": "^1.2.1", | ||
"@harlem/core": "^1.2.1" | ||
"@harlem/build": "^1.2.2", | ||
"@harlem/core": "^1.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-reset", | ||
"amdName": "harlemReset", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official reset plugin for Harlem", | ||
|
@@ -42,11 +42,11 @@ | |
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.2.1" | ||
"@harlem/utilities": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/build": "^1.2.1", | ||
"@harlem/core": "^1.2.1", | ||
"@harlem/testing": "^1.2.1" | ||
"@harlem/build": "^1.2.2", | ||
"@harlem/core": "^1.2.2", | ||
"@harlem/testing": "^1.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-snapshot", | ||
"amdName": "harlemSnapshot", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official snapshot plugin for Harlem", | ||
|
@@ -42,10 +42,10 @@ | |
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.2.1" | ||
"@harlem/utilities": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.2.1", | ||
"@harlem/testing": "^1.2.1" | ||
"@harlem/core": "^1.2.2", | ||
"@harlem/testing": "^1.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-ssr", | ||
"amdName": "harlemSSR", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official server-side rendering plugin for Harlem", | ||
|
@@ -42,9 +42,9 @@ | |
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.2.1" | ||
"@harlem/utilities": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.2.1" | ||
"@harlem/core": "^1.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-storage", | ||
"amdName": "harlemStorage", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage plugin for Harlem", | ||
|
@@ -42,6 +42,6 @@ | |
"@harlem/core": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.2.1" | ||
"@harlem/core": "^1.2.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@harlem/plugin-transaction", | ||
"amdName": "harlemTransaction", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction plugin for Harlem", | ||
|
@@ -42,9 +42,9 @@ | |
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.2.1" | ||
"@harlem/utilities": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.2.1" | ||
"@harlem/core": "^1.2.2" | ||
} | ||
} |
40de2b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: