Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 19, 2021
1 parent 0e0b0b5 commit 0b9bba1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-beta.3](https://github.com/prismicio/prismic-reactjs/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-11-19)


### Features

* rename useAllPrismicDocuments to useAllPrismicDocumentsDangerously ([22d63fe](https://github.com/prismicio/prismic-reactjs/commit/22d63fe0866006f02bbf044e27bfdd0fa86a4b39))
* treat @prismicio/client as an optional peer dependency ([0e0b0b5](https://github.com/prismicio/prismic-reactjs/commit/0e0b0b5e10a28774629aaa6e6811e872706ca562))

## [2.0.0-beta.2](https://github.com/prismicio/prismic-reactjs/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-11-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/react",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "React components and hooks to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down Expand Up @@ -84,7 +84,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"@prismicio/client": "^6.0.0-beta.0",
"@prismicio/client": "^6.0.0-beta.3",
"react": "^16.8 || ^17"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 0b9bba1

Please sign in to comment.