Skip to content

Commit

Permalink
Bump core 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 6, 2023
1 parent 2eef0dc commit bb92ad2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.6.0 (2023-02-06)

- Dependencies upgrade and minor types changes.

## 0.5.7 (2022-08-31)
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": "@anycable/core",
"version": "0.5.7",
"version": "0.6.0",
"description": "AnyCable JavaScript client library core functionality",
"keywords": [
"anycable",
Expand Down
4 changes: 2 additions & 2 deletions packages/msgpack-encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/msgpack-encoder",
"version": "0.2.0",
"version": "0.3.0",
"description": "Msgpack encoder for AnyCable client",
"keywords": [
"anycable",
Expand All @@ -19,7 +19,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anycable/core": "^0.5.0",
"@anycable/core": "^0.6.0",
"@ygoe/msgpack": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/protobuf-encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/protobuf-encoder",
"version": "0.2.0",
"version": "0.3.0",
"description": "Protobuf encoder for AnyCable client",
"keywords": [
"anycable",
Expand All @@ -19,7 +19,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anycable/core": "^0.5.0",
"@anycable/core": "^0.6.0",
"protobufjs": "^7.2.1",
"@ygoe/msgpack": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/turbo-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/turbo-stream",
"version": "0.2.1",
"version": "0.3.0",
"description": "AnyCable Client plugin to support Turbo Streams",
"engines": {
"node": ">=8.3.0"
Expand All @@ -24,7 +24,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anycable/core": "^0.5.0"
"@anycable/core": "^0.6.0"
},
"peerDependencies": {
"@hotwired/turbo": ">= 7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/web",
"version": "0.5.2",
"version": "0.6.0",
"description": "AnyCable JavaScript client for web",
"keywords": [
"anycable",
Expand All @@ -21,6 +21,6 @@
"./package.json": "./package.json"
},
"dependencies": {
"@anycable/core": "^0.5.0"
"@anycable/core": "^0.6.0"
}
}

0 comments on commit bb92ad2

Please sign in to comment.