Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimantas Dumse committed Oct 2, 2019
1 parent 3e8cc18 commit 3102d8a
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/webpack-builder-plugin-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-example",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"packages": [
"examples/*",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/image-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/image-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack to load images, optimize and resize.",
"keywords": [
"webpack",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-clean",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"**/*.md"
],
"dependencies": {
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"clean-webpack-plugin": "^2.0.1",
"tslib": "^1.9.3",
"upath": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-html",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"**/*.md"
],
"dependencies": {
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"tslib": "^1.9.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-builder-plugin-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-images",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -30,8 +30,8 @@
"**/*.md"
],
"dependencies": {
"@reactway/image-loader": "^2.0.0",
"@reactway/webpack-builder": "^2.0.0",
"@reactway/image-loader": "^2.0.1",
"@reactway/webpack-builder": "^2.0.1",
"tslib": "^1.9.3",
"upath": "^1.1.2",
"url-loader": "^1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-styles",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -30,7 +30,7 @@
"**/*.md"
],
"dependencies": {
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"autoprefixer": "^9.5.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-typescript",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.4.3",
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"fork-ts-checker-webpack-plugin": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-web-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-web-dev",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"**/*.md"
],
"dependencies": {
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"tslib": "^1.9.3",
"upath": "^1.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-builder-plugin-write-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder-plugin-write-file",
"version": "2.0.0",
"version": "2.0.1",
"description": "A plugin made for webpack-builder.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"**/*.md"
],
"dependencies": {
"@reactway/webpack-builder": "^2.0.0",
"@reactway/webpack-builder": "^2.0.1",
"tslib": "^1.9.3",
"upath": "^1.1.2",
"write-file-webpack-plugin": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactway/webpack-builder",
"version": "2.0.0",
"version": "2.0.1",
"description": "A tool to create webpack config easier using plugins.",
"keywords": [
"webpack",
Expand Down

0 comments on commit 3102d8a

Please sign in to comment.