Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
1 parent 0cfdbeb commit d0d7951
Show file tree
Hide file tree
Showing 90 changed files with 266 additions and 197 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-balloons-cover.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/brown-zebras-remember.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/chatty-cougars-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-fans-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-worms-heal.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dirty-emus-applaud.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-readers-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/funny-dolls-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/good-timers-cry.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/great-walls-compete.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hip-humans-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ways-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-walls-admire.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nice-flowers-invent.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/olive-horses-dress.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/orange-mangos-yell.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/polite-dragons-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-goats-matter.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-shoes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-singers-sit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smart-swans-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-apples-prove.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/spicy-walls-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-flowers-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-jokes-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-dancers-cheat.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tasty-pumas-carry.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/unlucky-terms-glow.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/violet-mice-rest.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-kings-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-pens-mix.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/young-pots-pump.md

This file was deleted.

2 changes: 2 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@
## null

## null

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

## 0.70.0

### Minor Changes

- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))
- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
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.69.1",
"version": "0.70.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-ts/abi-typegen

## 0.70.0

### Minor Changes

- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))
- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-typegen",
"version": "0.69.1",
"version": "0.70.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.70.0

### Minor Changes

- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))

### Patch Changes

- Add further utility to Address and improve docs around conversions, by [@danielbate](https://github.com/danielbate) (See [#1508](https://github.com/FuelLabs/fuels-ts/pull/1508))

## 0.69.1

## 0.69.0
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.69.1",
"version": "0.70.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.70.0

### Minor Changes

- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
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.69.1",
"version": "0.70.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/create-fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# create-fuels

## 0.70.0

### Patch Changes

- 🐞 fix: include a `.gitignore` file in the template copied over by create-fuels, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1616](https://github.com/FuelLabs/fuels-ts/pull/1616))
- chore: update and add docs links in scaffolding CLI, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1599](https://github.com/FuelLabs/fuels-ts/pull/1599))

## 0.70.0

### Patch Changes

- 🐞 fix: include a `.gitignore` file in the template copied over by create-fuels, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1616](https://github.com/FuelLabs/fuels-ts/pull/1616))
- chore: update and add docs links in scaffolding CLI, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1599](https://github.com/FuelLabs/fuels-ts/pull/1599))
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fuels",
"version": "0.69.1",
"version": "0.70.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.70.0

### Minor Changes

- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))

## 0.69.1

## 0.69.0
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/crypto",
"version": "0.69.1",
"version": "0.70.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-ts/errors

## 0.70.0

### Minor Changes

- Add `pnpm create fuels` CLI tool, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1565](https://github.com/FuelLabs/fuels-ts/pull/1565))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/errors",
"version": "0.69.1",
"version": "0.70.0",
"description": "Error class and error codes that the fuels-ts library throws",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.70.0

### Minor Changes

- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
Expand Down
2 changes: 1 addition & 1 deletion packages/forc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/forc",
"version": "0.69.1",
"version": "0.70.0",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fuel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-ts/fuel-core

## 0.70.0

### Minor Changes

- Upgrading `fuel-core` to `0.22`, by [@arboleya](https://github.com/arboleya) (See [#1511](https://github.com/FuelLabs/fuels-ts/pull/1511))
- add support for TX policies, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1437](https://github.com/FuelLabs/fuels-ts/pull/1437))

## 0.69.1

## 0.69.0
Expand Down
Loading

0 comments on commit d0d7951

Please sign in to comment.