Skip to content

Commit

Permalink
chore: release v0.31.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 22, 2022
1 parent 265fb05 commit d48b453
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .stacks/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/hello-world-vue",
"version": "0.31.17",
"version": "0.31.18",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/hello-world-elements",
"version": "0.31.17",
"version": "0.31.18",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/hello-world-fx",
"version": "0.31.17",
"version": "0.31.18",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/stacks-core",
"type": "module",
"version": "0.31.17",
"version": "0.31.18",
"packageManager": "pnpm@7.12.1",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.31.18](https://github.com/ow3org/stacks/compare/v0.31.17...v0.31.18) (2022-09-22)



## [0.31.17](https://github.com/ow3org/stacks/compare/v0.31.16...v0.31.17) (2022-09-22)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/stacks",
"type": "module",
"version": "0.31.17",
"version": "0.31.18",
"packageManager": "pnpm@7.12.1",
"description": "The easy way to build your component and/or function libraries & APIs.",
"author": "Chris Breuer",
Expand Down Expand Up @@ -31,10 +31,10 @@
],
"sideEffects": false,
"bin": {
"artisan": "./bin/artisan.mjs",
"art": "./bin/artisan.mjs",
"stacks": "./bin/artisan.mjs",
"stx": "./bin/artisan.mjs"
"artisan": "./.stacks/bin/artisan.mjs",
"art": "./.stacks/bin/artisan.mjs",
"stacks": "./.stacks/bin/artisan.mjs",
"stx": "./.stacks/bin/artisan.mjs"
},
"contributors": [
"Chris Breuer <chris@ow3.org>"
Expand Down

0 comments on commit d48b453

Please sign in to comment.