Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1158)
Browse files Browse the repository at this point in the history
* ci(scripts): update versions

* ci(changesets): versioning packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 14, 2023
1 parent 1422e84 commit 2d45ace
Show file tree
Hide file tree
Showing 85 changed files with 158 additions and 104 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-onions-bake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/blue-rocks-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-kiwis-swim.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eight-paws-bake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/empty-insects-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-readers-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-glasses-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-shirts-glow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lemon-books-relate.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lovely-chicken-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-ravens-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-pumpkins-hope.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rare-timers-learn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-coins-fetch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silver-otters-switch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sour-cows-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-owls-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-taxis-sneeze.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/witty-beers-enjoy.md

This file was deleted.

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

## 0.1.8

### Patch Changes

- Adding WASM integration for `@fuels/vm-asm`, by [@camsjams](https://github.com/camsjams) (See [#1164](https://github.com/FuelLabs/fuels-ts/pull/1164))

## 0.1.7

## 0.1.6
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.7",
"version": "0.1.8",
"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 @@ -11,3 +11,5 @@
## null

## null

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

## 0.1.8

### Patch Changes

- Adding WASM integration for `@fuels/vm-asm`, by [@camsjams](https://github.com/camsjams) (See [#1164](https://github.com/FuelLabs/fuels-ts/pull/1164))

## 0.1.7

## 0.1.6
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.7",
"version": "0.1.8",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.34.1",
Expand Down
6 changes: 6 additions & 0 deletions apps/demo-react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# demo-react-vite

## 0.0.8

### Patch Changes

- Adding WASM integration for `@fuels/vm-asm`, by [@camsjams](https://github.com/camsjams) (See [#1164](https://github.com/FuelLabs/fuels-ts/pull/1164))

## 0.0.7

## 0.0.6
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.7",
"version": "0.0.8",
"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 @@ -19,3 +19,5 @@
## null

## null

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

## 0.50.0

### Minor Changes

- use simulate instead of get on BaseInvocationScope class, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1179](https://github.com/FuelLabs/fuels-ts/pull/1179))

## 0.49.1

## 0.49.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.49.1",
"version": "0.50.0",
"description": "",
"private": true,
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuel-ts/docs

## 0.42.0

### Minor Changes

- use simulate instead of get on BaseInvocationScope class, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1179](https://github.com/FuelLabs/fuels-ts/pull/1179))

### Patch Changes

- add docs CI, match docs nav names to files, by [@sarahschwartz](https://github.com/sarahschwartz) (See [#1177](https://github.com/FuelLabs/fuels-ts/pull/1177))

## 0.41.6

## 0.41.5
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.41.6",
"version": "0.42.0",
"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 @@ -15,3 +15,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.50.0

### Patch Changes

- encoding bugfix, by [@nedsalk](https://github.com/nedsalk) (See [#1107](https://github.com/FuelLabs/fuels-ts/pull/1107))

## 0.49.1

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

## 0.50.0

### Patch Changes

- Contract factories generated by typegen now let you specify `DeployContractOptions` when using deployContract`, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1171](https://github.com/FuelLabs/fuels-ts/pull/1171))
- Add `deployContract` method to contract factories generated via typegen, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1160](https://github.com/FuelLabs/fuels-ts/pull/1160))

## 0.49.1

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

## 0.50.0

## 0.49.1

## 0.49.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.49.1",
"version": "0.50.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.50.0

### Patch Changes

- Contract factories generated by typegen now let you specify `DeployContractOptions` when using deployContract`, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1171](https://github.com/FuelLabs/fuels-ts/pull/1171))

## 0.49.1

## 0.49.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.49.1",
"version": "0.50.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.50.0

### Minor Changes

- supporting hex encoding on bufferFromString and stringFromBuffer, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1157](https://github.com/FuelLabs/fuels-ts/pull/1157))

## 0.49.1

## 0.49.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.49.1",
"version": "0.50.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/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.50.0

## 0.49.1

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

## 0.50.0

## 0.49.1

### Patch Changes
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.49.1",
"version": "0.50.0",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.50.0

## 0.49.1

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

## 0.50.0

## 0.49.1

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

## 0.50.0

## 0.49.1

## 0.49.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.49.1",
"version": "0.50.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 2d45ace

Please sign in to comment.