Skip to content

Commit 3ed8743

Browse files
committed
release: v0.1.3
1 parent abfb745 commit 3ed8743

19 files changed

Lines changed: 69 additions & 14 deletions

File tree

packages/qrcode-bun/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- release: Keep all versions synchronized
8+
39
## 0.1.1
410

511
### Patch Changes

packages/qrcode-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@veaba/qrcode-bun",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "QRCode generator for Bun runtime - Pure TypeScript implementation",
55
"author": "veaba",
66
"license": "MIT",

packages/qrcode-fast/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @veaba/qrcode-fast
2+
3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- release: Keep all versions synchronized

packages/qrcode-fast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qrcode-fast"
3-
version = "0.0.1-alpha"
3+
version = "0.1.3"
44
authors = ["veaba <Godpu@outlook.com>"]
55
description = "High-performance QR Code generator using WebAssembly"
66
repository = "https://github.com/veaba/qrcodes"

packages/qrcode-fast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@veaba/qrcode-fast",
3-
"version": "0.0.1-alpha",
3+
"version": "0.1.3",
44
"description": "High-performance Rust QRCode generator - Rust crate only",
55
"private": true,
66
"files": [
@@ -26,4 +26,4 @@
2626
"type": "git",
2727
"url": "https://github.com/veaba/qrcodes"
2828
}
29-
}
29+
}

packages/qrcode-js-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @veaba/qrcode-js-shared
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- release: Keep all versions synchronized
8+
39
## 0.1.1
410

511
### Patch Changes

packages/qrcode-js-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@veaba/qrcode-js-shared",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "Shared QRCode utilities and core logic for all @veaba/qrcode packages",
55
"type": "module",
66
"private": true,

packages/qrcode-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @veaba/qrcode-js
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- release: Keep all versions synchronized
8+
- Updated dependencies
9+
- @veaba/qrcode-js-shared@0.1.3
10+
311
## 0.1.1
412

513
### Patch Changes

packages/qrcode-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@veaba/qrcode-js",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"author": "veaba",
55
"license": "MIT",
66
"repository": {

packages/qrcode-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @veaba/qrcode-node
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- release: Keep all versions synchronized
8+
- Updated dependencies
9+
- @veaba/qrcode-js-shared@0.1.3
10+
311
## 0.1.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)