Skip to content

Commit

Permalink
trigger gha push with version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Aug 17, 2024
1 parent 317a229 commit 9162f18
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/forms-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- 'forms/**'
- 'demo/**'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/forms-demo",
"version": "4.3.2",
"version": "4.3.3-alpha.1",
"private": true,
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/forms",
"version": "4.3.2",
"version": "4.3.3-alpha.1",
"description": "Simple library with useful React forms components and browser validation.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwsio/forms-root",
"version": "4.3.2",
"version": "4.3.3-alpha.1",
"description": "Simple library with useful React forms components and browser validation.",
"files": [],
"engines": {
Expand Down

0 comments on commit 9162f18

Please sign in to comment.