Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Oct 21, 2018
1 parent f9e56e5 commit 292e1c5
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.5.1",
"version": "0.5.2",
"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.5.1",
"version": "0.5.2",
"license": "ISC",
"dependencies": {
"@xmpp/client-core": "^0.5.1",
Expand All @@ -17,7 +17,7 @@
"@xmpp/sasl-plain": "^0.5.0",
"@xmpp/sasl-scram-sha-1": "^0.5.0",
"@xmpp/session-establishment": "^0.5.0",
"@xmpp/starttls": "^0.5.1",
"@xmpp/starttls": "^0.5.2",
"@xmpp/stream-features": "^0.5.0",
"@xmpp/tcp": "^0.5.1",
"@xmpp/tls": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/starttls/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/starttls",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.5.1",
"version": "0.5.2",
"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.5.1",
"version": "0.5.2",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -15,7 +15,7 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/client": "^0.5.1",
"@xmpp/client": "^0.5.2",
"@xmpp/debug": "^0.5.0",
"@xmpp/events": "^0.5.1",
"@xmpp/jid": "^0.5.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.5.1",
"version": "0.5.2",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -17,7 +17,7 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/client": "^0.5.1",
"@xmpp/client": "^0.5.2",
"@xmpp/client-core": "^0.5.1",
"@xmpp/component": "^0.5.1",
"@xmpp/component-core": "^0.5.1",
Expand All @@ -38,10 +38,10 @@
"@xmpp/sasl-plain": "^0.5.0",
"@xmpp/sasl-scram-sha-1": "^0.5.0",
"@xmpp/session-establishment": "^0.5.0",
"@xmpp/starttls": "^0.5.1",
"@xmpp/starttls": "^0.5.2",
"@xmpp/stream-features": "^0.5.0",
"@xmpp/tcp": "^0.5.1",
"@xmpp/test": "^0.5.1",
"@xmpp/test": "^0.5.2",
"@xmpp/time": "^0.5.0",
"@xmpp/tls": "^0.5.1",
"@xmpp/uri": "^0.5.0",
Expand Down

0 comments on commit 292e1c5

Please sign in to comment.