Skip to content

Commit 9d86a91

Browse files
v1.1.1
1 parent 94a9555 commit 9d86a91

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",
55
"repository": "https://github.com/andrewcourtice/harlem.git",
66
"author": "Andrew Courtice <[email protected]>",
@@ -12,11 +12,11 @@
1212
"build": "vuepress build src"
1313
},
1414
"dependencies": {
15-
"@harlem/core": "^1.1.0",
16-
"@harlem/plugin-devtools": "^1.1.0",
17-
"@harlem/plugin-reset": "^1.1.0",
18-
"@harlem/plugin-storage": "^1.1.0",
19-
"@harlem/plugin-transaction": "^1.1.0",
15+
"@harlem/core": "^1.1.1",
16+
"@harlem/plugin-devtools": "^1.1.1",
17+
"@harlem/plugin-reset": "^1.1.1",
18+
"@harlem/plugin-storage": "^1.1.1",
19+
"@harlem/plugin-transaction": "^1.1.1",
2020
"vuepress": "^2.0.0-alpha.26"
2121
},
2222
"devDependencies": {

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "Simple, unopinionated, lightweight and extensible state management for Vue 3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/utilities",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "Harlem utilities package",

plugins/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-devtools",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official Vue devtools plugin for Harlem",
@@ -43,6 +43,6 @@
4343
"@vue/devtools-api": "^6.0.0-beta.7"
4444
},
4545
"devDependencies": {
46-
"@harlem/core": "^1.1.0"
46+
"@harlem/core": "^1.1.1"
4747
}
4848
}

plugins/reset/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-reset",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official reset plugin for Harlem",
@@ -40,9 +40,9 @@
4040
"@harlem/core": "^1.0.17"
4141
},
4242
"dependencies": {
43-
"@harlem/utilities": "^1.1.0"
43+
"@harlem/utilities": "^1.1.1"
4444
},
4545
"devDependencies": {
46-
"@harlem/core": "^1.1.0"
46+
"@harlem/core": "^1.1.1"
4747
}
4848
}

plugins/snapshot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-snapshot",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official snapshot plugin for Harlem",
@@ -40,9 +40,9 @@
4040
"@harlem/core": "^1.0.17"
4141
},
4242
"dependencies": {
43-
"@harlem/utilities": "^1.1.0"
43+
"@harlem/utilities": "^1.1.1"
4444
},
4545
"devDependencies": {
46-
"@harlem/core": "^1.1.0"
46+
"@harlem/core": "^1.1.1"
4747
}
4848
}

plugins/ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-ssr",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official server-side rendering plugin for Harlem",
@@ -40,9 +40,9 @@
4040
"@harlem/core": "^1.0.17"
4141
},
4242
"dependencies": {
43-
"@harlem/utilities": "^1.1.0"
43+
"@harlem/utilities": "^1.1.1"
4444
},
4545
"devDependencies": {
46-
"@harlem/core": "^1.1.0"
46+
"@harlem/core": "^1.1.1"
4747
}
4848
}

plugins/storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-storage",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official storage plugin for Harlem",
@@ -40,6 +40,6 @@
4040
"@harlem/core": "^1.0.17"
4141
},
4242
"devDependencies": {
43-
"@harlem/core": "^1.1.0"
43+
"@harlem/core": "^1.1.1"
4444
}
4545
}

plugins/transaction/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harlem/plugin-transaction",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Andrew Courtice <[email protected]>",
66
"description": "The official transaction plugin for Harlem",
@@ -40,9 +40,9 @@
4040
"@harlem/core": "^1.0.17"
4141
},
4242
"dependencies": {
43-
"@harlem/utilities": "^1.1.0"
43+
"@harlem/utilities": "^1.1.1"
4444
},
4545
"devDependencies": {
46-
"@harlem/core": "^1.1.0"
46+
"@harlem/core": "^1.1.1"
4747
}
4848
}

0 commit comments

Comments
 (0)