Skip to content

Commit

Permalink
0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 19, 2024
1 parent 382c304 commit d9355c3
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.1.47](https://github.com/Brooooooklyn/canvas/compare/v0.1.46...v0.1.47) (2024-02-19)


### Bug Fixes

* DOMMatrix#transformPoint ([#782](https://github.com/Brooooooklyn/canvas/issues/782)) ([dfc2224](https://github.com/Brooooooklyn/canvas/commit/dfc2224b99ec23952cfb43ea35f7c4f8714c813b))
* font css parser should handle the font height ([#783](https://github.com/Brooooooklyn/canvas/issues/783)) ([382c304](https://github.com/Brooooooklyn/canvas/commit/382c304176beee304eed7569d4c965dcb2042804))



## [0.1.46](https://github.com/Brooooooklyn/canvas/compare/v0.1.45...v0.1.46) (2024-02-19)


Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-android-arm64",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-arm64",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-x64",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-gnu",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-musl",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-gnu",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-musl",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-win32-x64-msvc",
"version": "0.1.46",
"version": "0.1.47",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas",
"version": "0.1.46",
"version": "0.1.47",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": "https://github.com/Brooooooklyn/canvas.git",
Expand Down

0 comments on commit d9355c3

Please sign in to comment.