Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #249

Merged
merged 14 commits into from
Aug 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modified version to 7.0.0-alpha
shuhaib-aot committed Jul 30, 2024
commit c96b6746cdc2e33d96a4b40da4ce6818b011397d
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-admin-cd.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- main
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-admin/**"
- "VERSION"
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-integration-cd.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- main
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-integration/**"
- "VERSION"
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-nav.cd.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- main
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-nav/**"
- "VERSION"
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-service.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- main
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-service/**"
- "VERSION"
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-theme.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- main
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-theme/**"
- "VERSION"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.1.0-rbac-alpha
v7.0.0-alpha
2 changes: 1 addition & 1 deletion forms-flow-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsflow/admin",
"version": "6.1.0-alpha",
"version": "7.0.0-alpha",
"scripts": {
"start": "webpack serve",
"start:standalone": "webpack serve --env standalone",
2 changes: 1 addition & 1 deletion forms-flow-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsflow/integration",
"version": "6.1.0-alpha",
"version": "7.0.0-alpha",
"scripts": {
"start": "webpack serve",
"start:standalone": "webpack serve --env standalone",