Skip to content

Commit

Permalink
Github CI build: __run_2 v3.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 5bc7301 commit 2a27beb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "3.1.0",
"version": "3.1.1",
"command": {
"bootstrap": {
"npmClientArgs": [
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": "@tsed/root",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"author": "Romain Lenzotti",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tsed/examples-typescript",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"dependencies": {
"@tsed/gphoto2-driver": "3.1.0"
"@tsed/gphoto2-driver": "3.1.1"
},
"devDependencies": {
"cli-table3": "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gphoto2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/gphoto2-core",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"private": false,
"source": "./src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gphoto2-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/gphoto2-driver",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node.js wrapper of C library libgphoto2 written in TypeScript",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@tsed/core": "6.94.0",
"@tsed/gphoto2-core": "3.1.0",
"@tsed/gphoto2-core": "3.1.1",
"@tsed/logger": "6.0.0",
"fs-extra": "10.0.0",
"source-map-support": "0.5.21",
Expand Down

0 comments on commit 2a27beb

Please sign in to comment.