Skip to content

Commit

Permalink
ci(version): bump to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheese Grinder CI committed Dec 14, 2024
1 parent 95fe769 commit 19b76ea
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "0.3.6",
"version": "0.3.7",
"workspaces": [
"packages/*",
"tests/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppy-ui/core",
"version": "0.3.6",
"version": "0.3.7",
"description": "Base component for Poppy based on Daisy-ui",
"author": "Sukaato <[email protected]>",
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poppy-ui/docs",
"version": "0.3.6",
"version": "0.3.7",
"description": "Pre-packaged API documentation for the Poppy docs.",
"author": "Sukaato <[email protected]>",
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@poppy-ui/vue",
"type": "module",
"version": "0.3.6",
"version": "0.3.7",
"description": "Vue specific wrapper for @poppy-ui/core",
"author": "Sukaato <[email protected]>",
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
Expand Down Expand Up @@ -44,12 +44,12 @@
"copy:css": "node ./scripts/copy-css.js"
},
"dependencies": {
"@poppy-ui/core": "^0.3.6",
"@poppy-ui/core": "^0.3.7",
"@stencil/vue-output-target": "^0.9.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@poppy-ui/docs": "^0.3.6",
"@poppy-ui/docs": "^0.3.7",
"@rollup/plugin-typescript": "^12.1.1",
"change-case": "^5.4.4",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-vue",
"private": true,
"version": "0.3.6",
"version": "0.3.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 19b76ea

Please sign in to comment.