kempo-ui 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,7 +51,7 @@ jobs:
51
51
  git config --global user.name "github-actions"
52
52
  git config --global user.email "github-actions@github.com"
53
53
  npm version ${{ steps.version.outputs.type }} --no-git-tag-version
54
- git add package.json package-lock.json || true
54
+ git add -A || true
55
55
  git commit -m "ci: bump ${{ steps.version.outputs.type }} version [skip ci]" || echo "No changes to commit"
56
56
  git push origin HEAD:main || echo "No changes to push"
57
57
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "type": "module",
5
5
  "description": "A Lit based web-component library",
6
6
  "main": "index.js",