Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and justinbarry committed May 11, 2022
1 parent a0cea2d commit 8290784
Show file tree
Hide file tree
Showing 50 changed files with 297 additions and 214 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-rockets-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-eels-whisper.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/blue-pianos-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-seals-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-poems-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-files-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-humans-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-cougars-impress.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/green-garlics-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-cats-draw.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/heavy-rabbits-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-hounds-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-timers-help.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/plenty-kids-remember.md

This file was deleted.

41 changes: 0 additions & 41 deletions .changeset/pre.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-cheetahs-occur.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/short-ravens-return.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/spicy-wombats-taste.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.0.0

### Patch Changes

- [#1124](https://github.com/onflow/fcl-js/pull/1124) [`9c191c15`](https://github.com/onflow/fcl-js/commit/9c191c1520ee772b4343265a42ad0e995a92dd9a) Thanks [@chasefleming](https://github.com/chasefleming)! - Create config package

* [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code.

* Updated dependencies [[`de47af64`](https://github.com/onflow/fcl-js/commit/de47af647a5bdad154a2d83e2ea2260ab54f0c60), [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8), [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854)]:
- @onflow/util-actor@1.0.0

## 1.0.0-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.0.0-alpha.2",
"version": "1.0.0",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -34,6 +34,6 @@
"start": "microbundle watch"
},
"dependencies": {
"@onflow/util-actor": "^1.0.0-alpha.2"
"@onflow/util-actor": "^1.0.0"
}
}
41 changes: 41 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# @onflow/fcl

## 1.0.0

### Major Changes

- [#1159](https://github.com/onflow/fcl-js/pull/1159) [`28b482fa`](https://github.com/onflow/fcl-js/commit/28b482fa45131faa9d3fad4195a6790b0d301210) Thanks [@gregsantos](https://github.com/gregsantos)! - Updated Account Proof Domain Tag in WalletUtils encode to "FCL-ACCOUNT-PROOF-V0.0", Update encodeAccountProof padStart

* [#1158](https://github.com/onflow/fcl-js/pull/1158) [`f4ae08bb`](https://github.com/onflow/fcl-js/commit/f4ae08bb7e2bdfd1a0364ad1e37b90a489cd104c) Thanks [@gregsantos](https://github.com/gregsantos)! - # Removed default contract address for verifyAccountProof, verifyUserSignatures

AppUtils.verifyAccountProof and AppUtils.verifyUserSignatures now requires
setting `fcl.config.flow.network` (testnet or mainnet) or override contract address via
`opts.fclCryptoContract`

- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha

### Minor Changes

- [#1118](https://github.com/onflow/fcl-js/pull/1118) [`21a2dda7`](https://github.com/onflow/fcl-js/commit/21a2dda728aeccee5f3a6c89f8a0c0a9b332e997) Thanks [@gregsantos](https://github.com/gregsantos)! - Import Buffer from rlp in encode-account-proof

### Patch Changes

- [#1143](https://github.com/onflow/fcl-js/pull/1143) [`de47af64`](https://github.com/onflow/fcl-js/commit/de47af647a5bdad154a2d83e2ea2260ab54f0c60) Thanks [@gregsantos](https://github.com/gregsantos)! - Internal update to util-actor

* [#1165](https://github.com/onflow/fcl-js/pull/1165) [`f4ce7b6e`](https://github.com/onflow/fcl-js/commit/f4ce7b6eef551dba1ba6fd94ee18a99176f4a041) Thanks [@gregsantos](https://github.com/gregsantos)! - Remove window.extensions from service msg

- [#1141](https://github.com/onflow/fcl-js/pull/1141) [`ac108e20`](https://github.com/onflow/fcl-js/commit/ac108e2082659cd9f763c42638d2664e593f514c) Thanks [@gregsantos](https://github.com/gregsantos)! - Add support for local FCLCrypto contract account-proof/user-signature verification. fcl.config.network or opts.fclCryptoContract override is now required to use this api.

* [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code.

- [#1115](https://github.com/onflow/fcl-js/pull/1115) [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - **BREAKING** Remove deprecated block builders, interaction types and send methods.

- Updated dependencies [[`700433d5`](https://github.com/onflow/fcl-js/commit/700433d50d4156183b09b13781f7f74f23882586), [`6ff970df`](https://github.com/onflow/fcl-js/commit/6ff970dfc04281c86043e1cf8f5bceb633dc4186), [`7287ff14`](https://github.com/onflow/fcl-js/commit/7287ff14d20e19270ff345cd8b274ad5c8509eb7), [`9c191c15`](https://github.com/onflow/fcl-js/commit/9c191c1520ee772b4343265a42ad0e995a92dd9a), [`de47af64`](https://github.com/onflow/fcl-js/commit/de47af647a5bdad154a2d83e2ea2260ab54f0c60), [`2768d1fa`](https://github.com/onflow/fcl-js/commit/2768d1fac5c74f7fc81cd0810fb7f30b68f8ab6d), [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8), [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe), [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854)]:
- @onflow/sdk@1.0.0
- @onflow/config@1.0.0
- @onflow/util-actor@1.0.0
- @onflow/util-address@1.0.0
- @onflow/util-invariant@1.0.0
- @onflow/rlp@1.0.0
- @onflow/types@1.0.0
- @onflow/util-template@1.0.0
- @onflow/util-uid@1.0.0

## 1.0.0-alpha.3

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -41,15 +41,15 @@
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version"
},
"dependencies": {
"@onflow/config": "^1.0.0-alpha.2",
"@onflow/config": "^1.0.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.0-alpha.1",
"@onflow/sdk": "^1.0.0-alpha.2",
"@onflow/types": "^1.0.0-alpha.1",
"@onflow/util-actor": "^1.0.0-alpha.2",
"@onflow/util-address": "^1.0.0-alpha.1",
"@onflow/util-invariant": "^1.0.0-alpha.1",
"@onflow/util-template": "^1.0.0-alpha.1",
"@onflow/util-uid": "^1.0.0-alpha.1"
"@onflow/rlp": "^1.0.0",
"@onflow/sdk": "^1.0.0",
"@onflow/types": "^1.0.0",
"@onflow/util-actor": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0",
"@onflow/util-uid": "^1.0.0"
}
}
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.0.0

### Major Changes

- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha

## 1.0.0-alpha.0

### Major 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.0.0-alpha.0",
"version": "1.0.0",
"description": "Access Node Protobuf",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions packages/rlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/rlp

## 1.0.0

### Major Changes

- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha

### Patch Changes

- [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code.

## 1.0.0-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.0.0-alpha.1",
"version": "1.0.0",
"description": "Port of ethereumjs/rlp",
"license": "MPL-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
28 changes: 28 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @onflow/sdk

## 1.0.0

### Major Changes

- [#1100](https://github.com/onflow/fcl-js/pull/1100) [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854) Thanks [@justinbarry](https://github.com/justinbarry)! - Release 1.0.0 alpha

### Patch Changes

- [#1155](https://github.com/onflow/fcl-js/pull/1155) [`700433d5`](https://github.com/onflow/fcl-js/commit/700433d50d4156183b09b13781f7f74f23882586) Thanks [@caosbad](https://github.com/caosbad)! - Export encodeTransactionPayload, encodeTransactionEnvelope, and encodeTxIdFromVoucher from sdk.

* [#1156](https://github.com/onflow/fcl-js/pull/1156) [`6ff970df`](https://github.com/onflow/fcl-js/commit/6ff970dfc04281c86043e1cf8f5bceb633dc4186) Thanks [@justinbarry](https://github.com/justinbarry)! - Add sansPrefix for address before RLP encoding

- [#1129](https://github.com/onflow/fcl-js/pull/1129) [`7287ff14`](https://github.com/onflow/fcl-js/commit/7287ff14d20e19270ff345cd8b274ad5c8509eb7) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Add blockId to GetTransactionStatus response

* [#1164](https://github.com/onflow/fcl-js/pull/1164) [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer minify released source code.

- [#1115](https://github.com/onflow/fcl-js/pull/1115) [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - **BREAKING** Remove deprecated block builders, interaction types and send methods.

- Updated dependencies [[`7287ff14`](https://github.com/onflow/fcl-js/commit/7287ff14d20e19270ff345cd8b274ad5c8509eb7), [`9c191c15`](https://github.com/onflow/fcl-js/commit/9c191c1520ee772b4343265a42ad0e995a92dd9a), [`de47af64`](https://github.com/onflow/fcl-js/commit/de47af647a5bdad154a2d83e2ea2260ab54f0c60), [`b2c95e77`](https://github.com/onflow/fcl-js/commit/b2c95e776a3bbfd769778e0bae767fdd69ba6143), [`2768d1fa`](https://github.com/onflow/fcl-js/commit/2768d1fac5c74f7fc81cd0810fb7f30b68f8ab6d), [`828a7b2b`](https://github.com/onflow/fcl-js/commit/828a7b2b4babb6485218e67e49f3a8ba9d4488fd), [`11229868`](https://github.com/onflow/fcl-js/commit/11229868cf916d204901f8bb3f76ee234e9152a8), [`f7a985b3`](https://github.com/onflow/fcl-js/commit/f7a985b3cb64ed80c7354f97177ae7ef006530fe), [`ced27ea8`](https://github.com/onflow/fcl-js/commit/ced27ea855988f02f1312c7b732aa107a410c854)]:
- @onflow/transport-http@1.0.0
- @onflow/config@1.0.0
- @onflow/util-actor@1.0.0
- @onflow/util-address@1.0.0
- @onflow/util-invariant@1.0.0
- @onflow/rlp@1.0.0
- @onflow/util-logger@1.0.0
- @onflow/util-template@1.0.0

## 1.0.0-alpha.2

### Patch Changes
Expand Down
Loading

0 comments on commit 8290784

Please sign in to comment.