Skip to content

Commit f1383ee

Browse files
committed
Bump versions
1 parent b57bdb7 commit f1383ee

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/core",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Framework for creating presets, configurations and extensions",
55
"keywords": [
66
"framework",

packages/plugin-webpack-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-babel",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Adds processing JavaScript code with Babel",
55
"keywords": [
66
"webpack",

packages/plugin-webpack-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-eslint",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Adds processing JavaScript code with ESLint",
55
"keywords": [
66
"webpack",

packages/plugin-webpack-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-pwa",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"keywords": [
55
"webpack",
66
"config",

packages/plugin-webpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-react",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Ready for development React projects. With ESLint, Babel, CSS Modules and other",
55
"keywords": [
66
"webpack",

packages/plugin-webpack-spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-spa",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"keywords": [
55
"webpack",
66
"config",

packages/plugin-webpack-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/plugin-webpack-styling",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Extracts, minify and adds vendor prefixes to your styles. Supports Sass, Less and CSS Modules",
55
"keywords": [
66
"zero-scripts",

packages/webpack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zero-scripts/webpack-config",
3-
"version": "1.0.0-alfa.22",
3+
"version": "1.0.0-alfa.23",
44
"description": "Base configuration for Webpack",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)