Skip to content

Commit 2efc978

Browse files
chore: version packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae0a925 commit 2efc978

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sixty-cobras-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cuer
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#5](https://github.com/wevm/cuer/pull/5) [`ae0a925`](https://github.com/wevm/cuer/commit/ae0a925a045eea69585df51a32c7216c5bd0f447) Thanks [@DanielSinclair](https://github.com/DanielSinclair)! - Fixed unintended forwarding of the `errorCorrection` prop to SVG elements used by the QRCode component to prevent React warning.
8+
39
## 0.0.2
410

511
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cuer",
33
"description": "Opinionated QR Code component for React",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"main": "./_dist/index.js",
77
"types": "./_dist/index.d.ts",

0 commit comments

Comments
 (0)