Skip to content

Commit

Permalink
Version Packages (alpha) (#1834)
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] committed Jan 8, 2024
1 parent 72e8f79 commit a428f2b
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
},
"changesets": [
"brown-dingos-taste",
"cyan-feet-heal",
"dull-oranges-tell",
"famous-eagles-clean",
"lucky-moons-smell",
"mean-bugs-cry",
"nice-cups-rest",
"old-plants-nail",
"olive-cameras-wonder",
"poor-kids-care",
"serious-seahorses-camp",
"sixty-turkeys-destroy"
]
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.8.2-alpha.1

### Patch Changes

- [#1832](https://github.com/onflow/fcl-js/pull/1832) [`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f) Thanks [@jribbink](https://github.com/jribbink)! - Update access modifiers to support Cadence 1.0

- Updated dependencies [[`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f)]:
- @onflow/sdk@1.4.0-alpha.4

## 1.8.2-alpha.0

### Patch 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.8.2-alpha.0",
"version": "1.8.2-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.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/sdk": "1.4.0-alpha.4",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
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.4

### Patch Changes

- Updated dependencies [[`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f)]:
- @onflow/fcl-core@1.8.2-alpha.1
- @onflow/sdk@1.4.0-alpha.4

## 1.9.0-alpha.3

### 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.0-alpha.3",
"version": "1.9.0-alpha.4",
"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.8.2-alpha.0",
"@onflow/fcl-core": "1.8.2-alpha.1",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/sdk": "1.4.0-alpha.4",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
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.0.2-alpha.2

### Patch Changes

- Updated dependencies []:
- @onflow/fcl@1.10.0-alpha.4

## 5.0.2-alpha.1

### Patch 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.0.2-alpha.1",
"version": "5.0.2-alpha.2",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -43,6 +43,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "1.10.0-alpha.3"
"@onflow/fcl": "1.10.0-alpha.4"
}
}
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.4

### Patch Changes

- Updated dependencies [[`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f)]:
- @onflow/fcl-core@1.8.2-alpha.1
- @onflow/sdk@1.4.0-alpha.4

## 1.10.0-alpha.3

### Patch 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.3",
"version": "1.10.0-alpha.4",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -48,11 +48,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.8.2-alpha.0",
"@onflow/fcl-core": "1.8.2-alpha.1",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/sdk": "1.4.0-alpha.4",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/sdk

## 1.4.0-alpha.4

### Patch Changes

- [#1832](https://github.com/onflow/fcl-js/pull/1832) [`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f) Thanks [@jribbink](https://github.com/jribbink)! - Update access modifiers to support Cadence 1.0

- Updated dependencies [[`72e8f796`](https://github.com/onflow/fcl-js/commit/72e8f796caf8f62a829cba3641e395c20466547a), [`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f)]:
- @onflow/transport-http@1.10.0-alpha.3

## 1.4.0-alpha.3

### 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.4.0-alpha.3",
"version": "1.4.0-alpha.4",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/transport-http": "1.10.0-alpha.2",
"@onflow/transport-http": "1.10.0-alpha.3",
"@onflow/typedefs": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
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.4

### Patch Changes

- [#1832](https://github.com/onflow/fcl-js/pull/1832) [`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f) Thanks [@jribbink](https://github.com/jribbink)! - Update access modifiers to support Cadence 1.0

## 1.3.2-alpha.3

### 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.3",
"version": "1.3.2-alpha.4",
"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.1",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/sdk": "1.4.0-alpha.4",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/transport-http

## 1.10.0-alpha.3

### Patch Changes

- [#1830](https://github.com/onflow/fcl-js/pull/1830) [`72e8f796`](https://github.com/onflow/fcl-js/commit/72e8f796caf8f62a829cba3641e395c20466547a) Thanks [@jribbink](https://github.com/jribbink)! - Use URL to join httpRequest hostname to path instead of string manipulation (allows for trailing slashes/less error prone)

- [#1832](https://github.com/onflow/fcl-js/pull/1832) [`037dc2f9`](https://github.com/onflow/fcl-js/commit/037dc2f9db9c22185e3c048c65e23e0efa70085f) Thanks [@jribbink](https://github.com/jribbink)! - Update access modifiers to support Cadence 1.0

## 1.10.0-alpha.2

### 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.0-alpha.2",
"version": "1.10.0-alpha.3",
"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.4.2-alpha.1",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/sdk": "1.4.0-alpha.4",
"@onflow/types": "1.3.0-alpha.2",
"jest": "^29.5.0"
},
Expand Down

0 comments on commit a428f2b

Please sign in to comment.