Skip to content

Commit ff2e245

Browse files
committed
v0.0.10
1 parent 5c2c598 commit ff2e245

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.0.9"
6+
"version": "0.0.10"
77
}

packages/wring-manage-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcauchois/wring-manage-backend",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Backend for the webring management interface",
55
"author": "Bill Cauchois <wcauchois@gmail.com>",
66
"homepage": "https://github.com/wcauchois/wring#readme",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@types/minimist": "^1.2.0",
43-
"@wcauchois/wring-manage-frontend": "^0.0.9",
43+
"@wcauchois/wring-manage-frontend": "^0.0.10",
4444
"apollo-server-express": "^2.15.1",
4545
"axios": "^0.19.2",
4646
"chalk": "^4.1.0",

packages/wring-manage-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcauchois/wring-manage-frontend",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [
@@ -20,7 +20,7 @@
2020
"@types/node": "^12.0.0",
2121
"@types/react": "^16.9.0",
2222
"@types/react-dom": "^16.9.0",
23-
"@wcauchois/wring-schema": "^0.0.9",
23+
"@wcauchois/wring-schema": "^0.0.10",
2424
"apollo-boost": "^0.4.9",
2525
"axios": "^0.19.2",
2626
"graphql": "^15.2.0",

packages/wring-manage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcauchois/wring-manage",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Entrypoint for the web ring management interface",
55
"author": "Bill Cauchois <wcauchois@gmail.com>",
66
"homepage": "https://github.com/wcauchois/wring#readme",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/wcauchois/wring/issues"
2525
},
2626
"dependencies": {
27-
"@wcauchois/wring-manage-backend": "^0.0.9"
27+
"@wcauchois/wring-manage-backend": "^0.0.10"
2828
},
2929
"gitHead": "7a887324c80e8c839951c2c0bbc51331eb0b2469"
3030
}

packages/wring-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcauchois/wring-schema",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "> TODO: description",
55
"author": "Bill Cauchois <wcauchois@gmail.com>",
66
"homepage": "",

packages/wring-widget/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcauchois/wring-widget",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "> TODO: description",
55
"author": "Bill Cauchois <wcauchois@gmail.com>",
66
"homepage": "",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@types/styled-components": "^5.1.0",
25-
"@wcauchois/wring-schema": "^0.0.9",
25+
"@wcauchois/wring-schema": "^0.0.10",
2626
"preact": "^10.4.4",
2727
"styled-components": "^5.1.1",
2828
"ts-loader": "^7.0.5",

0 commit comments

Comments
 (0)