Skip to content

Commit

Permalink
Version Packages (alpha) (#1702)
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 Jul 15, 2023
1 parent 6fa3bdc commit 8175a67
Show file tree
Hide file tree
Showing 28 changed files with 120 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"beige-shrimps-report",
"blue-dryers-call",
"funny-waves-search",
"giant-trains-scream",
"good-monkeys-swim",
"odd-geese-buy",
"soft-frogs-reflect",
"tasty-shirts-flow"
]
}
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/config

## 1.1.1-alpha.0

### Patch Changes

- [#1680](https://github.com/onflow/fcl-js/pull/1680) [`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated dependencies

- [#1699](https://github.com/onflow/fcl-js/pull/1699) [`fefb578a`](https://github.com/onflow/fcl-js/commit/fefb578ae96a112164c561fa3e0a490008d8a5f6) Thanks [@chasefleming](https://github.com/chasefleming)! - Throw error in config if keys detected

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.1.0",
"version": "1.1.1-alpha.0",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@types/estree": "^1.0.1",
"jest": "^29.5.0",
"typescript": "^4.9.5"
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.3.1-alpha.0

### Patch Changes

- [#1680](https://github.com/onflow/fcl-js/pull/1680) [`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated dependencies

## 1.3.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.3.0",
"version": "1.3.1-alpha.0",
"description": "FCL Bundler Tool",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-wc

## 3.0.0-alpha.2

### Patch Changes

- Updated dependencies [[`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f), [`6fa3bdc4`](https://github.com/onflow/fcl-js/commit/6fa3bdc46dd077b57f501d802af5544393502285), [`fefb578a`](https://github.com/onflow/fcl-js/commit/fefb578ae96a112164c561fa3e0a490008d8a5f6)]:
- @onflow/config@1.1.1-alpha.0
- @onflow/fcl@1.5.0-alpha.3
- @onflow/util-logger@1.2.1-alpha.0

## 3.0.0-alpha.1

### 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -25,21 +25,21 @@
"start": "fcl-bundle --watch"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"better-sqlite3": "^7.6.2",
"jest": "^29.5.0"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.1.0",
"@onflow/config": "^1.1.1-alpha.0",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.0",
"@onflow/util-logger": "^1.2.1-alpha.0",
"@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.5.0-alpha.2"
"@onflow/fcl": "^1.5.0-alpha.3"
}
}
13 changes: 13 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl

## 1.5.0-alpha.3

### Patch Changes

- [#1712](https://github.com/onflow/fcl-js/pull/1712) [`6fa3bdc4`](https://github.com/onflow/fcl-js/commit/6fa3bdc46dd077b57f501d802af5544393502285) Thanks [@jribbink](https://github.com/jribbink)! - Fix getChainId bug with nextjs & no longer set flow.network.default in configuration internally

- [#1699](https://github.com/onflow/fcl-js/pull/1699) [`fefb578a`](https://github.com/onflow/fcl-js/commit/fefb578ae96a112164c561fa3e0a490008d8a5f6) Thanks [@chasefleming](https://github.com/chasefleming)! - Throw error in config if keys detected

- Updated dependencies [[`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f), [`fefb578a`](https://github.com/onflow/fcl-js/commit/fefb578ae96a112164c561fa3e0a490008d8a5f6)]:
- @onflow/config@1.1.1-alpha.0
- @onflow/sdk@1.2.1-alpha.0
- @onflow/util-logger@1.2.1-alpha.0

## 1.5.0-alpha.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.5.0-alpha.2",
"version": "1.5.0-alpha.3",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/typedefs": "^1.1.1-alpha.0",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
Expand Down Expand Up @@ -57,15 +57,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.0",
"@onflow/config": "^1.1.1-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.0",
"@onflow/sdk": "^1.2.1-alpha.0",
"@onflow/types": "^1.1.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.0",
"@onflow/util-logger": "^1.2.1-alpha.0",
"@onflow/util-template": "^1.1.0",
"@onflow/util-uid": "^1.1.0",
"cross-fetch": "^3.1.6"
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.1-alpha.0

### Patch Changes

- [#1680](https://github.com/onflow/fcl-js/pull/1680) [`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated dependencies

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/protobuf",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"description": "Access Node Protobuf",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"ajv-keywords": "^3.5.2",
"colorette": "^2.0.14",
"rechoir":"^0.8.0",
"rechoir": "^0.8.0",
"jest": "^29.5.0",
"path": "0.12.7",
"ts-protoc-gen": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"jest": "^29.5.0"
},
"source": "src/index.js",
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.2.1-alpha.0

### Patch Changes

- Updated dependencies [[`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f), [`fefb578a`](https://github.com/onflow/fcl-js/commit/fefb578ae96a112164c561fa3e0a490008d8a5f6), [`6fa3bdc4`](https://github.com/onflow/fcl-js/commit/6fa3bdc46dd077b57f501d802af5544393502285)]:
- @onflow/config@1.1.1-alpha.0
- @onflow/transport-http@1.7.0-alpha.0
- @onflow/util-logger@1.2.1-alpha.0

## 1.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -18,7 +18,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/typedefs": "^1.1.1-alpha.0",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^40.0.1",
Expand All @@ -42,13 +42,13 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.0",
"@onflow/config": "^1.1.1-alpha.0",
"@onflow/rlp": "^1.1.0",
"@onflow/transport-http": "^1.6.0",
"@onflow/transport-http": "^1.7.0-alpha.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.0",
"@onflow/util-logger": "^1.2.1-alpha.0",
"@onflow/util-template": "^1.1.0",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/transport-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/transport-grpc

## 1.2.1-alpha.0

### Patch Changes

- Updated dependencies [[`6193bd42`](https://github.com/onflow/fcl-js/commit/6193bd420371494a975f19fd001af6af012bd72f)]:
- @onflow/protobuf@1.2.1-alpha.0

## 1.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.2.0",
"version": "1.2.1-alpha.0",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/sdk": "^1.2.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/sdk": "^1.2.1-alpha.0",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand All @@ -33,7 +33,7 @@
"@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.0",
"@onflow/protobuf": "^1.2.1-alpha.0",
"@onflow/rlp": "^1.1.0",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/transport-http

## 1.7.0-alpha.0

### Minor Changes

- [#1712](https://github.com/onflow/fcl-js/pull/1712) [`6fa3bdc4`](https://github.com/onflow/fcl-js/commit/6fa3bdc46dd077b57f501d802af5544393502285) Thanks [@jribbink](https://github.com/jribbink)! - Add opts.enableRequestLogging flag

### Patch Changes

- Updated dependencies []:
- @onflow/util-logger@1.2.1-alpha.0

## 1.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.6.0",
"version": "1.7.0-alpha.0",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -13,9 +13,9 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.0",
"@onflow/sdk": "^1.2.1-alpha.0",
"@onflow/types": "^1.1.0",
"jest": "^29.5.0"
},
Expand All @@ -35,7 +35,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.0",
"@onflow/util-logger": "^1.2.1-alpha.0",
"@onflow/util-template": "^1.1.0",
"abort-controller": "^3.0.0",
"cross-fetch": "^3.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/typedefs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^39.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"jest": "^29.5.0"
},
"source": "src/types.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-actor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"jest": "^29.5.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/types": "^1.1.0",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-encode-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/types": "^1.1.0",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-invariant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/fcl-bundle": "^1.3.1-alpha.0",
"@onflow/types": "^1.1.0",
"jest": "^29.5.0"
},
Expand Down
Loading

0 comments on commit 8175a67

Please sign in to comment.