From d2d6369e360502d36e194d46612c85455742e6bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:06:38 +0000 Subject: [PATCH 1/2] chore(master): release 3.4.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 c06de71..12c819e 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. +## [3.4.1](https://github.com/prismicio/prismic-react/compare/v3.4.0...v3.4.1) (2026-04-03) + + +### Bug Fixes + +* force release ([#259](https://github.com/prismicio/prismic-react/issues/259)) ([2fb89d5](https://github.com/prismicio/prismic-react/commit/2fb89d5a7dc3c3795a1571f37ed6b0ccdb74c68c)) + ## [3.4.0](https://github.com/prismicio/prismic-react/compare/v3.3.0...v3.4.0) (2026-02-21) ### Features diff --git a/package-lock.json b/package-lock.json index 326ea38..ca5a9cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "workspaces": [ ".", diff --git a/package.json b/package.json index 95478c0..3e38897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "3.4.0", + "version": "3.4.1", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "prismic", From d56e964d95bcfc8a27a9252c1d6c342163d91d9b Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Fri, 3 Apr 2026 09:08:11 -1000 Subject: [PATCH 2/2] chore: update changelog entry for dependency upgrade Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c819e..150c223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. See [standa ## [3.4.1](https://github.com/prismicio/prismic-react/compare/v3.4.0...v3.4.1) (2026-04-03) -### Bug Fixes +### Chore -* force release ([#259](https://github.com/prismicio/prismic-react/issues/259)) ([2fb89d5](https://github.com/prismicio/prismic-react/commit/2fb89d5a7dc3c3795a1571f37ed6b0ccdb74c68c)) +* upgrade dependencies ([#257](https://github.com/prismicio/prismic-react/issues/257)) ([32a2a11](https://github.com/prismicio/prismic-react/commit/32a2a11)) ## [3.4.0](https://github.com/prismicio/prismic-react/compare/v3.3.0...v3.4.0) (2026-02-21)