Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
continuous integration committed Sep 14, 2022
1 parent 36f362f commit b050d56
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 34 deletions.
8 changes: 8 additions & 0 deletions 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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package root





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.3"
"version": "1.0.4"
}
8 changes: 8 additions & 0 deletions packages/cli/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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package @lerna-dockerize/cli





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)

**Note:** Version bump only for package @lerna-dockerize/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna-dockerize/cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "A dockerfile generator for lerna projects",
"keywords": [
"lerna",
Expand All @@ -23,7 +23,7 @@
"repository": "https://github.com/rudxde/lerna-dockerize",
"bugs": "https://github.com/rudxde/lerna-dockerize",
"dependencies": {
"@lerna-dockerize/logger": "1.0.3",
"@lerna-dockerize/logger": "1.0.4",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/generate/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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package @lerna-dockerize/generate





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)


Expand Down
8 changes: 4 additions & 4 deletions packages/generate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna-dockerize/generate",
"version": "1.0.3",
"version": "1.0.4",
"description": "A dockerfile generator for lerna projects",
"keywords": [
"lerna",
Expand All @@ -26,8 +26,8 @@
"lerna-dockerize-generate": "./bin"
},
"dependencies": {
"@lerna-dockerize/cli": "1.0.3",
"@lerna-dockerize/logger": "1.0.3",
"@lerna-dockerize/cli": "1.0.4",
"@lerna-dockerize/logger": "1.0.4",
"@lerna/command": "^5.1.8",
"@lerna/filter-options": "^5.1.8",
"@lerna/project": "^5.1.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/init/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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package @lerna-dockerize/init





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)

**Note:** Version bump only for package @lerna-dockerize/init
Expand Down
8 changes: 4 additions & 4 deletions packages/init/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna-dockerize/init",
"version": "1.0.3",
"version": "1.0.4",
"description": "A dockerfile generator for lerna projects",
"keywords": [
"lerna",
Expand All @@ -26,8 +26,8 @@
"lerna-dockerize-init": "./bin"
},
"dependencies": {
"@lerna-dockerize/cli": "1.0.3",
"@lerna-dockerize/logger": "1.0.3",
"@lerna-dockerize/cli": "1.0.4",
"@lerna-dockerize/logger": "1.0.4",
"chalk": "^5.0.0",
"inquirer": "^9.0.0",
"logform": "^2.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/lerna-dockerize/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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package lerna-dockerize





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)

**Note:** Version bump only for package lerna-dockerize
Expand Down
12 changes: 6 additions & 6 deletions packages/lerna-dockerize/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/lerna-dockerize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-dockerize",
"version": "1.0.3",
"version": "1.0.4",
"description": "A dockerfile generator for lerna projects",
"keywords": [
"lerna",
Expand All @@ -26,10 +26,10 @@
"lerna-dockerize": "./bin"
},
"dependencies": {
"@lerna-dockerize/cli": "1.0.3",
"@lerna-dockerize/generate": "1.0.3",
"@lerna-dockerize/init": "1.0.3",
"@lerna-dockerize/logger": "1.0.3"
"@lerna-dockerize/cli": "1.0.4",
"@lerna-dockerize/generate": "1.0.4",
"@lerna-dockerize/init": "1.0.4",
"@lerna-dockerize/logger": "1.0.4"
},
"devDependencies": {
"@types/jasmine": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/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.0.4](https://github.com/rudxde/lerna-dockerize/compare/v1.0.3...v1.0.4) (2022-09-14)

**Note:** Version bump only for package @lerna-dockerize/logger





## [1.0.3](https://github.com/rudxde/lerna-dockerize/compare/v1.0.2...v1.0.3) (2022-08-31)

**Note:** Version bump only for package @lerna-dockerize/logger
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna-dockerize/logger",
"version": "1.0.3",
"version": "1.0.4",
"description": "A dockerfile generator for lerna projects",
"keywords": [
"lerna",
Expand Down

0 comments on commit b050d56

Please sign in to comment.