Skip to content

Commit

Permalink
test release and revert to main branch (#17)
Browse files Browse the repository at this point in the history
* test release and revert to main branch
  • Loading branch information
KryptXBSA authored Dec 24, 2024
1 parent 7d7c4de commit 44f747a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "dev",
"baseBranch": "main",
"privatePackages": {
"version": true,
"tag": true
Expand Down
5 changes: 5 additions & 0 deletions .changeset/proud-poems-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formbuilder-core": patch
---

test release
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- dev
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/mock/mockFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { FormField } from "@/types";

export const mockFields: FormField[] = [
{
id: "username",
id: "usernamee",
label: "Username",
placeholder: "username",
key: "username",
Expand Down

0 comments on commit 44f747a

Please sign in to comment.