Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 2, 2021
1 parent 17d9f08 commit f0625de
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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-alpha.1](https://github.com/prismicio/prismic-reactjs/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-08-02)


### Bug Fixes

* move react to a peer dependency ([17d9f08](https://github.com/prismicio/prismic-reactjs/commit/17d9f08f507b612699449cb87de6d6273494f213))


### Chore

* remove private label ([8bafde4](https://github.com/prismicio/prismic-reactjs/commit/8bafde44aee43f66fd652e8fcf2151f245a80918))

## [2.0.0-alpha.0](https://github.com/prismicio/prismic-reactjs/compare/v1.3.4...v2.0.0-alpha.0) (2021-08-02)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/react",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "React components and hooks to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down Expand Up @@ -48,9 +48,6 @@
"@prismicio/helpers": "^2.0.0-alpha.5",
"@prismicio/richtext": "^2.0.0-alpha.6"
},
"peerDependencies": {
"react": "^16.8.0 || 17.x"
},
"devDependencies": {
"@prismicio/types": "^0.1.4",
"@testing-library/react": "^12.0.0",
Expand Down Expand Up @@ -82,6 +79,9 @@
"ts-eager": "^2.0.2",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "^16.8.0 || 17.x"
},
"engines": {
"node": ">=12.7.0"
},
Expand Down

0 comments on commit f0625de

Please sign in to comment.