Skip to content

Commit

Permalink
VSN -- [root] updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Dec 5, 2023
1 parent f269dcc commit 22e98d5
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 11 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"changesets": [
"brown-dingos-taste",
"new-peaches-battle",
"nice-cups-rest",
"serious-seahorses-camp"
]
Expand Down
9 changes: 9 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl

## 1.9.0-alpha.1

### Patch Changes

- [#1809](https://github.com/onflow/fcl-js/pull/1809) [`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc) Thanks [@nialexsan](https://github.com/nialexsan)! - restore missing packages

- Updated dependencies [[`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc)]:
- @onflow/sdk@1.4.0-alpha.1

## 1.9.0-alpha.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-core",
"version": "1.9.0-alpha.0",
"version": "1.9.0-alpha.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-react-native

## 1.9.0-alpha.1

### Patch Changes

- Updated dependencies [[`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc)]:
- @onflow/fcl-core@1.9.0-alpha.1
- @onflow/sdk@1.4.0-alpha.1

## 1.9.0-alpha.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-react-native",
"version": "1.9.0-alpha.0",
"version": "1.9.0-alpha.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.9.0-alpha.0",
"@onflow/fcl-core": "1.9.0-alpha.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl

## 1.10.0-alpha.1

### Patch Changes

- Updated dependencies [[`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc)]:
- @onflow/fcl-core@1.9.0-alpha.1
- @onflow/sdk@1.4.0-alpha.1

## 1.10.0-alpha.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.10.0-alpha.0",
"version": "1.10.0-alpha.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.9.0-alpha.0",
"@onflow/fcl-core": "1.9.0-alpha.1",
"@onflow/config": "^1.2.2-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"@onflow/types": "^1.3.0-alpha.0",
"@onflow/util-actor": "^1.3.2-alpha.0",
"@onflow/util-address": "^1.2.2-alpha.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/sdk

## 1.4.0-alpha.1

### Patch Changes

- [#1809](https://github.com/onflow/fcl-js/pull/1809) [`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc) Thanks [@nialexsan](https://github.com/nialexsan)! - restore missing packages

## 1.4.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.4.0-alpha.0",
"version": "1.4.0-alpha.1",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/transport-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/transport-grpc

## 1.3.2-alpha.1

### Patch Changes

- [#1809](https://github.com/onflow/fcl-js/pull/1809) [`f269dccf`](https://github.com/onflow/fcl-js/commit/f269dccf8806b334efe2d84d3d03ceae7bc110fc) Thanks [@nialexsan](https://github.com/nialexsan)! - restore missing packages

## 1.3.2-alpha.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/transport-grpc",
"version": "1.3.2-alpha.0",
"version": "1.3.2-alpha.1",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.0",
"@onflow/sdk": "^1.4.0-alpha.1",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down

0 comments on commit 22e98d5

Please sign in to comment.