Skip to content

Commit

Permalink
chore(release): publish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 9, 2024
1 parent 3ec3d18 commit 162e5b6
Show file tree
Hide file tree
Showing 11 changed files with 65 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.2.0](https://github.com/Julusian/node-loupedeck/compare/v1.1.2...v1.2.0) (2024-09-09)


### Features

* update serialport library ([3ec3d18](https://github.com/Julusian/node-loupedeck/commit/3ec3d18cf55993e6fddb95859201ac6bb5d5c1d5))





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


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.2",
"version": "1.2.0",
"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.2.0](https://github.com/julusian/node-loupedeck/compare/v1.1.2...v1.2.0) (2024-09-09)


### Features

* update serialport library ([3ec3d18](https://github.com/julusian/node-loupedeck/commit/3ec3d18cf55993e6fddb95859201ac6bb5d5c1d5))





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


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.2",
"version": "1.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/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.2.0](https://github.com/julusian/node-loupedeck/compare/v1.1.2...v1.2.0) (2024-09-09)


### Features

* update serialport library ([3ec3d18](https://github.com/julusian/node-loupedeck/commit/3ec3d18cf55993e6fddb95859201ac6bb5d5c1d5))





## [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
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.2",
"version": "1.2.0",
"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.2",
"@loupedeck/core": "1.2.0",
"serialport": "^12.0.0",
"tslib": "^2.7.0"
}
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.2.0](https://github.com/julusian/node-loupedeck/compare/v1.1.2...v1.2.0) (2024-09-09)

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





## [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
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.2",
"version": "1.2.0",
"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.2",
"@loupedeck/web": "1.2.0",
"buffer": "^6.0.3",
"html-to-image": "^1.11.11"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/web/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.2.0](https://github.com/julusian/node-loupedeck/compare/v1.1.2...v1.2.0) (2024-09-09)


### Features

* update serialport library ([3ec3d18](https://github.com/julusian/node-loupedeck/commit/3ec3d18cf55993e6fddb95859201ac6bb5d5c1d5))





## [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
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.2",
"version": "1.2.0",
"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.2",
"@loupedeck/core": "1.2.0",
"@types/w3c-web-serial": "^1.0.6",
"tslib": "^2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ __metadata:
languageName: node
linkType: hard

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

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

0 comments on commit 162e5b6

Please sign in to comment.