Skip to content

Commit

Permalink
ci(changesets): versioning packages (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Sep 20, 2024
1 parent 3f0588a commit 6ade6b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-experts-give.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- [#566](https://github.com/FuelLabs/fuel-explorer/pull/566) [`3f0588a`](https://github.com/FuelLabs/fuel-explorer/commit/3f0588a9108d4a0ebdc26fad357cdef8028eaea6) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - - Adds some packages as external in esbuild options to correctly distribute the UI

## 0.1.0

### Minor Changes
Expand Down
10 changes: 7 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/ui",
"version": "0.1.0",
"version": "0.1.1",
"access": "public",
"main": "./src/index.ts",
"exports": {
Expand All @@ -10,7 +10,9 @@
},
"typesVersions": {
"*": {
"tailwind-preset": ["./src/theme/tailwind-preset.ts"]
"tailwind-preset": [
"./src/theme/tailwind-preset.ts"
]
}
},
"publishConfig": {
Expand All @@ -37,7 +39,9 @@
"./styles.css": "./dist/styles.css"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build:lib": "tsup --dts",
"build:preview": "storybook build -o ../app-explorer/public/ui",
Expand Down

0 comments on commit 6ade6b9

Please sign in to comment.