Skip to content

Commit cb30433

Browse files
ci(changesets): versioning packages (#647)
1 parent 02ac98e commit cb30433

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+310
-56
lines changed

.changeset/empty-dots-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-pumas-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-bugs-act.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/tame-kids-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/abi-coder/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#616](https://github.com/FuelLabs/fuels-ts/pull/616) [`02ac98e`](https://github.com/FuelLabs/fuels-ts/commit/02ac98ea865e0464b132dc3f6bd21f7e1a57435a) Thanks [@arboleya](https://github.com/arboleya)! - Adding new `versions` package for exposing and managing compatibility versions of Fuel toolchain components
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`02ac98e`](https://github.com/FuelLabs/fuels-ts/commit/02ac98ea865e0464b132dc3f6bd21f7e1a57435a)]:
12+
- @fuel-ts/versions@0.24.0
13+
- @fuel-ts/math@0.24.0
14+
315
## 0.23.0
416

517
### Patch Changes

packages/abi-coder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedoc": {

packages/address/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#616](https://github.com/FuelLabs/fuels-ts/pull/616) [`02ac98e`](https://github.com/FuelLabs/fuels-ts/commit/02ac98ea865e0464b132dc3f6bd21f7e1a57435a) Thanks [@arboleya](https://github.com/arboleya)! - Adding new `versions` package for exposing and managing compatibility versions of Fuel toolchain components
8+
9+
### Patch Changes
10+
11+
- [#645](https://github.com/FuelLabs/fuels-ts/pull/645) [`3de5ee5`](https://github.com/FuelLabs/fuels-ts/commit/3de5ee5b07b9e0c3754bebdecd8eac49b3a79413) Thanks [@camsjams](https://github.com/camsjams)! - Add util for B256 parsing
12+
13+
- Updated dependencies [[`02ac98e`](https://github.com/FuelLabs/fuels-ts/commit/02ac98ea865e0464b132dc3f6bd21f7e1a57435a)]:
14+
- @fuel-ts/versions@0.24.0
15+
- @fuel-ts/constants@0.24.0
16+
- @fuel-ts/interfaces@0.24.0
17+
- @fuel-ts/keystore@0.24.0
18+
319
## 0.23.0
420

521
### Patch Changes

packages/address/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/address",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "Utilities for encoding and decoding addresses",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedoc": {

packages/constants/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 0.24.0
4+
35
## 0.23.0
46

57
### Patch Changes

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/constants",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedoc": {

0 commit comments

Comments
 (0)