Skip to content

Commit

Permalink
Version Packages (alpha) (#1849)
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 Feb 26, 2024
1 parent fdd52c4 commit b89d61b
Show file tree
Hide file tree
Showing 27 changed files with 94 additions and 39 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"cyan-feet-heal",
"dull-oranges-tell",
"famous-eagles-clean",
"fast-brooms-teach",
"hungry-trains-agree",
"lucky-moons-smell",
"mean-bugs-cry",
Expand All @@ -39,6 +40,7 @@
"olive-cameras-wonder",
"poor-kids-care",
"serious-seahorses-camp",
"sixty-turkeys-destroy"
"sixty-turkeys-destroy",
"tame-rivers-tickle"
]
}
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/config

## 1.3.0-alpha.3

### Minor Changes

- [#1848](https://github.com/onflow/fcl-js/pull/1848) [`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c) Thanks [@jribbink](https://github.com/jribbink)! - Add support for new dependencies field in flow.json

## 1.2.2-alpha.2

### Patch 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.2.2-alpha.2",
"version": "1.3.0-alpha.3",
"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.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.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.2-alpha.2

### Patch Changes

- [#1848](https://github.com/onflow/fcl-js/pull/1848) [`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c) Thanks [@jribbink](https://github.com/jribbink)! - Patch babel vulnerability

## 1.4.2-alpha.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.2-alpha.1",
"version": "1.4.2-alpha.2",
"description": "FCL Bundler Tool",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl

## 1.9.0-alpha.5

### Patch Changes

- Updated dependencies [[`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c)]:
- @onflow/config@1.3.0-alpha.3
- @onflow/sdk@1.4.0-alpha.6

## 1.9.0-alpha.4

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.9.0-alpha.4",
"version": "1.9.0-alpha.5",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.4",
Expand Down Expand Up @@ -49,10 +49,10 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@improbable-eng/grpc-web": "^0.15.0",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/config": "1.3.0-alpha.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.5",
"@onflow/sdk": "1.4.0-alpha.6",
"@onflow/types": "1.3.0-alpha.3",
"@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/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-react-native

## 1.9.0-alpha.8

### Patch Changes

- Updated dependencies [[`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c)]:
- @onflow/config@1.3.0-alpha.3
- @onflow/fcl-core@1.9.0-alpha.5
- @onflow/sdk@1.4.0-alpha.6

## 1.9.0-alpha.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "1.9.0-alpha.8",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.9.0-alpha.4",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/fcl-core": "1.9.0-alpha.5",
"@onflow/config": "1.3.0-alpha.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.5",
"@onflow/sdk": "1.4.0-alpha.6",
"@onflow/types": "1.3.0-alpha.3",
"@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-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-wc

## 5.0.2-alpha.6

### Patch Changes

- Updated dependencies [[`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c)]:
- @onflow/config@1.3.0-alpha.3
- @onflow/fcl@1.10.0-alpha.8

## 5.0.2-alpha.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "5.0.2-alpha.6",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -42,15 +42,15 @@
"lint": "eslint ."
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.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.2-alpha.2",
"@onflow/config": "1.3.0-alpha.3",
"@onflow/util-invariant": "1.2.2-alpha.2",
"@onflow/util-logger": "1.3.2-alpha.2",
"@walletconnect/modal": "^2.4.7",
Expand All @@ -59,6 +59,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "1.10.0-alpha.7"
"@onflow/fcl": "1.10.0-alpha.8"
}
}
9 changes: 9 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl

## 1.10.0-alpha.8

### Patch Changes

- Updated dependencies [[`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c)]:
- @onflow/config@1.3.0-alpha.3
- @onflow/fcl-core@1.9.0-alpha.5
- @onflow/sdk@1.4.0-alpha.6

## 1.10.0-alpha.7

### 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.10.0-alpha.7",
"version": "1.10.0-alpha.8",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/typedefs": "1.3.0-alpha.2",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.10",
Expand Down Expand Up @@ -48,11 +48,11 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/fcl-core": "1.9.0-alpha.4",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/fcl-core": "1.9.0-alpha.5",
"@onflow/config": "1.3.0-alpha.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.5",
"@onflow/sdk": "1.4.0-alpha.6",
"@onflow/types": "1.3.0-alpha.3",
"@onflow/util-actor": "1.3.2-alpha.2",
"@onflow/util-address": "1.2.2-alpha.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/sdk

## 1.4.0-alpha.6

### Patch Changes

- Updated dependencies [[`fdd52c45`](https://github.com/onflow/fcl-js/commit/fdd52c45b3a64210c5f716e13aa4d08d3796370c)]:
- @onflow/config@1.3.0-alpha.3

## 1.4.0-alpha.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "1.4.0-alpha.6",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -18,7 +18,7 @@
}
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/uuid": "^9.0.6",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand All @@ -41,7 +41,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "1.2.2-alpha.2",
"@onflow/config": "1.3.0-alpha.3",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/transport-http": "1.10.0-alpha.3",
"@onflow/typedefs": "1.3.0-alpha.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/sdk": "1.4.0-alpha.5",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.6",
"jest": "^29.5.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"url": "https://github.com/onflow/flow-js-sdk/issues"
},
"devDependencies": {
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/rlp": "1.2.2-alpha.2",
"@onflow/sdk": "1.4.0-alpha.5",
"@onflow/sdk": "1.4.0-alpha.6",
"@onflow/types": "1.3.0-alpha.3",
"jest": "^29.5.0"
},
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.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/types": "1.3.0-alpha.3",
"@types/jest": "^29.5.3",
"@types/node": "^18.13.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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/types": "1.3.0-alpha.3",
"@types/jest": "^29.5.3",
"@types/node": "^18.13.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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@onflow/types": "1.3.0-alpha.3",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2-alpha.1",
"@onflow/fcl-bundle": "1.4.2-alpha.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
Loading

0 comments on commit b89d61b

Please sign in to comment.