Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1069)
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 Jul 13, 2023
1 parent 6bf970a commit 996034a
Show file tree
Hide file tree
Showing 86 changed files with 326 additions and 146 deletions.
11 changes: 0 additions & 11 deletions .changeset/afraid-dodos-protect.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/blue-windows-retire.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/clean-nails-sit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lucky-hornets-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-ties-dress.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/many-dryers-flow.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nine-pets-drop.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/perfect-knives-smell.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pink-lobsters-study.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-lies-grow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-stingrays-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-adults-brush.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rotten-seahorses-count.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/sharp-poems-drive.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/shy-cooks-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-planes-study.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/violet-pumas-work.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wicked-boxes-jog.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))

## 0.1.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))
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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"original:dev": "next dev",
Expand Down
13 changes: 13 additions & 0 deletions apps/demo-react-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# demo-react-cra

## 0.1.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))

## 0.1.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))
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.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
13 changes: 13 additions & 0 deletions apps/demo-react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# demo-react-vite

## 0.0.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))

## 0.0.1

### Patch Changes

- Adding demo apps and validating integration with external tools and bundlers, by [@arboleya](https://github.com/arboleya) (See [#1056](https://github.com/FuelLabs/fuels-ts/pull/1056))
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.0",
"version": "0.0.1",
"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 @@ -5,3 +5,5 @@
## null

## null

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

## 0.46.0

### Minor Changes

- Improve usability of `ScriptTransactionRequest` and document, by [@danielbate](https://github.com/danielbate) (See [#1072](https://github.com/FuelLabs/fuels-ts/pull/1072))

### Patch Changes

- Reshaping `forc-bin` package for publishing, by [@arboleya](https://github.com/arboleya) (See [#1073](https://github.com/FuelLabs/fuels-ts/pull/1073))

## 0.45.0

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

## 0.41.0

### Minor Changes

- Update fuel core version to 0.19.0, by [@danielbate](https://github.com/danielbate) (See [#1085](https://github.com/FuelLabs/fuels-ts/pull/1085))
- Improve usability of `ScriptTransactionRequest` and document, by [@danielbate](https://github.com/danielbate) (See [#1072](https://github.com/FuelLabs/fuels-ts/pull/1072))

## 0.40.0

### Minor Changes
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.40.0",
"version": "0.41.0",
"description": "",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'vitepress dev'",
Expand Down
5 changes: 5 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @internal/check-imports

## null

## null
3 changes: 2 additions & 1 deletion internal/check-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"@fuel-ts/wallet": "workspace:*",
"@fuel-ts/wordlists": "workspace:*",
"fuels": "workspace:^"
}
},
"version": 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.46.0

### Patch Changes

- Removing `publishConfigs`, using `.dts` files with declaration maps (`.dts.map`), by [@arboleya](https://github.com/arboleya) (See [#1055](https://github.com/FuelLabs/fuels-ts/pull/1055))

## 0.45.0

### Minor 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.45.0",
"version": "0.46.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.46.0

### Patch Changes

- Reshaping `forc-bin` package for publishing, by [@arboleya](https://github.com/arboleya) (See [#1073](https://github.com/FuelLabs/fuels-ts/pull/1073))
- Removing `publishConfigs`, using `.dts` files with declaration maps (`.dts.map`), by [@arboleya](https://github.com/arboleya) (See [#1055](https://github.com/FuelLabs/fuels-ts/pull/1055))

## 0.45.0

### Minor Changes
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.45.0",
"version": "0.46.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.46.0

### Patch Changes

- Removing `publishConfigs`, using `.dts` files with declaration maps (`.dts.map`), by [@arboleya](https://github.com/arboleya) (See [#1055](https://github.com/FuelLabs/fuels-ts/pull/1055))

## 0.45.0

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

## 0.46.0

### Minor Changes

- Added functionality for transferring assets to contracts, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1061](https://github.com/FuelLabs/fuels-ts/pull/1061))

### Patch Changes

- Removing `publishConfigs`, using `.dts` files with declaration maps (`.dts.map`), by [@arboleya](https://github.com/arboleya) (See [#1055](https://github.com/FuelLabs/fuels-ts/pull/1055))

## 0.45.0

## 0.44.2
Expand Down
2 changes: 1 addition & 1 deletion packages/asm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/asm",
"version": "0.45.0",
"version": "0.46.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.46.0

### Minor Changes

- Update fuel core version to 0.19.0, by [@danielbate](https://github.com/danielbate) (See [#1085](https://github.com/FuelLabs/fuels-ts/pull/1085))

### Patch Changes

- Reshaping `forc-bin` package for publishing, by [@arboleya](https://github.com/arboleya) (See [#1073](https://github.com/FuelLabs/fuels-ts/pull/1073))
- Removing `publishConfigs`, using `.dts` files with declaration maps (`.dts.map`), by [@arboleya](https://github.com/arboleya) (See [#1055](https://github.com/FuelLabs/fuels-ts/pull/1055))

## 0.45.0

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

## 0.46.0

### Patch Changes

- Reshaping `forc-bin` package for publishing, by [@arboleya](https://github.com/arboleya) (See [#1073](https://github.com/FuelLabs/fuels-ts/pull/1073))

## 0.31.0

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

0 comments on commit 996034a

Please sign in to comment.