From 4955840a56a70c5fbc951dcc6662403967557879 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Tue, 4 Feb 2025 16:47:50 +0100 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c79a3c..57882eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ # Changelog 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. + +## [7.0.0](https://github.com/capacitor-community/in-app-review/compare/v6.0.0...v7.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* update to Capacitor 7 (#71) + +### Features + +* update docs ([816a7a2](https://github.com/capacitor-community/in-app-review/commit/816a7a261324fa20913878eac82373cf0f946eaf)) +* update to Capacitor 7 ([#71](https://github.com/capacitor-community/in-app-review/issues/71)) ([762b31d](https://github.com/capacitor-community/in-app-review/commit/762b31d9a7e7ab4ff891ae2736019137bfbff9c5)) + +# Changelog + +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. diff --git a/package-lock.json b/package-lock.json index 75cafcc..6cfa19f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/in-app-review", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/in-app-review", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "devDependencies": { "@capacitor/android": "^7.0.0", diff --git a/package.json b/package.json index 4945225..42da696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/in-app-review", - "version": "6.0.0", + "version": "7.0.0", "description": "Lets you prompt users to submit app store ratings and reviews without leaving your app - using platform native dialogs.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",