Skip to content

Commit 71ba85d

Browse files
committed
v0.0.8
1 parent f4dca77 commit 71ba85d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.7"
6+
"version": "0.0.8"
77
}

packages/wring-manage-backend/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-manage-backend",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Backend for the webring management interface",
55
"author": "Bill Cauchois <wcauchois@gmail.com>",
66
"homepage": "https://github.com/wcauchois/wring#readme",

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.7",
3+
"version": "0.0.8",
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.7",
23+
"@wcauchois/wring-schema": "^0.0.8",
2424
"apollo-boost": "^0.4.9",
2525
"axios": "^0.19.2",
2626
"graphql": "^15.2.0",

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.7",
3+
"version": "0.0.8",
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.7",
3+
"version": "0.0.8",
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.7",
25+
"@wcauchois/wring-schema": "^0.0.8",
2626
"preact": "^10.4.4",
2727
"styled-components": "^5.1.1",
2828
"ts-loader": "^7.0.5",

0 commit comments

Comments
 (0)