Skip to content

Commit bca5af9

Browse files
committed
fix: 10
1 parent d36937a commit bca5af9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release-new-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
run: |
4444
git config --local user.email "pouya.saadeghi@gmail.com"
4545
git config --local user.name "Pouya Saadeghi"
46-
bunx commit-and-tag-version --packageFiles packages/daisyui/package.json --release-as ${{ inputs.release-type }}
46+
cd packages/daisyui
47+
bunx commit-and-tag-version --infile ../../CHANGELOG.md --release-as ${{ inputs.release-type }}
4748
4849
- name: Read package version from package.json
4950
id: package-version

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@
3737
"prettier-plugin-svelte": "3.3.3",
3838
"prettier-plugin-tailwindcss": "0.6.11",
3939
"tailwindcss": "^4.0.11"
40-
},
41-
"version": "5.0.3"
40+
}
4241
}

packages/daisyui/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
[![][opencollectivebadge]](https://opencollective.com/daisyui)
1515

1616

17-
1817
</div>
1918

2019
# daisyUI 5

0 commit comments

Comments
 (0)