Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Mar 9, 2022
1 parent 3c92544 commit 3aeeda5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.1.2](https://github.com/prismicio/prismic-react/compare/v2.1.1...v2.1.2) (2022-03-09)


### Bug Fixes

* better support for custom `<PrismicLink>` components using `forwardRef()` ([#132](https://github.com/prismicio/prismic-react/issues/132)) ([685b270](https://github.com/prismicio/prismic-react/commit/685b2706aa0d6b183cbfe80abc2bf56d01d44e28))


### Documentation

* fix typo in `<PrismicRichText>` TSDoc ([#133](https://github.com/prismicio/prismic-react/issues/133)) ([797f7c0](https://github.com/prismicio/prismic-react/commit/797f7c094cc6ee540d73b40df56413fd5105dd9b))

### [2.1.1](https://github.com/prismicio/prismic-react/compare/v2.1.0...v2.1.1) (2022-03-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/react",
"version": "2.1.1",
"version": "2.1.2",
"description": "React components and hooks to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down

0 comments on commit 3aeeda5

Please sign in to comment.