From 5be0d3834900ea9bd1efbba742c8143bb8a6a8bf Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 2 Oct 2023 15:38:49 +0100 Subject: [PATCH] chore(release): v1.0.0-rc.3 --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8951714..67bd41a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,54 @@ 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. +## v1.0.0-rc.3 + +[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3) + +### 🚀 Enhancements + +- ⚠️ Migrate to ipx v2 ([#988](https://github.com/nuxt/image/pull/988)) +- Add `nonce` support ([#1012](https://github.com/nuxt/image/pull/1012)) + +### 🩹 Fixes + +- **cloudinary:** Handle blur modifier correctly ([#985](https://github.com/nuxt/image/pull/985)) + +### 📖 Documentation + +- Track anonymous search queries ([dd4451e](https://github.com/nuxt/image/commit/dd4451e)) +- Add query in search event ([92f71da](https://github.com/nuxt/image/commit/92f71da)) +- Update deps ([d39eab1](https://github.com/nuxt/image/commit/d39eab1)) +- Display supported unsplash parameters as a list ([#995](https://github.com/nuxt/image/pull/995)) +- Update to ui pro ([a9cc6bd](https://github.com/nuxt/image/commit/a9cc6bd)) +- Add contribution guide ([fdc0975](https://github.com/nuxt/image/commit/fdc0975)) +- Remove stray code block ([#1016](https://github.com/nuxt/image/pull/1016)) + +### 🏡 Chore + +- Split out docs updates into separate prs ([8cb7c50](https://github.com/nuxt/image/commit/8cb7c50)) +- Expand renovate group to nuxt ui prefix ([adbdff3](https://github.com/nuxt/image/commit/adbdff3)) +- Build before releasing ([db4d4a8](https://github.com/nuxt/image/commit/db4d4a8)) +- Use explicit build command ([e638a0e](https://github.com/nuxt/image/commit/e638a0e)) + +### 🤖 CI + +- Revert codecov update ([7d120ca](https://github.com/nuxt/image/commit/7d120ca)) + +#### ⚠️ Breaking Changes + +- ⚠️ Migrate to ipx v2 ([#988](https://github.com/nuxt/image/pull/988)) + +### ❤️ Contributors + +- Daniel Roe +- Nestor Vera ([@hacknug](http://github.com/hacknug)) +- Patrik +- Thomas Rijpstra +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Joe Winger + ## v1.0.0-rc.2 [compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.1...v1.0.0-rc.2) diff --git a/package.json b/package.json index f1328bef2..25628cb68 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Nuxt Image Module", "repository": "nuxt/image", "license": "MIT", @@ -69,4 +69,4 @@ "engines": { "node": "^14.16.0 || >=16.11.0" } -} +} \ No newline at end of file