mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 06:10:40 +00:00
Compare commits
4 Commits
v1.0.4
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
fd74ed760c | ||
d20c383d3d | |||
|
2a5a054106 | ||
c2d255a7fb |
7
.github/workflows/release-please.yml
vendored
7
.github/workflows/release-please.yml
vendored
@@ -1,8 +1,10 @@
|
|||||||
|
name: release-please
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
name: release-please
|
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -17,9 +19,6 @@ jobs:
|
|||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
- uses: ./.github/actions/build
|
- uses: ./.github/actions/build
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
||||||
- run: pnpm test
|
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
|
||||||
- run: pnpm publish
|
- run: pnpm publish
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
env:
|
env:
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## [1.0.4](https://github.com/cupcakearmy/formhero/compare/v1.0.3...v1.0.4) (2023-03-06)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "formhero",
|
"name": "formhero",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"prepublishOnly": "run-s clean build test",
|
"prepublishOnly": "run-s clean compile test",
|
||||||
"build": "run-s compile demo",
|
"build": "run-s compile demo",
|
||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"compile:watch": "tsc -w",
|
"compile:watch": "tsc -w",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"vite": "^4.1.4",
|
"vite": "^4.1.5",
|
||||||
"vitest": "^0.29.2"
|
"vitest": "^0.29.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
783
pnpm-lock.yaml
generated
783
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user