From b55e657a9c5ce54c59bc1409390933dde59e46ee Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 29 Jan 2025 13:34:45 -1000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c66fba..c1c4367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/prismicio/prismic-react/compare/v2.9.2...v3.0.0) (2025-01-29) + + +### ⚠ BREAKING CHANGES + +* v3 (#214) + +### Features + +* v3 ([#214](https://github.com/prismicio/prismic-react/issues/214)) ([30df4e6](https://github.com/prismicio/prismic-react/commit/30df4e67d2fb1c02f2722d8ecb943c3250d5a690)) + ### [2.9.2](https://github.com/prismicio/prismic-react/compare/v2.9.1...v2.9.2) (2025-01-29) diff --git a/package-lock.json b/package-lock.json index e39bbd2..d7f39ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prismicio/react", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/react", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "license": "Apache-2.0", "workspaces": [ ".", diff --git a/package.json b/package.json index 4543721..0a07764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/react", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "description": "React components and hooks to fetch and present Prismic content", "keywords": [ "typescript",