Skip to content

Commit 9c50912

Browse files
committed
v2.0.0 beta 2
1 parent 0136a14 commit 9c50912

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ doczrc.js
1010
/index.d.ts
1111
webpack.config.js
1212
yarn-error.log
13+
.DS_Store

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-wordpress-hooks Changelog
22

3-
## 2.0.0 (Soon)
3+
## 2.0.0 beta 1 (2019-09-08)
44
#### New Feature
55
- hooks for Blocks: `useBlocks`, `useCreateBlock`, `useRetrieveBlock`, `useUpdateBlock`, `useDeleteBlock`
66
- hooks for Block Revisions: `useCreateBlockRevision`, `useRetrieveBlockRevision`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wordpress-hooks",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Set of hooks for WordPress REST API",
55
"author": "Jakub Biesiada",
66
"license": "MIT",

0 commit comments

Comments
 (0)