Skip to content

Commit

Permalink
Version Packages (alpha) (#1828)
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 7, 2023
1 parent e74c4a6 commit e426b10
Show file tree
Hide file tree
Showing 39 changed files with 292 additions and 92 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"mean-bugs-cry",
"nice-cups-rest",
"old-plants-nail",
"olive-cameras-wonder",
"serious-seahorses-camp",
"sixty-turkeys-destroy"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/config

## 1.2.2-alpha.2

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/util-actor@1.3.2-alpha.2

## 1.2.2-alpha.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.2.2-alpha.1",
"version": "1.2.2-alpha.2",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-actor": "1.3.2-alpha.1",
"@onflow/util-invariant": "1.2.2-alpha.1",
"@onflow/util-logger": "1.3.2-alpha.1",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^46.9.0"
}
Expand Down
19 changes: 19 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @onflow/fcl

## 1.8.2-alpha.0

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-template@1.2.2-alpha.2
- @onflow/util-address@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/util-semver@1.0.2-alpha.0
- @onflow/util-actor@1.3.2-alpha.2
- @onflow/util-uid@1.2.2-alpha.2
- @onflow/config@1.2.2-alpha.2
- @onflow/types@1.3.0-alpha.2
- @onflow/rlp@1.2.2-alpha.2
- @onflow/sdk@1.4.0-alpha.3

## 1.9.0

### Minor Changes
Expand Down
26 changes: 13 additions & 13 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.1",
"version": "1.8.2-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -49,18 +49,18 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@improbable-eng/grpc-web": "^0.15.0",
"@onflow/config": "1.2.2-alpha.1",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.0",
"@onflow/sdk": "1.4.0-alpha.2",
"@onflow/types": "1.3.0-alpha.0",
"@onflow/util-actor": "1.3.2-alpha.0",
"@onflow/util-address": "1.2.2-alpha.0",
"@onflow/util-invariant": "1.2.2-alpha.0",
"@onflow/util-logger": "1.3.2-alpha.0",
"@onflow/util-semver": "1.0.1",
"@onflow/util-template": "1.2.2-alpha.0",
"@onflow/util-uid": "1.2.2-alpha.0",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@onflow/util-semver": "1.0.2-alpha.0",
"@onflow/util-template": "1.2.2-alpha.2",
"@onflow/util-uid": "1.2.2-alpha.2",
"cross-fetch": "^3.1.6"
}
}
20 changes: 20 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @onflow/fcl-react-native

## 1.9.0-alpha.3

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-template@1.2.2-alpha.2
- @onflow/util-address@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/util-semver@1.0.2-alpha.0
- @onflow/util-actor@1.3.2-alpha.2
- @onflow/fcl-core@1.8.2-alpha.0
- @onflow/util-uid@1.2.2-alpha.2
- @onflow/config@1.2.2-alpha.2
- @onflow/types@1.3.0-alpha.2
- @onflow/rlp@1.2.2-alpha.2
- @onflow/sdk@1.4.0-alpha.3

## 1.9.0-alpha.2

### Patch Changes
Expand Down
28 changes: 14 additions & 14 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.2",
"version": "1.9.0-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand All @@ -47,19 +47,19 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.8.1",
"@onflow/config": "1.2.2-alpha.1",
"@onflow/fcl-core": "1.8.2-alpha.0",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.0",
"@onflow/sdk": "1.4.0-alpha.2",
"@onflow/types": "1.3.0-alpha.0",
"@onflow/util-actor": "1.3.2-alpha.0",
"@onflow/util-address": "1.2.2-alpha.0",
"@onflow/util-invariant": "1.2.2-alpha.0",
"@onflow/util-logger": "1.3.2-alpha.0",
"@onflow/util-semver": "1.0.1",
"@onflow/util-template": "1.2.2-alpha.0",
"@onflow/util-uid": "1.2.2-alpha.0",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@onflow/util-semver": "1.0.2-alpha.0",
"@onflow/util-template": "1.2.2-alpha.2",
"@onflow/util-uid": "1.2.2-alpha.2",
"cross-fetch": "^3.1.6"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @onflow/fcl-wc

## 5.0.2-alpha.1

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/config@1.2.2-alpha.2
- @onflow/fcl@1.10.0-alpha.3

## 5.0.2-alpha.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "5.0.2-alpha.1",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "1.2.2-alpha.1",
"@onflow/util-invariant": "1.2.2-alpha.1",
"@onflow/util-logger": "1.3.2-alpha.1",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@walletconnect/modal": "^2.4.7",
"@walletconnect/sign-client": "^2.8.1",
"@walletconnect/types": "^2.8.1",
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "1.10.0-alpha.2"
"@onflow/fcl": "1.10.0-alpha.3"
}
}
20 changes: 20 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @onflow/fcl

## 1.10.0-alpha.3

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-template@1.2.2-alpha.2
- @onflow/util-address@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/util-semver@1.0.2-alpha.0
- @onflow/util-actor@1.3.2-alpha.2
- @onflow/fcl-core@1.8.2-alpha.0
- @onflow/util-uid@1.2.2-alpha.2
- @onflow/config@1.2.2-alpha.2
- @onflow/types@1.3.0-alpha.2
- @onflow/rlp@1.2.2-alpha.2
- @onflow/sdk@1.4.0-alpha.3

## 1.10.0-alpha.2

### Minor Changes
Expand Down
28 changes: 14 additions & 14 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.2",
"version": "1.10.0-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.10",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -48,19 +48,19 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.8.1",
"@onflow/config": "1.2.2-alpha.1",
"@onflow/fcl-core": "1.8.2-alpha.0",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.1",
"@onflow/sdk": "1.4.0-alpha.2",
"@onflow/types": "1.3.0-alpha.1",
"@onflow/util-actor": "1.3.2-alpha.1",
"@onflow/util-address": "1.2.2-alpha.1",
"@onflow/util-invariant": "1.2.2-alpha.1",
"@onflow/util-logger": "1.3.2-alpha.1",
"@onflow/util-semver": "1.0.1",
"@onflow/util-template": "1.2.2-alpha.1",
"@onflow/util-uid": "1.2.2-alpha.1",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.3",
"@onflow/types": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@onflow/util-semver": "1.0.2-alpha.0",
"@onflow/util-template": "1.2.2-alpha.2",
"@onflow/util-uid": "1.2.2-alpha.2",
"events": "^3.3.0",
"cross-fetch": "^3.1.6",
"sha3": "^2.1.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/rlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/rlp

## 1.2.2-alpha.2

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

## 1.2.2-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/rlp",
"version": "1.2.2-alpha.1",
"version": "1.2.2-alpha.2",
"description": "Port of ethereumjs/rlp",
"license": "MPL-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
17 changes: 17 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @onflow/sdk

## 1.4.0-alpha.3

### Patch Changes

- [#1827](https://github.com/onflow/fcl-js/pull/1827) [`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a) Thanks [@nialexsan](https://github.com/nialexsan)! - pin versions

- Updated dependencies [[`e74c4a60`](https://github.com/onflow/fcl-js/commit/e74c4a60f38f366874aa1391ca1c890a7ad3a42a)]:
- @onflow/transport-http@1.10.0-alpha.2
- @onflow/util-invariant@1.2.2-alpha.2
- @onflow/util-template@1.2.2-alpha.2
- @onflow/util-address@1.2.2-alpha.2
- @onflow/util-logger@1.3.2-alpha.2
- @onflow/util-actor@1.3.2-alpha.2
- @onflow/typedefs@1.3.0-alpha.2
- @onflow/config@1.2.2-alpha.2
- @onflow/rlp@1.2.2-alpha.2

## 1.4.0-alpha.2

### Minor Changes
Expand Down
20 changes: 10 additions & 10 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.2",
"version": "1.4.0-alpha.3",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "1.2.2-alpha.1",
"@onflow/rlp": "1.2.2-alpha.1",
"@onflow/transport-http": "1.10.0-alpha.1",
"@onflow/typedefs": "1.3.0-alpha.1",
"@onflow/util-actor": "1.3.2-alpha.1",
"@onflow/util-address": "1.2.2-alpha.1",
"@onflow/util-invariant": "1.2.2-alpha.1",
"@onflow/util-logger": "1.3.2-alpha.1",
"@onflow/util-template": "1.2.2-alpha.1",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/transport-http": "1.10.0-alpha.2",
"@onflow/typedefs": "1.3.0-alpha.2",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@onflow/util-template": "1.2.2-alpha.2",
"deepmerge": "^4.2.2",
"events": "^3.3.0",
"sha3": "^2.1.4",
Expand Down
Loading

0 comments on commit e426b10

Please sign in to comment.