Skip to content

Commit

Permalink
Version Packages (#2040)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2024
1 parent bc47345 commit 4ff0114
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-donuts-lie.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl

## 1.13.1

### Patch Changes

- [#2039](https://github.com/onflow/fcl-js/pull/2039) [`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d) Thanks [@jribbink](https://github.com/jribbink)! - Update cross-fetch to v4

- Updated dependencies [[`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d)]:
- @onflow/transport-http@1.10.4
- @onflow/sdk@1.5.5

## 1.13.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.13.0",
"version": "1.13.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@onflow/config": "1.5.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.4",
"@onflow/transport-http": "1.10.3",
"@onflow/sdk": "1.5.5",
"@onflow/transport-http": "1.10.4",
"@onflow/types": "1.4.1",
"@onflow/util-actor": "1.3.4",
"@onflow/util-address": "1.2.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl-react-native

## 1.9.8

### Patch Changes

- [#2039](https://github.com/onflow/fcl-js/pull/2039) [`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d) Thanks [@jribbink](https://github.com/jribbink)! - Update cross-fetch to v4

- Updated dependencies [[`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d)]:
- @onflow/fcl-core@1.13.1
- @onflow/sdk@1.5.5

## 1.9.7

### Patch 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.7",
"version": "1.9.8",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -48,10 +48,10 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.5.1",
"@onflow/fcl-core": "1.13.0",
"@onflow/fcl-core": "1.13.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.4",
"@onflow/sdk": "1.5.5",
"@onflow/types": "1.4.1",
"@onflow/util-actor": "1.3.4",
"@onflow/util-address": "1.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-wc

## 5.5.1

### Patch Changes

- Updated dependencies [[`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d)]:
- @onflow/fcl-core@1.13.1

## 5.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wc",
"version": "5.5.0",
"version": "5.5.1",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -53,6 +53,6 @@
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"@onflow/fcl-core": "1.13.0"
"@onflow/fcl-core": "1.13.1"
}
}
11 changes: 11 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/fcl

## 1.13.1

### Patch Changes

- [#2039](https://github.com/onflow/fcl-js/pull/2039) [`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d) Thanks [@jribbink](https://github.com/jribbink)! - Update cross-fetch to v4

- Updated dependencies [[`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d)]:
- @onflow/fcl-core@1.13.1
- @onflow/sdk@1.5.5
- @onflow/fcl-wc@5.5.1

## 1.13.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.13.0",
"version": "1.13.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -49,11 +49,11 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.5.1",
"@onflow/fcl-core": "1.13.0",
"@onflow/fcl-wc": "5.5.0",
"@onflow/fcl-core": "1.13.1",
"@onflow/fcl-wc": "5.5.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.4",
"@onflow/sdk": "1.5.5",
"@onflow/types": "1.4.1",
"@onflow/util-actor": "1.3.4",
"@onflow/util-address": "1.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/sdk

## 1.5.5

### Patch Changes

- Updated dependencies [[`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d)]:
- @onflow/transport-http@1.10.4

## 1.5.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.5.4",
"version": "1.5.5",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.5.1",
"@onflow/rlp": "1.2.3",
"@onflow/transport-http": "1.10.3",
"@onflow/transport-http": "1.10.4",
"@onflow/typedefs": "1.4.0",
"@onflow/util-actor": "1.3.4",
"@onflow/util-address": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.6.0",
"@onflow/sdk": "1.5.4",
"@onflow/sdk": "1.5.5",
"jest": "^29.7.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/transport-http

## 1.10.4

### Patch Changes

- [#2039](https://github.com/onflow/fcl-js/pull/2039) [`bc47345ddfc44f0108672f91d8c948eb8e357e3d`](https://github.com/onflow/fcl-js/commit/bc47345ddfc44f0108672f91d8c948eb8e357e3d) Thanks [@jribbink](https://github.com/jribbink)! - Update cross-fetch to v4

## 1.10.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/transport-http",
"version": "1.10.3",
"version": "1.10.4",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@onflow/fcl-bundle": "1.6.0",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.5.4",
"@onflow/sdk": "1.5.5",
"@onflow/types": "1.4.1",
"jest": "^29.7.0"
},
Expand Down

0 comments on commit 4ff0114

Please sign in to comment.