Skip to content

Commit dbdab40

Browse files
committed
chore: merge main
2 parents 1e01f21 + 92c21f9 commit dbdab40

8 files changed

Lines changed: 211 additions & 527 deletions

File tree

.changeset/kind-dragons-tie.md

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

apps/docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# reactqrcode.com
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- [#272](https://github.com/LGLabGreg/react-qr-code/pull/272) [`9c27af1`](https://github.com/LGLabGreg/react-qr-code/commit/9c27af1ac0437ecfe0b9dff624ecfd87342c4627) Thanks [@LGLabGreg](https://github.com/LGLabGreg)! - Update deps
8+
9+
- Updated dependencies [[`9c27af1`](https://github.com/LGLabGreg/react-qr-code/commit/9c27af1ac0437ecfe0b9dff624ecfd87342c4627)]:
10+
- @lglab/react-qr-code@1.4.5
11+
312
## 1.4.4
413

514
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactqrcode.com",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@vitejs/plugin-react": "^4.4.1",
2222
"globals": "^16.0.0",
2323
"typescript": "~5.8.3",
24-
"vite": "^6.3.2"
24+
"vite": "^6.3.4"
2525
}
2626
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/LGLabGreg/react-qr-code.git"
77
},
8-
"packageManager": "pnpm@10.6.3",
8+
"packageManager": "pnpm@10.10.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:playground\" \"pnpm watch:docs\"",
@@ -58,7 +58,7 @@
5858
"react-dom": "^19.1.0",
5959
"typescript": "~5.8.3",
6060
"typescript-eslint": "^8.31.0",
61-
"vite": "^6.3.2",
61+
"vite": "^6.3.4",
6262
"vitest": "^3.0.7"
6363
},
6464
"dependencies": {

packages/react-qr-code/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lglab/react-qr-code
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- [#272](https://github.com/LGLabGreg/react-qr-code/pull/272) [`9c27af1`](https://github.com/LGLabGreg/react-qr-code/commit/9c27af1ac0437ecfe0b9dff624ecfd87342c4627) Thanks [@LGLabGreg](https://github.com/LGLabGreg)! - Update deps
8+
39
## 1.4.4
410

511
### Patch Changes

packages/react-qr-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lglab/react-qr-code",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "React library to generate QR codes",
55
"author": "LGLab",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"react-dom": "^19.1.0",
5959
"typescript": "~5.8.3",
6060
"typescript-eslint": "^8.31.0",
61-
"vite": "^6.3.2",
61+
"vite": "^6.3.4",
6262
"vite-plugin-dts": "^4.5.3"
6363
}
6464
}

0 commit comments

Comments
 (0)