Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 163e398

Browse files
author
Eimantas
authored
Hotfix/bumping version (#22)
* Applying package updates. * Fixed miss match versions.
1 parent 6ea6f63 commit 163e398

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"policyName": "WebpackBuilderPolicy",
1515
"mainProject": "@reactway/webpack-builder",
1616
"nextBump": "prerelease",
17-
"version": "1.0.0-alpha.19"
17+
"version": "1.0.0-alpha.20"
1818
}
1919
]

packages/webpack-builder-plugin-clean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-clean",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.19",
34+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3535
"clean-webpack-plugin": "^2.0.1",
3636
"webpack": "^4.31.0",
3737
"tslib": "^1.9.3",

packages/webpack-builder-plugin-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-html",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.19",
34+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3535
"tslib": "^1.9.3",
3636
"html-webpack-plugin": "^3.2.0",
3737
"html-webpack-template": "^6.2.0",

packages/webpack-builder-plugin-images/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-images",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -30,8 +30,8 @@
3030
"**/*.md"
3131
],
3232
"dependencies": {
33-
"@reactway/webpack-builder": "1.0.0-alpha.19",
34-
"@reactway/image-loader": "^1.0.0-alpha.19",
33+
"@reactway/webpack-builder": "1.0.0-alpha.20",
34+
"@reactway/image-loader": "1.0.0-alpha.20",
3535
"tslib": "^1.9.3",
3636
"url-loader": "^1.1.2",
3737
"upath": "^1.1.2"

packages/webpack-builder-plugin-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-styles",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -30,7 +30,7 @@
3030
"**/*.md"
3131
],
3232
"dependencies": {
33-
"@reactway/webpack-builder": "1.0.0-alpha.19",
33+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3434
"optimize-css-assets-webpack-plugin": "^5.0.1",
3535
"mini-css-extract-plugin": "^0.6.0",
3636
"fs-extra": "^8.0.1",

packages/webpack-builder-plugin-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-typescript",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/core": "^7.3.4",
3434
"@babel/preset-env": "^7.4.3",
35-
"@reactway/webpack-builder": "1.0.0-alpha.19",
35+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3636
"babel-loader": "^8.0.5",
3737
"babel-plugin-syntax-dynamic-import": "^6.18.0",
3838
"fork-ts-checker-webpack-plugin": "^1.0.0",

packages/webpack-builder-plugin-web-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-web-dev",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.19",
34+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3535
"tslib": "^1.9.3",
3636
"upath": "^1.1.2"
3737
},

packages/webpack-builder-plugin-write-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-write-file",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.19",
34+
"@reactway/webpack-builder": "1.0.0-alpha.20",
3535
"tslib": "^1.9.3",
3636
"write-file-webpack-plugin": "^4.5.0",
3737
"upath": "^1.1.2"

packages/webpack-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "A tool to create webpack config easier using plugins.",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)