Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @wordpress/babel-plugin-makepot@1.0.0
 - @wordpress/babel-preset-default@1.1.3
 - @wordpress/browserslist-config@2.1.3
 - @wordpress/custom-templated-path-webpack-plugin@1.0.1
 - @wordpress/i18n@1.0.0
 - @wordpress/scripts@1.1.3
  • Loading branch information
youknowriad committed Apr 4, 2018
1 parent 8009690 commit ddc18d0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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-beta.0",
"version": "1.0.0",
"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.1.2",
"version": "1.1.3",
"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.2",
"@wordpress/browserslist-config": "^2.1.3",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
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.2",
"version": "2.1.3",
"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.0",
"version": "1.0.1",
"description": "Webpack plugin for creating custom path template tags",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/i18n",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"description": "WordPress i18n library",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand All @@ -27,6 +27,6 @@
"memize": "^1.0.5"
},
"bin": {
"pot-to-php" : "./tools/pot-to-php.js"
"pot-to-php": "./tools/pot-to-php.js"
}
}
4 changes: 2 additions & 2 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.2",
"version": "1.1.3",
"description": "Collection of JS scripts for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down Expand Up @@ -31,7 +31,7 @@
"wp-scripts": "./bin/wp-scripts.js"
},
"dependencies": {
"@wordpress/babel-preset-default": "^1.1.2",
"@wordpress/babel-preset-default": "^1.1.3",
"@wordpress/jest-preset-default": "^1.0.5",
"cross-spawn": "^5.1.0",
"jest": "^22.4.0",
Expand Down

0 comments on commit ddc18d0

Please sign in to comment.