Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
🚀 RELEASE: New version!
Browse files Browse the repository at this point in the history
 - babel-preset-cgb@1.7.0
 - cgb-dev-utils@1.6.0
 - cgb-scripts@1.18.0
 - create-guten-block@1.13.0
  • Loading branch information
ahmadawais committed Jun 4, 2019
1 parent 0eaf079 commit 08efe1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-cgb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-cgb",
"version": "1.6.0",
"version": "1.7.0",
"description": "Babel preset used by Create Guten Block.",
"repository": "ahmadawais/create-guten-block",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cgb-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgb-dev-utils",
"version": "1.5.0",
"version": "1.6.0",
"description": "Developer utilities used by Create Guten Block.",
"repository": "ahmadawais/create-guten-block",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/cgb-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgb-scripts",
"version": "1.17.0",
"version": "1.18.0",
"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, and more",
"repository": "ahmadawais/create-guten-block",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-preset-cgb": "^1.6.0",
"cgb-dev-utils": "^1.5.0",
"babel-preset-cgb": "^1.7.0",
"cgb-dev-utils": "^1.6.0",
"chalk": "^2.3.0",
"cross-env": "^5.0.1",
"cross-spawn": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-guten-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-guten-block",
"version": "1.12.0",
"version": "1.13.0",
"description": "Create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, and more.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 08efe1f

Please sign in to comment.