Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Feb 15, 2020
1 parent 6449ae2 commit 63cbb44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.11.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.11.0",
"version": "0.11.1",
"license": "ISC",
"dependencies": {
"@xmpp/client-core": "^0.11.0",
Expand All @@ -19,7 +19,7 @@
"@xmpp/session-establishment": "^0.11.0",
"@xmpp/starttls": "^0.11.0",
"@xmpp/stream-features": "^0.11.0",
"@xmpp/stream-management": "^0.11.0",
"@xmpp/stream-management": "^0.11.1",
"@xmpp/tcp": "^0.11.0",
"@xmpp/tls": "^0.11.0",
"@xmpp/websocket": "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/stream-management",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.11.0",
"version": "0.11.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/test",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.11.0",
"version": "0.11.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -15,7 +15,7 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/client": "^0.11.0",
"@xmpp/client": "^0.11.1",
"@xmpp/connection": "^0.11.0",
"@xmpp/debug": "^0.11.0",
"@xmpp/events": "^0.11.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/xmpp.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.11.0",
"version": "0.11.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@xmpp/base64": "^0.11.0",
"@xmpp/client": "^0.11.0",
"@xmpp/client": "^0.11.1",
"@xmpp/client-core": "^0.11.0",
"@xmpp/component": "^0.11.0",
"@xmpp/component-core": "^0.11.0",
Expand All @@ -41,9 +41,9 @@
"@xmpp/session-establishment": "^0.11.0",
"@xmpp/starttls": "^0.11.0",
"@xmpp/stream-features": "^0.11.0",
"@xmpp/stream-management": "^0.11.0",
"@xmpp/stream-management": "^0.11.1",
"@xmpp/tcp": "^0.11.0",
"@xmpp/test": "^0.11.0",
"@xmpp/test": "^0.11.1",
"@xmpp/time": "^0.11.0",
"@xmpp/tls": "^0.11.0",
"@xmpp/uri": "^0.11.0",
Expand Down

0 comments on commit 63cbb44

Please sign in to comment.