Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
  • Loading branch information
ntwb committed May 18, 2018
1 parent 5de9931 commit d409ace
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-makepot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/babel-plugin-makepot",
"version": "1.0.0",
"version": "1.0.1",
"description": "WordPress Babel i18n Plugin",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/babel-preset-default",
"version": "1.2.0",
"version": "1.2.1",
"description": "Default Babel preset for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand All @@ -22,7 +22,7 @@
"node": ">=8"
},
"dependencies": {
"@wordpress/browserslist-config": "^2.1.3",
"@wordpress/browserslist-config": "^2.1.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/browserslist-config",
"version": "2.1.3",
"version": "2.1.4",
"description": "WordPress Browserslist Shared Config",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-templated-path-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/custom-templated-path-webpack-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Webpack plugin for creating custom path template tags",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/i18n",
"version": "1.1.0",
"version": "1.1.1",
"description": "WordPress i18n library",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/jest-console",
"version": "1.0.6",
"version": "1.0.7",
"description": "Custom Jest matchers for the Console object",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/jest-preset-default",
"version": "1.0.5",
"version": "1.0.6",
"description": "Default Jest preset for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand All @@ -26,7 +26,7 @@
],
"main": "index.js",
"dependencies": {
"@wordpress/jest-console": "^1.0.6",
"@wordpress/jest-console": "^1.0.7",
"babel-jest": "^22.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/npm-package-json-lint-config",
"version": "0.1.0",
"version": "1.0.0",
"description": "WordPress npm-package-json-lint shareable config",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/scripts",
"version": "1.1.4",
"version": "1.1.5",
"description": "Collection of JS scripts for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down Expand Up @@ -31,8 +31,8 @@
"wp-scripts": "./bin/wp-scripts.js"
},
"dependencies": {
"@wordpress/babel-preset-default": "^1.2.0",
"@wordpress/jest-preset-default": "^1.0.5",
"@wordpress/babel-preset-default": "^1.2.1",
"@wordpress/jest-preset-default": "^1.0.6",
"cross-spawn": "^5.1.0",
"jest": "^22.4.0",
"read-pkg-up": "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/wordcount/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@wordpress/wordcount",
"version": "1.0.2",
"version": "1.0.3",
"description": "WordPress Word Count Utility",
"author": "WordPress",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"wordcount"
"wordpress",
"wordcount"
],
"homepage": "https://github.com/WordPress/packages/tree/master/packages/wordcount/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/WordPress/packages.git"
"type": "git",
"url": "git+https://github.com/WordPress/packages.git"
},
"bugs": {
"url": "https://github.com/WordPress/packages/issues"
"url": "https://github.com/WordPress/packages/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
Expand Down

0 comments on commit d409ace

Please sign in to comment.