Skip to content

Commit

Permalink
chore(release): publish v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 2, 2024
1 parent edac6ae commit 61be054
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/Julusian/node-loupedeck/compare/v1.1.1...v1.1.2) (2024-05-02)


### Bug Fixes

* send framebuffer flushes for ct v1 ([b46f0d0](https://github.com/Julusian/node-loupedeck/commit/b46f0d09d471a6d8cb11666d6a51c5970490aca5))





## [1.1.1](https://github.com/Julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/julusian/node-loupedeck/compare/v1.1.1...v1.1.2) (2024-05-02)


### Bug Fixes

* send framebuffer flushes for ct v1 ([b46f0d0](https://github.com/julusian/node-loupedeck/commit/b46f0d09d471a6d8cb11666d6a51c5970490aca5))





## [1.1.1](https://github.com/julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loupedeck/core",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/julusian/node-loupedeck/compare/v1.1.1...v1.1.2) (2024-05-02)

**Note:** Version bump only for package @loupedeck/node





## [1.1.1](https://github.com/julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)

**Note:** Version bump only for package @loupedeck/node
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loupedeck/node",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=14.18"
},
"dependencies": {
"@loupedeck/core": "1.1.1",
"@loupedeck/core": "1.1.2",
"serialport": "^10.5.0",
"tslib": "^2.6.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/web-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/julusian/node-loupedeck/compare/v1.1.1...v1.1.2) (2024-05-02)

**Note:** Version bump only for package @loupedeck/web-demo





## [1.1.1](https://github.com/julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)

**Note:** Version bump only for package @loupedeck/web-demo
Expand Down
4 changes: 2 additions & 2 deletions packages/web-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loupedeck/web-demo",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"license": "MIT",
"homepage": "https://github.com/julusian/node-loupedeck#readme",
Expand All @@ -23,7 +23,7 @@
"node": ">=14.18"
},
"dependencies": {
"@loupedeck/web": "1.1.1",
"@loupedeck/web": "1.1.2",
"buffer": "^6.0.3",
"html-to-image": "^1.11.11"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/julusian/node-loupedeck/compare/v1.1.1...v1.1.2) (2024-05-02)

**Note:** Version bump only for package @loupedeck/web





## [1.1.1](https://github.com/julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)

**Note:** Version bump only for package @loupedeck/web
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loupedeck/web",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=14.18"
},
"dependencies": {
"@loupedeck/core": "1.1.1",
"@loupedeck/core": "1.1.2",
"@types/w3c-web-serial": "^1.0.6",
"tslib": "^2.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ __metadata:
languageName: node
linkType: hard

"@loupedeck/core@npm:1.1.1, @loupedeck/core@workspace:packages/core":
"@loupedeck/core@npm:1.1.2, @loupedeck/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@loupedeck/core@workspace:packages/core"
dependencies:
Expand All @@ -320,7 +320,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@loupedeck/node@workspace:packages/node"
dependencies:
"@loupedeck/core": "npm:1.1.1"
"@loupedeck/core": "npm:1.1.2"
serialport: "npm:^10.5.0"
tslib: "npm:^2.6.2"
languageName: unknown
Expand All @@ -330,17 +330,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@loupedeck/web-demo@workspace:packages/web-demo"
dependencies:
"@loupedeck/web": "npm:1.1.1"
"@loupedeck/web": "npm:1.1.2"
buffer: "npm:^6.0.3"
html-to-image: "npm:^1.11.11"
languageName: unknown
linkType: soft

"@loupedeck/web@npm:1.1.1, @loupedeck/web@workspace:packages/web":
"@loupedeck/web@npm:1.1.2, @loupedeck/web@workspace:packages/web":
version: 0.0.0-use.local
resolution: "@loupedeck/web@workspace:packages/web"
dependencies:
"@loupedeck/core": "npm:1.1.1"
"@loupedeck/core": "npm:1.1.2"
"@types/w3c-web-serial": "npm:^1.0.6"
tslib: "npm:^2.6.2"
languageName: unknown
Expand Down

0 comments on commit 61be054

Please sign in to comment.