Skip to content

Commit

Permalink
Version Packages (#1808)
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 Nov 9, 2023
1 parent 9430d72 commit 3e353a2
Show file tree
Hide file tree
Showing 39 changed files with 256 additions and 107 deletions.
23 changes: 0 additions & 23 deletions .changeset/yellow-carrots-change.md

This file was deleted.

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.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/util-actor@1.3.1
- @onflow/util-invariant@1.2.1
- @onflow/util-logger@1.3.1

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.11",
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/fcl-bundle": "^1.4.1",
"@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.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-logger": "^1.3.0",
"@onflow/util-actor": "^1.3.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^40.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/fcl-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/fcl-bundle

## 1.4.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

## 1.4.0

### Minor 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.0",
"version": "1.4.1",
"description": "FCL Bundler Tool",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
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.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/config@1.2.1
- @onflow/fcl@1.8.1
- @onflow/util-invariant@1.2.1
- @onflow/util-logger@1.3.1

## 5.0.0

### Minor 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": "5.0.0",
"version": "5.0.1",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -25,21 +25,21 @@
"start": "fcl-bundle --watch"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/fcl-bundle": "^1.4.1",
"better-sqlite3": "^7.6.2",
"jest": "^29.5.0"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.2.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-logger": "^1.3.0",
"@onflow/config": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-logger": "^1.3.1",
"@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.8.0"
"@onflow/fcl": "^1.8.1"
}
}
19 changes: 19 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @onflow/fcl

## 1.8.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/util-actor@1.3.1
- @onflow/config@1.2.1
- @onflow/rlp@1.2.1
- @onflow/sdk@1.3.1
- @onflow/types@1.2.1
- @onflow/util-address@1.2.1
- @onflow/util-invariant@1.2.1
- @onflow/util-logger@1.3.1
- @onflow/util-semver@1.0.1
- @onflow/util-template@1.2.1
- @onflow/util-uid@1.2.1

## 1.8.0

### 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.8.0",
"version": "1.8.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -19,8 +19,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/typedefs": "^1.2.0",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand Down Expand Up @@ -58,18 +58,18 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.2.0",
"@onflow/config": "^1.2.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.2.0",
"@onflow/sdk": "^1.3.0",
"@onflow/types": "^1.2.0",
"@onflow/util-actor": "^1.3.0",
"@onflow/util-address": "^1.2.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-logger": "^1.3.0",
"@onflow/util-semver": "^1.0.0",
"@onflow/util-template": "^1.2.0",
"@onflow/util-uid": "^1.2.0",
"@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/util-semver": "^1.0.1",
"@onflow/util-template": "^1.2.1",
"@onflow/util-uid": "^1.2.1",
"cross-fetch": "^3.1.6"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/protobuf

## 1.2.2

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/protobuf",
"version": "1.2.1",
"version": "1.2.2",
"description": "Access Node Protobuf",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
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.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/rlp",
"version": "1.2.0",
"version": "1.2.1",
"description": "Port of ethereumjs/rlp",
"license": "MPL-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/fcl-bundle": "^1.4.1",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @onflow/sdk

## 1.3.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/util-actor@1.3.1
- @onflow/config@1.2.1
- @onflow/rlp@1.2.1
- @onflow/transport-http@1.8.1
- @onflow/util-address@1.2.1
- @onflow/util-invariant@1.2.1
- @onflow/util-logger@1.3.1
- @onflow/util-template@1.2.1

## 1.3.0

### Minor Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -18,8 +18,8 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/typedefs": "^1.2.0",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/typedefs": "^1.2.1",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^40.0.1",
"jest": "^29.5.0",
Expand All @@ -41,14 +41,14 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.2.0",
"@onflow/rlp": "^1.2.0",
"@onflow/transport-http": "^1.8.0",
"@onflow/util-actor": "^1.3.0",
"@onflow/util-address": "^1.2.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-logger": "^1.3.0",
"@onflow/util-template": "^1.2.0",
"@onflow/config": "^1.2.1",
"@onflow/rlp": "^1.2.1",
"@onflow/transport-http": "^1.8.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/util-template": "^1.2.1",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4",
"uuid": "^9.0.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/transport-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/transport-grpc

## 1.3.1

### Patch Changes

- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug

- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]:
- @onflow/protobuf@1.2.2
- @onflow/rlp@1.2.1
- @onflow/util-address@1.2.1
- @onflow/util-invariant@1.2.1
- @onflow/util-template@1.2.1

## 1.3.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.0",
"version": "1.3.1",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.4.0",
"@onflow/sdk": "^1.3.0",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/sdk": "^1.3.1",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand All @@ -33,10 +33,10 @@
"@babel/runtime": "^7.18.6",
"@improbable-eng/grpc-web": "^0.14.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
"@onflow/protobuf": "^1.2.1",
"@onflow/rlp": "^1.2.0",
"@onflow/util-address": "^1.2.0",
"@onflow/util-invariant": "^1.2.0",
"@onflow/util-template": "^1.2.0"
"@onflow/protobuf": "^1.2.2",
"@onflow/rlp": "^1.2.1",
"@onflow/util-address": "^1.2.1",
"@onflow/util-invariant": "^1.2.1",
"@onflow/util-template": "^1.2.1"
}
}
Loading

0 comments on commit 3e353a2

Please sign in to comment.