13 Commits

Author SHA1 Message Date
dependabot[bot]
c4bcfa863a Bump postcss from 8.4.21 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 16:52:12 +00:00
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
4a54c3ec8a Merge pull request #9 from cupcakearmy/release-please--branches--main--components--formhero
chore(main): release 1.0.4
2023-03-06 10:01:23 +01:00
github-actions[bot]
f8da366022 chore(main): release 1.0.4 2023-03-06 08:54:20 +00:00
fe0fb941ed fix: release 2023-03-06 09:53:41 +01:00
c1cb469f3b Merge pull request #8 from cupcakearmy/release-please--branches--main--components--release-please-action
chore(main): release 1.0.3
2023-03-04 00:26:10 +01:00
github-actions[bot]
034db3c404 chore(main): release 1.0.3 2023-03-03 23:25:51 +00:00
456c37409c fix: release 2023-03-04 00:25:29 +01:00
24786c104f Merge pull request #7 from cupcakearmy/release-please--branches--main--components--release-please-action
chore(main): release 1.0.2
2023-03-04 00:17:49 +01:00
github-actions[bot]
bf8e1b83c8 chore(main): release 1.0.2 2023-03-03 23:17:12 +00:00
4821a06157 fix: tag format 2023-03-04 00:16:50 +01:00
5 changed files with 429 additions and 426 deletions

View File

@@ -1,13 +1,25 @@
name: release-please
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: release-please-action
package-name: formhero
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: ./.github/actions/build
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -1,18 +0,0 @@
name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
- run: pnpm test
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -1,5 +1,33 @@
# 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)
### Bug Fixes
* release ([fe0fb94](https://github.com/cupcakearmy/formhero/commit/fe0fb941ed6447e69adb908e7ad2f9df742c77cf))
## [1.0.3](https://github.com/cupcakearmy/formhero/compare/v1.0.2...v1.0.3) (2023-03-03)
### Bug Fixes
* release ([456c374](https://github.com/cupcakearmy/formhero/commit/456c37409cd3d5185face8455a57d58847bdb774))
## [1.0.2](https://github.com/cupcakearmy/formhero/compare/v1.0.1...v1.0.2) (2023-03-03)
### Bug Fixes
* tag format ([4821a06](https://github.com/cupcakearmy/formhero/commit/4821a061579abd973e0c0a27b51be726b37dfdba))
## [1.0.1](https://github.com/cupcakearmy/formhero/compare/v1.0.0...v1.0.1) (2023-03-03)

View File

@@ -1,6 +1,6 @@
{
"name": "formhero",
"version": "1.0.1",
"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",

789
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff