Skip to content

Commit d42f278

Browse files
author
Ahmad Awais
committed
🚀 RELEASE
- babel-preset-cgb@1.1.2 - cgb-dev-utils@1.1.2 - cgb-scripts@1.2.2 - create-guten-block@1.7.1
1 parent 93f11d7 commit d42f278

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

‎packages/babel-preset-cgb/package.json‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-cgb",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Babel preset used by Create Guten Block",
55
"repository": "ahmadawais/create-guten-block",
66
"license": "MIT",
@@ -26,7 +26,9 @@
2626
"bugs": {
2727
"url": "https://github.com/ahmadawais/create-guten-block/issues"
2828
},
29-
"files": ["index.js"],
29+
"files": [
30+
"index.js"
31+
],
3032
"dependencies": {
3133
"babel-plugin-transform-class-properties": "6.24.1",
3234
"babel-plugin-transform-object-rest-spread": "^6.26.0",
@@ -35,4 +37,4 @@
3537
"babel-preset-env": "^1.6.0",
3638
"update-notifier": "^2.3.0"
3739
}
38-
}
40+
}

‎packages/cgb-dev-utils/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cgb-dev-utils",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Webpack utilities used by Create Guten Blocks",
55
"repository": "ahmadawais/create-guten-block",
66
"keywords": [

‎packages/cgb-scripts/package.json‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "cgb-scripts",
3-
"version": "1.2.1",
4-
"description":
5-
"Configuration and scripts for Create Guten Blocks which help you create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, etc.",
3+
"version": "1.2.2",
4+
"description": "Configuration and scripts for Create Guten Blocks which help you create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, etc.",
65
"repository": "ahmadawais/create-guten-block",
76
"keywords": [
87
"gutenberg",
@@ -35,8 +34,8 @@
3534
"babel-core": "^6.25.0",
3635
"babel-eslint": "^8.2.1",
3736
"babel-loader": "^7.1.1",
38-
"babel-preset-cgb": "^1.1.1",
39-
"cgb-dev-utils": "^1.1.1",
37+
"babel-preset-cgb": "^1.1.2",
38+
"cgb-dev-utils": "^1.1.2",
4039
"chalk": "2.3.0",
4140
"cross-env": "^5.0.1",
4241
"cross-spawn": "^5.1.0",

‎packages/create-guten-block/package.json‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "create-guten-block",
3-
"version": "1.7.0",
4-
"description":
5-
"Create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, etc.",
3+
"version": "1.7.1",
4+
"description": "Create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, etc.",
65
"main": "index.js",
76
"keywords": [
87
"gutenberg",

0 commit comments

Comments
 (0)