Skip to content

Commit

Permalink
Bump plugin version to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 12, 2019
1 parent 2a950e2 commit 3b51c79
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg
* Plugin URI: https://github.com/WordPress/gutenberg
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
* Version: 6.1.0
* Version: 6.1.1
* Author: Gutenberg Team
* Text Domain: gutenberg
*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
"version": "6.1.0",
"version": "6.1.1",
"private": true,
"description": "A new WordPress editor experience.",
"author": "The WordPress Contributors",
Expand Down Expand Up @@ -87,6 +87,8 @@
"@wordpress/postcss-themes": "file:packages/postcss-themes",
"@wordpress/scripts": "file:packages/scripts",
"babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-react-native-classname-to-style": "1.2.2",
"babel-plugin-react-native-platform-specific-extensions": "1.1.1",
"benchmark": "2.1.4",
"browserslist": "4.6.2",
"chalk": "2.4.1",
Expand All @@ -108,11 +110,15 @@
"husky": "0.14.3",
"inquirer": "6.3.1",
"is-equal-shallow": "0.1.3",
"jest-junit": "6.4.0",
"jest-serializer-enzyme": "1.0.0",
"jsdom": "11.12.0",
"lerna": "3.14.1",
"lint-staged": "8.1.5",
"lodash": "4.17.11",
"make-dir": "3.0.0",
"metro-react-native-babel-preset": "0.55.0",
"metro-react-native-babel-transformer": "0.55.0",
"mkdirp": "0.5.1",
"node-sass": "4.12.0",
"node-watch": "0.6.0",
Expand All @@ -123,6 +129,7 @@
"progress": "2.0.3",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-native": "0.60.0",
"react-test-renderer": "16.8.4",
"redux": "4.0.0",
"rimraf": "2.6.2",
Expand Down Expand Up @@ -210,6 +217,8 @@
"test-unit:watch": "npm run test-unit -- --watch",
"test-unit-php": "docker-compose run --rm wordpress_phpunit phpunit",
"test-unit-php-multisite": "docker-compose run -e WP_MULTISITE=1 --rm wordpress_phpunit phpunit",
"test-unit:native": "cd test/native/ && cross-env NODE_ENV=test jest --config ./jest.config.js",
"test-unit:native:debug": "cd test/native/ && node --inspect ../../node_modules/.bin/jest --runInBand --config ./jest.config.js",
"playground:build": "npm run build:packages && parcel build playground/src/index.html -d playground/dist",
"playground:start": "concurrently \"npm run dev:packages\" \"parcel playground/src/index.html -d playground/dist\""
},
Expand Down

0 comments on commit 3b51c79

Please sign in to comment.