Skip to content

Commit

Permalink
Merge pull request #22 from node-escpos/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
dohooo authored Nov 24, 2022
2 parents e1a6298 + 57b72f7 commit e300dcb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-hornets-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-days-flash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @node-escpos/core

## 0.0.3

### Patch Changes

- 9a75999: Move "@types/ndarray" & "@types/qr-image" to Dependencies not Dev.

## 0.0.2

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-escpos/core",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "",
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
Expand Down Expand Up @@ -60,6 +60,5 @@
"devDependencies": {
"@types/get-pixels": "^3.3.2",
"@types/node": "^10.0.0"

}
}
6 changes: 6 additions & 0 deletions packages/serialport-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @node-escpos/serialport-adapter

## 0.0.3

### Patch Changes

- 3e509a7: 🐛 Fixed an error indicating that the port was open when open the device by serialport.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialport-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-escpos/serialport-adapter",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "",
"author": "Caspian <[email protected]> (https://github.com/dohooo)",
Expand Down

0 comments on commit e300dcb

Please sign in to comment.