From 6d687fae0e26041e6648e44a9a68a904e47a5aa1 Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 30 Oct 2024 12:15:02 +0100 Subject: [PATCH] chore(release): 2.9.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4f66c..2afe0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.9.1](https://github.com/prismicio/prismic-react/compare/v2.9.0...v2.9.1) (2024-10-30) + + +### Bug Fixes + +* **helpers:** add missing `dir` attribute for right-to-left languages ([#211](https://github.com/prismicio/prismic-react/issues/211)) ([b5139ec](https://github.com/prismicio/prismic-react/commit/b5139ec33ef520832064a81e0125ec09869d1f4f)) + ## [2.9.0](https://github.com/prismicio/prismic-react/compare/v2.9.0-alpha.0...v2.9.0) (2024-09-27) ## [2.9.0-alpha.0](https://github.com/prismicio/prismic-react/compare/v2.7.4...v2.9.0-alpha.0) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index 04a3861..6ed0548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "2.9.0", + "version": "2.9.1", "license": "Apache-2.0", "dependencies": { "@prismicio/richtext": "^2.1.5" diff --git a/package.json b/package.json index 102c500..d61f4d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "2.9.0", + "version": "2.9.1", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",