Skip to content

Commit

Permalink
Dev (#14)
Browse files Browse the repository at this point in the history
* Assign a unique name to the React's example (#11)

* Remove incorrect package glob from the manifest (#12)

* update CI workflow

* add changeset

* update CD workflow

---------

Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
wojtekKrol and Andarist authored Jun 30, 2024
1 parent 7559695 commit e994710
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-ants-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'zod-to-fields': patch
---

update cd workflow
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Publish to GitHub Packages
run: pnpm publish:github
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-to-fields",
"version": "0.1.2",
"version": "0.1.3",
"description": "Turn your Zod schemas into configurable field arrays for easy integration with HTML, React, Vue, and more.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit e994710

Please sign in to comment.