Skip to content

Commit

Permalink
Publish (#67)
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]
  • Loading branch information
gziolo authored Jan 23, 2018
1 parent 07f3600 commit 3d50441
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/a11y",
"version": "1.0.3",
"version": "1.0.4",
"description": "Collection of JS modules and tools for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand All @@ -19,7 +19,7 @@
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"@wordpress/dom-ready": "^1.0.0"
"@wordpress/dom-ready": "^1.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/autop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/autop",
"version": "1.0.1",
"version": "1.0.2",
"description": "WordPress's automatic paragraph functions `autop` and `removep`",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.0.1-0",
"description": "Default Babel preset for WordPress development",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-ready/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/dom-ready",
"version": "1.0.0",
"version": "1.0.1",
"description": "Execute callback after the DOM is loaded.",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/hooks",
"version": "1.1.1",
"version": "1.1.2",
"description": "WordPress Hooks 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.0",
"version": "1.0.1",
"description": "Custom Jest matchers for the Console object",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/url",
"version": "1.0.0",
"version": "1.0.1",
"description": "WordPress URL utilities",
"author": "WordPress",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 3d50441

Please sign in to comment.