-
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
bb5e16d
commit 4345a65
Showing
11 changed files
with
36 additions
and
36 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.1.2", | ||
"version": "1.1.3", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
"repository": "https://github.com/andrewcourtice/harlem.git", | ||
"author": "Andrew Courtice <[email protected]>", | ||
|
@@ -12,11 +12,11 @@ | |
"build": "vuepress build src" | ||
}, | ||
"dependencies": { | ||
"@harlem/core": "^1.1.2", | ||
"@harlem/plugin-devtools": "^1.1.2", | ||
"@harlem/plugin-reset": "^1.1.2", | ||
"@harlem/plugin-storage": "^1.1.2", | ||
"@harlem/plugin-transaction": "^1.1.2", | ||
"@harlem/core": "^1.1.3", | ||
"@harlem/plugin-devtools": "^1.1.3", | ||
"@harlem/plugin-reset": "^1.1.3", | ||
"@harlem/plugin-storage": "^1.1.3", | ||
"@harlem/plugin-transaction": "^1.1.3", | ||
"vuepress": "^2.0.0-alpha.26" | ||
}, | ||
"devDependencies": { | ||
|
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/core", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3", | ||
|
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.1.2", | ||
"version": "1.1.3", | ||
"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,15 +1,15 @@ | ||
{ | ||
"name": "@harlem/testing", | ||
"private": true, | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "Harlem testing package", | ||
"main": "src/index.ts", | ||
"dependencies": { | ||
"@harlem/core": "^1.1.2" | ||
"@harlem/core": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@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,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/utilities", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "@harlem/plugin-devtools", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official Vue devtools plugin for Harlem", | ||
|
@@ -37,12 +37,12 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@vue/devtools-api": "^6.0.0-beta.7" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2" | ||
"@harlem/core": "^1.1.3" | ||
} | ||
} |
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/plugin-reset", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official reset plugin for Harlem", | ||
|
@@ -37,13 +37,13 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.1.2" | ||
"@harlem/utilities": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2", | ||
"@harlem/testing": "^1.1.2" | ||
"@harlem/core": "^1.1.3", | ||
"@harlem/testing": "^1.1.3" | ||
} | ||
} |
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/plugin-snapshot", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official snapshot plugin for Harlem", | ||
|
@@ -37,13 +37,13 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.1.2" | ||
"@harlem/utilities": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2", | ||
"@harlem/testing": "^1.1.2" | ||
"@harlem/core": "^1.1.3", | ||
"@harlem/testing": "^1.1.3" | ||
} | ||
} |
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/plugin-ssr", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official server-side rendering plugin for Harlem", | ||
|
@@ -37,12 +37,12 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.1.2" | ||
"@harlem/utilities": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2" | ||
"@harlem/core": "^1.1.3" | ||
} | ||
} |
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/plugin-storage", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official storage plugin for Harlem", | ||
|
@@ -37,9 +37,9 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2" | ||
"@harlem/core": "^1.1.3" | ||
} | ||
} |
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/plugin-transaction", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
"author": "Andrew Courtice <[email protected]>", | ||
"description": "The official transaction plugin for Harlem", | ||
|
@@ -37,12 +37,12 @@ | |
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"@harlem/core": "^1.0.17" | ||
"@harlem/core": "^1.1.2" | ||
}, | ||
"dependencies": { | ||
"@harlem/utilities": "^1.1.2" | ||
"@harlem/utilities": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@harlem/core": "^1.1.2" | ||
"@harlem/core": "^1.1.3" | ||
} | ||
} |
4345a65
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: