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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @wordpress/a11y@1.0.4
 - @wordpress/autop@1.0.2
 - @wordpress/babel-preset-default@1.0.1-0
 - @wordpress/dom-ready@1.0.1
 - @wordpress/hooks@1.1.2
 - @wordpress/jest-console@1.0.1
 - @wordpress/scripts@1.0.1-0
 - @wordpress/url@1.0.1
  • Loading branch information
gziolo committed Jan 23, 2018
1 parent 67a0aea commit b0da1ab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/scripts",
"version": "1.0.0",
"version": "1.0.1-0",
"description": "Collection of JS scripts for WordPress development",
"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 b0da1ab

Please sign in to comment.