Skip to content

Commit

Permalink
chore(release): publish v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 21, 2024
1 parent f4acc90 commit 8ba7fae
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 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.1](https://github.com/Julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)


### Bug Fixes

* duplicate models using same id (ct) ([f4acc90](https://github.com/Julusian/node-loupedeck/commit/f4acc90c6fd27a9f31fc90f86c9b8c7bc51e810a))





# [1.1.0](https://github.com/Julusian/node-loupedeck/compare/v1.0.0...v1.1.0) (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.0",
"version": "1.1.1",
"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.1](https://github.com/julusian/node-loupedeck/compare/v1.1.0...v1.1.1) (2024-02-21)


### Bug Fixes

* duplicate models using same id (ct) ([f4acc90](https://github.com/julusian/node-loupedeck/commit/f4acc90c6fd27a9f31fc90f86c9b8c7bc51e810a))





# [1.1.0](https://github.com/julusian/node-loupedeck/compare/v1.0.0...v1.1.0) (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.0",
"version": "1.1.1",
"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.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





# [1.1.0](https://github.com/julusian/node-loupedeck/compare/v1.0.0...v1.1.0) (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.0",
"version": "1.1.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"node": ">=14.18"
},
"dependencies": {
"@loupedeck/core": "1.1.0",
"@loupedeck/core": "1.1.1",
"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.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





# [1.1.0](https://github.com/julusian/node-loupedeck/compare/v1.0.0...v1.1.0) (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.0",
"version": "1.1.1",
"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.0",
"@loupedeck/web": "1.1.1",
"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.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





# [1.1.0](https://github.com/julusian/node-loupedeck/compare/v1.0.0...v1.1.0) (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.0",
"version": "1.1.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"node": ">=14.18"
},
"dependencies": {
"@loupedeck/core": "1.1.0",
"@loupedeck/core": "1.1.1",
"@types/w3c-web-serial": "^1.0.6",
"tslib": "^2.6.2"
}
Expand Down

0 comments on commit 8ba7fae

Please sign in to comment.