Skip to content

Commit

Permalink
chore: fixed readme and publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Feb 23, 2020
1 parent fb50f76 commit 532216e
Show file tree
Hide file tree
Showing 23 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions packages/generate-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/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

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"templates",
"examples"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/generate-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/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

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"templates",
"examples"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/generators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.0...@webpack-cli/generators@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes

- **cli:** fix file resolution inside group helper ([#1221](https://github.com/ematipico/webpack-cli/issues/1221)) ([76d2eb3](https://github.com/ematipico/webpack-cli/commit/76d2eb316ab154c19ebf639b7d6c82df76dc0695))
- **cli:** fix file resolution inside group helper ([#1221](https://github.com/webpack/webpack-cli/issues/1221)) ([76d2eb3](https://github.com/webpack/webpack-cli/commit/76d2eb316ab154c19ebf639b7d6c82df76dc0695))
2 changes: 1 addition & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"lib",
"templates"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
4 changes: 2 additions & 2 deletions packages/info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/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
Expand Up @@ -28,5 +28,5 @@
"files": [
"lib"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.0...@webpack-cli/init@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"files": [
"lib"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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)
## [1.0.1-alpha.1](https://github.com/webpack/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

Expand Down
8 changes: 4 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"logger"
],
"author": "emanuele <my.burning@gmail.com>",
"homepage": "https://github.com/ematipico/webpack-cli#readme",
"homepage": "https://github.com/webpack/webpack-cli#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,16 +23,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ematipico/webpack-cli.git"
"url": "git+https://github.com/webpack/webpack-cli.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/ematipico/webpack-cli/issues"
"url": "https://github.com/webpack/webpack-cli/issues"
},
"peerDependencies": {
"webpack": "^4.41.6"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.0...@webpack-cli/migrate@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"files": [
"lib"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/package-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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)
## [1.0.1-alpha.1](https://github.com/webpack/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

Expand Down
10 changes: 5 additions & 5 deletions packages/package-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"yarn"
],
"author": "emanuele <my.burning@gmail.com>",
"homepage": "https://github.com/ematipico/webpack-cli#readme",
"homepage": "https://github.com/webpack/webpack-cli#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,17 +23,17 @@
"lib"
],
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ematipico/webpack-cli.git"
"url": "git+https://github.com/webpack/webpack-cli.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/ematipico/webpack-cli/issues"
"url": "https://github.com/webpack/webpack-cli/issues"
},
"dependencies": {
"@webpack-cli/logger": "^1.0.1-alpha.1",
Expand All @@ -44,5 +44,5 @@
"devDependencies": {
"typescript": "^3.8.2"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.0...@webpack-cli/serve@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.0...@webpack-cli/utils@1.0.1-alpha.1) (2020-02-23)

### Bug Fixes

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"files": [
"lib"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"devDependencies": {
"@webpack-cli/info": "^1.0.1-alpha.2"
},
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
6 changes: 3 additions & 3 deletions packages/webpack-scaffold/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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)
## [1.0.1-alpha.2](https://github.com/webpack/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)
## [1.0.1-alpha.1](https://github.com/webpack/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

- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)
- **init:** fix webpack config scaffold ([#1231](https://github.com/webpack/webpack-cli/issues/1231)) ([2dc495a](https://github.com/webpack/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/webpack/webpack-cli/issues/1230)
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"files": [
"lib"
],
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}

0 comments on commit 532216e

Please sign in to comment.