Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2023
1 parent d198424 commit ce3b2df
Show file tree
Hide file tree
Showing 39 changed files with 342 additions and 151 deletions.
9 changes: 0 additions & 9 deletions .changeset/brown-dingos-taste.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/nice-cups-rest.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/serious-seahorses-camp.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/config

## 1.2.2

### Patch Changes

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated

- Updated dependencies [[`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
- @onflow/util-invariant@1.2.2
- @onflow/util-logger@1.3.2
- @onflow/util-actor@1.3.2

## 1.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "1.2.2",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.11",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
Expand All @@ -39,9 +39,9 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/util-actor": "^1.3.2",
"@onflow/util-invariant": "^1.2.2",
"@onflow/util-logger": "^1.3.2",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^46.9.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-bundle

## 1.4.2

### Patch Changes

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-bundle",
"version": "1.4.1",
"version": "1.4.2",
"description": "FCL Bundler Tool",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
20 changes: 20 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

### Minor Changes

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

### Patch Changes

- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
- @onflow/types@1.3.0
- @onflow/sdk@1.4.0
- @onflow/util-invariant@1.2.2
- @onflow/util-template@1.2.2
- @onflow/util-address@1.2.2
- @onflow/util-logger@1.3.2
- @onflow/util-actor@1.3.2
- @onflow/util-uid@1.2.2
- @onflow/config@1.2.2
- @onflow/rlp@1.2.2

## 1.9.0

### Minor Changes

- [#1811](https://github.com/onflow/fcl-js/pull/1811) [`4554254a`](https://github.com/onflow/fcl-js/commit/4554254a52e6062c04e5842f4ca7701e8b74bc64) Thanks [@bthaile](https://github.com/bthaile)! - Add support for running FLIX v1.1.0 (verified interactions)

### Patch 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.9.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2",
"@onflow/typedefs": "^1.3.0",
"@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.1",
"@onflow/config": "^1.2.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/rlp": "^1.2.2",
"@onflow/sdk": "^1.4.0",
"@onflow/types": "^1.3.0",
"@onflow/util-actor": "^1.3.2",
"@onflow/util-address": "^1.2.2",
"@onflow/util-invariant": "^1.2.2",
"@onflow/util-logger": "^1.3.2",
"@onflow/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"@onflow/util-template": "^1.2.2",
"@onflow/util-uid": "^1.2.2",
"cross-fetch": "^3.1.6"
}
}
22 changes: 22 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @onflow/fcl-react-native

## 1.9.0

### Minor Changes

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

### Patch Changes

- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
- @onflow/types@1.3.0
- @onflow/sdk@1.4.0
- @onflow/fcl-core@1.9.0
- @onflow/util-invariant@1.2.2
- @onflow/util-template@1.2.2
- @onflow/util-address@1.2.2
- @onflow/util-logger@1.3.2
- @onflow/util-actor@1.3.2
- @onflow/util-uid@1.2.2
- @onflow/config@1.2.2
- @onflow/rlp@1.2.2
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.8.1",
"version": "1.9.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2",
"@onflow/typedefs": "^1.3.0",
"@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.1",
"@onflow/fcl-core": "1.9.0",
"@onflow/config": "^1.2.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.1",
"@onflow/sdk": "^1.3.1",
"@onflow/types": "^1.2.1",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/rlp": "^1.2.2",
"@onflow/sdk": "^1.4.0",
"@onflow/types": "^1.3.0",
"@onflow/util-actor": "^1.3.2",
"@onflow/util-address": "^1.2.2",
"@onflow/util-invariant": "^1.2.2",
"@onflow/util-logger": "^1.3.2",
"@onflow/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"@onflow/util-template": "^1.2.2",
"@onflow/util-uid": "^1.2.2",
"cross-fetch": "^3.1.6"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @onflow/fcl-wc

## 7.0.0

### Patch Changes

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated

- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
- @onflow/fcl@1.10.0
- @onflow/util-invariant@1.2.2
- @onflow/util-logger@1.3.2
- @onflow/config@1.2.2

## 6.0.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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": "6.0.0",
"version": "7.0.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -26,23 +26,23 @@
"lint": "eslint ."
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/fcl-bundle": "^1.4.2",
"better-sqlite3": "^7.6.2",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^46.9.0",
"jest": "^29.5.0"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@onflow/config": "^1.2.2",
"@onflow/util-invariant": "^1.2.2",
"@onflow/util-logger": "^1.3.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.9.0"
"@onflow/fcl": "^1.10.0"
}
}
26 changes: 26 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# @onflow/fcl

## 1.10.0

### Minor Changes

- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion

- [#1821](https://github.com/onflow/fcl-js/pull/1821) [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web)

### Patch Changes

- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated

- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`b9c078ce`](https://github.com/onflow/fcl-js/commit/b9c078ce87869c2b41dff07b861cea09a294c6a1), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
- @onflow/types@1.3.0
- @onflow/sdk@1.4.0
- @onflow/fcl-core@1.9.0
- @onflow/util-invariant@1.2.2
- @onflow/util-template@1.2.2
- @onflow/util-address@1.2.2
- @onflow/util-logger@1.3.2
- @onflow/util-actor@1.3.2
- @onflow/util-uid@1.2.2
- @onflow/config@1.2.2
- @onflow/rlp@1.2.2
Loading

0 comments on commit ce3b2df

Please sign in to comment.