Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Apr 19, 2019
1 parent a48897b commit e9f7fb3
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.7.0",
"version": "0.7.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "http://github.com/xmppjs/xmpp.js",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"dependencies": {
"@xmpp/client-core": "^0.7.0",
"@xmpp/iq": "^0.7.0",
"@xmpp/iq": "^0.7.1",
"@xmpp/middleware": "^0.7.0",
"@xmpp/reconnect": "^0.7.0",
"@xmpp/resolve": "^0.7.0",
"@xmpp/resolve": "^0.7.1",
"@xmpp/resource-binding": "^0.7.0",
"@xmpp/sasl": "^0.7.0",
"@xmpp/sasl-anonymous": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/component",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"keywords": [
"XMPP",
"component"
],
"dependencies": {
"@xmpp/component-core": "^0.7.0",
"@xmpp/iq": "^0.7.0",
"@xmpp/iq": "^0.7.1",
"@xmpp/middleware": "^0.7.0",
"@xmpp/reconnect": "^0.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iq/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/iq",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve/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/resolve",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.7.0",
"version": "0.7.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.7.0",
"version": "0.7.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -15,7 +15,7 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/client": "^0.7.0",
"@xmpp/client": "^0.7.1",
"@xmpp/debug": "^0.7.0",
"@xmpp/events": "^0.7.0",
"@xmpp/jid": "^0.7.0",
Expand Down
12 changes: 6 additions & 6 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.7.0",
"version": "0.7.1",
"license": "ISC",
"keywords": [
"XMPP",
Expand All @@ -17,21 +17,21 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@xmpp/client": "^0.7.0",
"@xmpp/client": "^0.7.1",
"@xmpp/client-core": "^0.7.0",
"@xmpp/component": "^0.7.0",
"@xmpp/component": "^0.7.1",
"@xmpp/component-core": "^0.7.0",
"@xmpp/connection": "^0.7.0",
"@xmpp/connection-tcp": "^0.7.0",
"@xmpp/debug": "^0.7.0",
"@xmpp/error": "^0.7.0",
"@xmpp/events": "^0.7.0",
"@xmpp/id": "^0.7.0",
"@xmpp/iq": "^0.7.0",
"@xmpp/iq": "^0.7.1",
"@xmpp/jid": "^0.7.0",
"@xmpp/middleware": "^0.7.0",
"@xmpp/reconnect": "^0.7.0",
"@xmpp/resolve": "^0.7.0",
"@xmpp/resolve": "^0.7.1",
"@xmpp/resource-binding": "^0.7.0",
"@xmpp/sasl": "^0.7.0",
"@xmpp/sasl-anonymous": "^0.7.0",
Expand All @@ -41,7 +41,7 @@
"@xmpp/starttls": "^0.7.0",
"@xmpp/stream-features": "^0.7.0",
"@xmpp/tcp": "^0.7.0",
"@xmpp/test": "^0.7.0",
"@xmpp/test": "^0.7.1",
"@xmpp/time": "^0.7.0",
"@xmpp/tls": "^0.7.0",
"@xmpp/uri": "^0.7.0",
Expand Down

0 comments on commit e9f7fb3

Please sign in to comment.