Skip to content

Commit 63c119f

Browse files
authored
fix: Release all 0.4.0 changes (#147)
* chore: Build before publish * docs(changelog): Add 0.4.1 changset
1 parent 8235d14 commit 63c119f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/ninety-coats-leave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"dom-accessibility-api": patch
3+
---
4+
5+
Deploy all 0.4.0 changes

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
2323
"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
2424
"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
25+
"prepublishOnly": "yarn build:source",
2526
"release:prepare": "yarn changeset version",
2627
"release": "yarn changeset publish",
2728
"test": "jest",

0 commit comments

Comments
 (0)