Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @webpack-cli/generate-loader@1.0.1-alpha.2
 - @webpack-cli/generate-plugin@1.0.1-alpha.2
 - @webpack-cli/generators@1.0.1-alpha.2
 - @webpack-cli/info@1.0.1-alpha.2
 - @webpack-cli/init@1.0.1-alpha.2
 - @webpack-cli/logger@1.0.1-alpha.1
 - @webpack-cli/migrate@1.0.1-alpha.2
 - @webpack-cli/package-utils@1.0.1-alpha.1
 - @webpack-cli/serve@1.0.1-alpha.2
 - @webpack-cli/utils@1.0.1-alpha.2
 - webpack-cli@4.0.0-beta.5
 - @webpack-cli/webpack-scaffold@1.0.1-alpha.2
  • Loading branch information
ematipico committed Feb 23, 2020
1 parent 2c75aeb commit fb50f76
Show file tree
Hide file tree
Showing 24 changed files with 75 additions and 27 deletions.
4 changes: 4 additions & 0 deletions packages/generate-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-alpha.1...@webpack-cli/generate-loader@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/generate-loader

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-alpha.0...@webpack-cli/generate-loader@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-loader",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "A scaffold for generating a loader",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^1.0.1-alpha.1",
"@webpack-cli/generators": "^1.0.1-alpha.2",
"yeoman-environment": "2.4.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/generate-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-alpha.1...@webpack-cli/generate-plugin@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/generate-plugin

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-alpha.0...@webpack-cli/generate-plugin@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generate-plugin",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "A scaffold for generating a plugin",
"main": "src/index.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "^1.0.1-alpha.1",
"@webpack-cli/generators": "^1.0.1-alpha.2",
"yeoman-environment": "2.4.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/generators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.1...@webpack-cli/generators@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/generators

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.0...@webpack-cli/generators@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/generators",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "Webpack-CLI generators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/package-utils": "^1.0.1-alpha.0",
"@webpack-cli/utils": "^1.0.1-alpha.1",
"@webpack-cli/webpack-scaffold": "^1.0.1-alpha.1",
"@webpack-cli/package-utils": "^1.0.1-alpha.1",
"@webpack-cli/utils": "^1.0.1-alpha.2",
"@webpack-cli/webpack-scaffold": "^1.0.1-alpha.2",
"chalk": "3.0.0",
"glob-all": "3.1.0",
"inquirer-autocomplete-prompt": "1.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/info@1.0.1-alpha.1...@webpack-cli/info@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/info

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/info@1.0.1-alpha.0...@webpack-cli/info@1.0.1-alpha.1) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/info
2 changes: 1 addition & 1 deletion packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/info",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "Outputs info about system and webpack config",
"main": "lib/index.js",
"type": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.1...@webpack-cli/init@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/init

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.0...@webpack-cli/init@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
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": "@webpack-cli/init",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "init command for webpack-cli",
"main": "index.js",
"author": "",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^1.0.1-alpha.1",
"@webpack-cli/utils": "^1.0.1-alpha.1",
"@webpack-cli/generators": "^1.0.1-alpha.2",
"@webpack-cli/utils": "^1.0.1-alpha.2",
"chalk": "3.0.0",
"jscodeshift": "0.6.4",
"p-each-series": "2.1.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/logger@1.0.1-alpha.0...@webpack-cli/logger@1.0.1-alpha.1) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/logger

## 1.0.1-alpha.0 (2020-02-23)

**Note:** Version bump only for package @webpack-cli/logger
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": "@webpack-cli/logger",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"description": "webpack CLI logger instance",
"keywords": [
"webpack",
Expand Down
4 changes: 4 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.1...@webpack-cli/migrate@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/migrate

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.0...@webpack-cli/migrate@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/migrate",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "Migrate command for webpack-cli",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "^1.0.1-alpha.1",
"@webpack-cli/utils": "^1.0.1-alpha.2",
"chalk": "3.0.0",
"diff": "4.0.1",
"inquirer": "6.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/package-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/package-utils@1.0.1-alpha.0...@webpack-cli/package-utils@1.0.1-alpha.1) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/package-utils

## 1.0.1-alpha.0 (2020-02-23)

**Note:** Version bump only for package @webpack-cli/package-utils
4 changes: 2 additions & 2 deletions packages/package-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/package-utils",
"version": "1.0.1-alpha.0",
"version": "1.0.1-alpha.1",
"description": "A module to help managing packages and modules inside webpack CLI",
"keywords": [
"webpack",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/ematipico/webpack-cli/issues"
},
"dependencies": {
"@webpack-cli/logger": "^1.0.1-alpha.0",
"@webpack-cli/logger": "^1.0.1-alpha.1",
"chalk": "^3.0.0",
"enquirer": "^2.3.4",
"execa": "^4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.1...@webpack-cli/serve@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/serve

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.0...@webpack-cli/serve@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/serve",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -14,11 +14,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/utils": "^1.0.1-alpha.1",
"@webpack-cli/utils": "^1.0.1-alpha.2",
"chalk": "3.0.0",
"cross-spawn": "6.0.5",
"inquirer": "6.5.1",
"webpack-cli": "^4.0.0-beta.4",
"webpack-cli": "^4.0.0-beta.5",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.1...@webpack-cli/utils@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/utils

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.0...@webpack-cli/utils@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/utils",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "webpack-cli utility files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/package-utils": "^1.0.1-alpha.0",
"@webpack-cli/package-utils": "^1.0.1-alpha.1",
"chalk": "3.0.0",
"cross-spawn": "6.0.5",
"findup-sync": "4.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/webpack-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.5](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-beta.4...webpack-cli@4.0.0-beta.5) (2020-02-23)

**Note:** Version bump only for package webpack-cli

# 4.0.0-beta.4 (2020-02-23)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand All @@ -27,8 +27,8 @@
"bin/cli.js"
],
"dependencies": {
"@webpack-cli/logger": "^1.0.1-alpha.0",
"@webpack-cli/package-utils": "^1.0.1-alpha.0",
"@webpack-cli/logger": "^1.0.1-alpha.1",
"@webpack-cli/package-utils": "^1.0.1-alpha.1",
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"cli-table3": "^0.5.1",
Expand All @@ -47,7 +47,7 @@
"webpack": "^5.0.0-beta.12"
},
"devDependencies": {
"@webpack-cli/info": "^1.0.1-alpha.1"
"@webpack-cli/info": "^1.0.1-alpha.2"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
}
4 changes: 4 additions & 0 deletions packages/webpack-scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1-alpha.2](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-alpha.1...@webpack-cli/webpack-scaffold@1.0.1-alpha.2) (2020-02-23)

**Note:** Version bump only for package @webpack-cli/webpack-scaffold

## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-alpha.0...@webpack-cli/webpack-scaffold@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-cli/webpack-scaffold",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"description": "Utility files for webpack-scaffold",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit fb50f76

Please sign in to comment.