Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): versioning packages #1337

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/curvy-houses-roll.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curvy-suns-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-stingrays-matter.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fair-plums-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-insects-watch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gorgeous-cougars-tease.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hungry-terms-shake.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/rare-foxes-flash.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/demo-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# demo-nextjs

## 0.1.23

## 0.1.22

## 0.1.21
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-nextjs",
"version": "0.1.22",
"version": "0.1.23",
"private": true,
"scripts": {
"original:dev": "next dev",
Expand Down
2 changes: 2 additions & 0 deletions apps/demo-nodejs-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@
## null

## null

## null
2 changes: 2 additions & 0 deletions apps/demo-react-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# demo-react-cra

## 0.1.23

## 0.1.22

## 0.1.21
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-cra",
"version": "0.1.22",
"version": "0.1.23",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.36.1",
Expand Down
2 changes: 2 additions & 0 deletions apps/demo-react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# demo-react-vite

## 0.0.23

## 0.0.22

## 0.0.21
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-react-vite",
"private": true,
"version": "0.0.22",
"version": "0.0.23",
"type": "module",
"scripts": {
"original:dev": "vite",
Expand Down
2 changes: 2 additions & 0 deletions apps/demo-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@
## null

## null

## null
7 changes: 7 additions & 0 deletions apps/docs-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-ts/docs-snippets

## 0.63.0

### Patch Changes

- Add typegen support and docs for new types, by [@camsjams](https://github.com/camsjams) (See [#1342](https://github.com/FuelLabs/fuels-ts/pull/1342))
- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.0
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/docs-snippets",
"version": "0.62.0",
"version": "0.63.0",
"description": "",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-ts/docs

## 0.43.5

### Patch Changes

- Add typegen support and docs for new types, by [@camsjams](https://github.com/camsjams) (See [#1342](https://github.com/FuelLabs/fuels-ts/pull/1342))

## 0.43.4

## 0.43.3
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.43.4",
"version": "0.43.5",
"description": "",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm run docs && vitepress dev'",
Expand Down
2 changes: 2 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
## null

## null

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

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.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.63.0

### Patch Changes

- Add typegen support and docs for new types, by [@camsjams](https://github.com/camsjams) (See [#1342](https://github.com/FuelLabs/fuels-ts/pull/1342))
- Auto-loading `*-storage_slots.json` based on `*-abi.json` filepaths, by [@arboleya](https://github.com/arboleya) (See [#1346](https://github.com/FuelLabs/fuels-ts/pull/1346))
- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

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

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
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.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-ts/errors

## 0.63.0

## 0.62.0

### Minor Changes
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.62.0",
"version": "0.63.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
2 changes: 2 additions & 0 deletions packages/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.63.0

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.0",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fuel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-ts/fuel-core

## 0.63.0

### Minor Changes

- upgrade fuel-core to 0.20.7, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1357](https://github.com/FuelLabs/fuels-ts/pull/1357))

## 0.62.0

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

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.0
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.62.0",
"version": "0.63.0",
"description": "Fuel TS SDK",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.0
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.62.0",
"version": "0.63.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.63.0

### Patch Changes

- refactor: purge usage of `arrayify` from ethers v5 in favor of `getBytes` from ethers v6, by [@danielbate](https://github.com/danielbate) (See [#1255](https://github.com/FuelLabs/fuels-ts/pull/1255))

## 0.62.0

## 0.61.0
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.62.0",
"version": "0.63.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.63.0

## 0.62.0

## 0.61.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.62.0",
"version": "0.63.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading
Loading