Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 10, 2024
1 parent e0e11e9 commit d3601ba
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-moles-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-items-wave.md

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
pnpm ci:version
git add .
git commit -m "chore(release): publish"
pnpm get-tag
git tag "$(<./version.output.txt)"
pnpm tag
pnpm ci:publish
git push && git push --tags
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @formwerk/core

## 0.1.27

### Patch Changes

- e5c4a82: fix: disallow focus from disabled select trigger
- e0e11e9: fix: disallow focus from disabled switches

## 0.1.26

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"prepare": "husky",
"ci:publish": "pnpm build && pnpm publish --provenance --access public -r",
"ci:version": "pnpm changeset version && cp ./packages/core/CHANGELOG.md ./CHANGELOG.md",
"get-tag": "tsx ./scripts/get-tag.ts"
"get-tag": "tsx ./scripts/get-tag.ts",
"tag": "pnpm get-tag && git tag \"$(<./version.output.txt)\""
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @formwerk/core

## 0.1.27

### Patch Changes

- e5c4a82: fix: disallow focus from disabled select trigger
- e0e11e9: fix: disallow focus from disabled switches

## 0.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formwerk/core",
"version": "0.1.26",
"version": "0.1.27",
"description": "",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d3601ba

Please sign in to comment.