Skip to content

Commit

Permalink
ci(changesets): versioning packages (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2022
1 parent 0da49d3 commit 25449bd
Show file tree
Hide file tree
Showing 60 changed files with 342 additions and 67 deletions.
32 changes: 0 additions & 32 deletions .changeset/eighty-kids-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-phones-search.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c)]:
- @fuel-ts/math@0.24.2
- @fuel-ts/versions@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
12 changes: 12 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c), [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61)]:
- @fuel-ts/constants@0.24.2
- @fuel-ts/interfaces@0.24.2
- @fuel-ts/keystore@0.24.2
- @fuel-ts/versions@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/address",
"version": "0.24.1",
"version": "0.24.2",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/constants",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
20 changes: 20 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c), [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61)]:
- @fuel-ts/abi-coder@0.24.2
- @fuel-ts/address@0.24.2
- @fuel-ts/interfaces@0.24.2
- @fuel-ts/keystore@0.24.2
- @fuel-ts/math@0.24.2
- @fuel-ts/merkle@0.24.2
- @fuel-ts/providers@0.24.2
- @fuel-ts/script@0.24.2
- @fuel-ts/sparsemerkle@0.24.2
- @fuel-ts/transactions@0.24.2
- @fuel-ts/wallet@0.24.2
- @fuel-ts/versions@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
10 changes: 10 additions & 0 deletions packages/example-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c)]:
- [email protected]
- @fuel-ts/wallet@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/example-contract",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/forc-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.27.1

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.27.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forc-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "forc-bin",
"version": "0.27.0",
"version": "0.27.1",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fuelchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fuelchain

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuelchain",
"version": "0.24.1",
"version": "0.24.2",
"description": "🔌 FuelChain is a fork from TypeChain",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"license": "Apache-2.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c), [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61)]:
- @fuel-ts/abi-coder@0.24.2
- @fuel-ts/address@0.24.2
- @fuel-ts/constants@0.24.2
- @fuel-ts/contract@0.24.2
- @fuel-ts/hasher@0.24.2
- @fuel-ts/hdwallet@0.24.2
- @fuel-ts/interfaces@0.24.2
- @fuel-ts/keystore@0.24.2
- @fuel-ts/math@0.24.2
- @fuel-ts/merkle@0.24.2
- @fuel-ts/merkle-shared@0.24.2
- @fuel-ts/merklesum@0.24.2
- @fuel-ts/mnemonic@0.24.2
- @fuel-ts/predicate@0.24.2
- @fuel-ts/providers@0.24.2
- @fuel-ts/script@0.24.2
- @fuel-ts/signer@0.24.2
- @fuel-ts/sparsemerkle@0.24.2
- @fuel-ts/testcases@0.24.2
- @fuel-ts/transactions@0.24.2
- @fuel-ts/wallet@0.24.2
- @fuel-ts/wallet-manager@0.24.2
- @fuel-ts/wordlists@0.24.2
- @fuel-ts/versions@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuels",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
15 changes: 15 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- [#656](https://github.com/FuelLabs/fuels-ts/pull/656) [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61) Thanks [@luizstacio](https://github.com/luizstacio)! - Remove node.js Buffer for browser compatibility

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c), [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61)]:
- @fuel-ts/constants@0.24.2
- @fuel-ts/keystore@0.24.2
- @fuel-ts/math@0.24.2
- @fuel-ts/providers@0.24.2
- @fuel-ts/transactions@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hasher",
"version": "0.24.1",
"version": "0.24.2",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
11 changes: 11 additions & 0 deletions packages/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- Updated dependencies [[`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c)]:
- @fuel-ts/math@0.24.2
- @fuel-ts/mnemonic@0.24.2
- @fuel-ts/signer@0.24.2

## 0.24.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hdwallet",
"version": "0.24.1",
"version": "0.24.2",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/interfaces",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
8 changes: 8 additions & 0 deletions packages/keystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

- [#656](https://github.com/FuelLabs/fuels-ts/pull/656) [`0da49d3`](https://github.com/FuelLabs/fuels-ts/commit/0da49d37f4088faf112c0e5a393c6e8a25b3aa61) Thanks [@luizstacio](https://github.com/luizstacio)! - Remove node.js Buffer for browser compatibility

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/keystore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/keystore",
"version": "0.24.1",
"version": "0.24.2",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/math",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedoc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/merkle-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.24.2

### Patch Changes

- [#646](https://github.com/FuelLabs/fuels-ts/pull/646) [`fa97383`](https://github.com/FuelLabs/fuels-ts/commit/fa97383114c36ee7a204be7e7f3f974382fa1b2c) Thanks [@camsjams](https://github.com/camsjams)! - Adjust doc update timing

## 0.24.1

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion packages/merkle-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle-shared",
"version": "0.24.1",
"version": "0.24.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "src/index.ts",
Expand Down
Loading

0 comments on commit 25449bd

Please sign in to comment.