Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 20, 2022
1 parent 0caa051 commit 3c171bc
Show file tree
Hide file tree
Showing 9 changed files with 866 additions and 2,824 deletions.
3,656 changes: 849 additions & 2,807 deletions examples/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"cookie": "0.4.1",
"easyhard": "file:../build/easyhard-0.9.0.tgz",
"easyhard-api": "file:../build/easyhard-api-0.1.1.tgz",
"easyhard-bridge": "file:../build/easyhard-bridge-0.2.7.tgz",
"easyhard-client": "file:../build/easyhard-client-0.5.10.tgz",
"easyhard-common": "file:../build/easyhard-common-0.4.0.tgz",
"easyhard-debug": "file:../build/easyhard-debug-0.2.0.tgz",
"easyhard-bridge": "file:../build/easyhard-bridge-0.3.0.tgz",
"easyhard-client": "file:../build/easyhard-client-0.6.0.tgz",
"easyhard-common": "file:../build/easyhard-common-0.4.1.tgz",
"easyhard-debug": "file:../build/easyhard-debug-0.3.0.tgz",
"easyhard-forms": "file:../build/easyhard-forms-0.3.0.tgz",
"easyhard-loader": "file:../build/easyhard-loader-0.1.2.tgz",
"easyhard-post-message": "file:../build/easyhard-post-message-0.0.1.tgz",
"easyhard-router": "file:../build/easyhard-router-0.3.1.tgz",
"easyhard-server": "file:../build/easyhard-server-0.6.3.tgz",
"easyhard-server-uws": "file:../build/easyhard-server-uws-0.2.0.tgz",
"easyhard-server": "file:../build/easyhard-server-0.7.0.tgz",
"easyhard-server-uws": "file:../build/easyhard-server-uws-0.3.0.tgz",
"easyhard-styles": "file:../build/easyhard-styles-0.4.0.tgz",
"express": "4.17.1",
"express-ws": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard-bridge",
"version": "0.2.7",
"version": "0.3.0",
"peerDependencies": {
"rxjs": ">= 6.x <=7.x",
"easyhard-common": "^0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "easyhard-client",
"version": "0.5.10",
"version": "0.6.0",
"peerDependencies": {
"easyhard-common": "^0.3.0",
"rxjs": ">= 6.x <=7.x",
"easyhard-bridge": "^0.2.7"
"easyhard-bridge": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard-common",
"version": "0.4.0",
"version": "0.4.1",
"peerDependencies": {
"rxjs": ">= 6.x <=7.x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard",
"version": "0.9.0",
"version": "0.9.1",
"peerDependencies": {
"easyhard-common": "^0.4.0",
"rxjs": ">= 6.x <=7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard-debug",
"version": "0.2.0",
"version": "0.3.0",
"peerDependencies": {
"easyhard-common": "^0.4.0",
"rxjs": ">= 6.x <=7.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/server-uws/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "easyhard-server-uws",
"version": "0.2.0",
"version": "0.3.0",
"peerDependencies": {
"easyhard-common": "^0.3.0",
"easyhard-bridge": "^0.2.6",
"easyhard-server": "^0.6.0"
"easyhard-bridge": "^0.3.0",
"easyhard-server": "^0.7.0"
},
"dependencies": {
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "easyhard-server",
"version": "0.6.3",
"version": "0.7.0",
"peerDependencies": {
"easyhard-common": "^0.3.0",
"cookie": "0.4.1",
"rxjs": ">= 6.x <=7.x",
"easyhard-bridge": "^0.2.7"
"easyhard-bridge": "^0.3.0"
},
"rollup": {
"node": true
Expand Down

0 comments on commit 3c171bc

Please sign in to comment.