3 Commits

Author SHA1 Message Date
d20c383d3d Merge pull request #10 from cupcakearmy/release-please--branches--main--components--formhero
chore(main): release 1.0.5
2023-03-06 10:40:54 +01:00
github-actions[bot]
2a5a054106 chore(main): release 1.0.5 2023-03-06 09:06:52 +00:00
c2d255a7fb fix: cleanup release 2023-03-06 10:06:15 +01:00
3 changed files with 12 additions and 6 deletions

View File

@@ -1,8 +1,10 @@
name: release-please
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
@@ -17,9 +19,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: ./.github/actions/build
if: ${{ steps.release.outputs.release_created }}
- run: pnpm test
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish
if: ${{ steps.release.outputs.release_created }}
env:

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.0.5](https://github.com/cupcakearmy/formhero/compare/v1.0.4...v1.0.5) (2023-03-06)
### Bug Fixes
* cleanup release ([c2d255a](https://github.com/cupcakearmy/formhero/commit/c2d255a7fb50876485c3183af378dc6cad5a7272))
## [1.0.4](https://github.com/cupcakearmy/formhero/compare/v1.0.3...v1.0.4) (2023-03-06)

View File

@@ -1,6 +1,6 @@
{
"name": "formhero",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
],
"scripts": {
"clean": "rm -rf ./dist",
"prepublishOnly": "run-s clean build test",
"prepublishOnly": "run-s clean compile test",
"build": "run-s compile demo",
"compile": "tsc",
"compile:watch": "tsc -w",