Skip to content

Commit cbeed09

Browse files
committed
v0.5.0
1 parent b125a3f commit cbeed09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

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

packages/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/http",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"
@@ -13,7 +13,7 @@
1313
"version": "pika build"
1414
},
1515
"dependencies": {
16-
"@superdispatch/uri": "^0.4.0"
16+
"@superdispatch/uri": "^0.5.0"
1717
},
1818
"peerDependencies": {
1919
"@babel/runtime": "^7.0.0"

packages/uri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/uri",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/superdispatch/ui.git"

0 commit comments

Comments
 (0)