Skip to content

Commit

Permalink
chore(release): 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jun 13, 2023
1 parent f30c971 commit 323d6fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.7.0](https://github.com/prismicio/prismic-react/compare/v2.6.2...v2.7.0) (2023-06-13)


### Features

* **SliceZone:** add support for mapped Slice Zones created with `@prismicio/client`'s `unstable_mapSliceZone()` ([#185](https://github.com/prismicio/prismic-react/issues/185)) ([c1e469d](https://github.com/prismicio/prismic-react/commit/c1e469d7298b3461b6d18e4dffde6f9ee970b5d1))


### Bug Fixes

* replace `@prismicio/types` usage with `@prismicio/client` v7 ([#186](https://github.com/prismicio/prismic-react/issues/186)) ([34649e2](https://github.com/prismicio/prismic-react/commit/34649e20731ac111b527391f11e06b20dc1d410b))


### Chore

* **deps:** update `@prismicio/mock` ([f30c971](https://github.com/prismicio/prismic-react/commit/f30c97187017ad5715fcfc58cb328a40bfcf912b))

### [2.6.2](https://github.com/prismicio/prismic-react/compare/v2.6.1...v2.6.2) (2023-05-22)


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.6.2",
"version": "2.7.0",
"description": "React components and hooks to fetch and present Prismic content",
"keywords": [
"typescript",
Expand Down

0 comments on commit 323d6fc

Please sign in to comment.