Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 8, 2025
1 parent 2f6604a commit 677f1a5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

## v0.0.4...main

[compare changes](https://github.com/stacksjs/qrx/compare/v0.0.4...main)

### 🏡 Chore

- Wip ([2d18e03](https://github.com/stacksjs/qrx/commit/2d18e03))
- Wip ([dc6ae6b](https://github.com/stacksjs/qrx/commit/dc6ae6b))
- Wip ([23307f3](https://github.com/stacksjs/qrx/commit/23307f3))
- Wip ([cd48fa6](https://github.com/stacksjs/qrx/commit/cd48fa6))
- Wip ([52c7c0d](https://github.com/stacksjs/qrx/commit/52c7c0d))
- Wip ([e753163](https://github.com/stacksjs/qrx/commit/e753163))
- Wip ([3c54bd3](https://github.com/stacksjs/qrx/commit/3c54bd3))
- Wip ([64f944c](https://github.com/stacksjs/qrx/commit/64f944c))
- Wip ([efa03d4](https://github.com/stacksjs/qrx/commit/efa03d4))
- Wip ([5c202d3](https://github.com/stacksjs/qrx/commit/5c202d3))
- Wip ([e597e90](https://github.com/stacksjs/qrx/commit/e597e90))
- Wip ([37480de](https://github.com/stacksjs/qrx/commit/37480de))
- Wip ([2f6604a](https://github.com/stacksjs/qrx/commit/2f6604a))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

## v0.0.3...main

[compare changes](https://github.com/stacksjs/qrx/compare/v0.0.3...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-quick-reaction",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "QR & Bar Code generating & reading. Lightweight & powerful.",
"author": "Chris Breuer <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/qrx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/qrx",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "QR & Bar Code generating & reading. Lightweight & powerful.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-qrx",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "QR & Bar Code generating & reading. React components. Placeholder.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-qrx",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "QR & Bar Code generating & reading. Vue components.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 677f1a5

Please sign in to comment.