Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2022
1 parent 828a7b2 commit 9cf6fb7
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 10 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
"@onflow/util-logger": "0.0.1",
"@onflow/util-node-http-modules": "0.0.1",
"@onflow/util-template": "0.0.1",
"@onflow/util-uid": "0.0.1"
"@onflow/util-uid": "0.0.1",
"@onflow/config": "1.0.0-alpha.0"
},
"changesets": [
"blue-pianos-search",
"clever-seals-own",
"green-garlics-lick",
"heavy-cats-draw",
"heavy-rabbits-hear",
"late-hounds-judge",
"rich-cheetahs-occur",
"spicy-wombats-taste"
]
}
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @onflow/config

## 1.0.0-alpha.1

### Patch Changes

- 9c191c15: Create config package
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.0.0-alpha.1",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
11 changes: 11 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## 1.0.0-alpha.1

## 1.0.0-alpha.2

### Patch Changes

- f7a985b3: **BREAKING** Remove deprecated block builders, interaction types and send methods.
- Updated dependencies [7287ff14]
- Updated dependencies [9c191c15]
- Updated dependencies [f7a985b3]
- @onflow/sdk@1.0.0-alpha.1
- @onflow/config@1.0.0-alpha.1

### Minor Changes

- 21a2dda: Import Buffer from rlp in encode-account-proof
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.0-alpha.2",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -41,10 +41,10 @@
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version"
},
"dependencies": {
"@onflow/config": "^1.0.0-alpha.0",
"@onflow/config": "^1.0.0-alpha.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.0-alpha.0",
"@onflow/sdk": "^1.0.0-alpha.0",
"@onflow/sdk": "^1.0.0-alpha.1",
"@onflow/types": "^1.0.0-alpha.0",
"@onflow/util-actor": "^1.0.0-alpha.0",
"@onflow/util-address": "^1.0.0-alpha.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## 1.0.0-alpha.0

## 1.0.0-alpha.1

### Patch Changes

- 7287ff14: Add blockId to GetTransactionStatus response
- f7a985b3: **BREAKING** Remove deprecated block builders, interaction types and send methods.
- Updated dependencies [7287ff14]
- Updated dependencies [9c191c15]
- Updated dependencies [828a7b2b]
- Updated dependencies [f7a985b3]
- @onflow/transport-http@1.0.0-alpha.1
- @onflow/config@1.0.0-alpha.1

### Major Changes

- Release 1.0.0 alpha
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.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -39,9 +39,9 @@
"start": "microbundle watch"
},
"dependencies": {
"@onflow/config": "^1.0.0-alpha.0",
"@onflow/config": "^1.0.0-alpha.1",
"@onflow/rlp": "^1.0.0-alpha.0",
"@onflow/transport-http": "^1.0.0-alpha.0",
"@onflow/transport-http": "^1.0.0-alpha.1",
"@onflow/util-actor": "^1.0.0-alpha.0",
"@onflow/util-address": "^1.0.0-alpha.0",
"@onflow/util-invariant": "^1.0.0-alpha.0",
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 @@
## Unreleased

## 1.0.0-alpha.2

### Patch Changes

- 7287ff14: Add blockId to GetTransactionStatus response
- f7a985b3: **BREAKING** Remove deprecated block builders, interaction types and send methods.

- 2022-04-05 -- **BREAKING** [@chasefleming](https://github.com/chasefleming): Remove the following from block response:

- `block.collectionGuarantees.signatures`
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

## 1.0.0-alpha.1

### Patch Changes

- 7287ff14: Add blockId to GetTransactionStatus response
- 828a7b2b: Expose error returned from AN through HTTPRequestError
- f7a985b3: **BREAKING** Remove deprecated block builders, interaction types and send methods.

- 2022-04-05 -- **BREAKING** [@chasefleming](https://github.com/chasefleming): Remove the following from block response:

- `block.collectionGuarantees.signatures`
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down

0 comments on commit 9cf6fb7

Please sign in to comment.