Skip to content

Commit

Permalink
chore(release): v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 27, 2024
1 parent 8e2a01a commit 7c5b7b2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@

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.7.1

[compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1)

### 🩹 Fixes

- **cloudinary:** Map `cover` to `lfill` mode ([#1355](https://github.com/nuxt/image/pull/1355))
- Import runtime types from module entrypoint ([#1384](https://github.com/nuxt/image/pull/1384))
- Update to latest `@nuxt/module-builder` ([#1439](https://github.com/nuxt/image/pull/1439))
- Only add preload links on server ([510e719](https://github.com/nuxt/image/commit/510e719))
- **weserv:** Map rotate operation to `ro` ([#1441](https://github.com/nuxt/image/pull/1441))

### 💅 Refactors

- Convert `<NuxtImg>` to SFC ([#1435](https://github.com/nuxt/image/pull/1435))
- Convert `<NuxtPicture>` to SFC ([#1432](https://github.com/nuxt/image/pull/1432))
- Use more `import.meta.*` properties ([#1440](https://github.com/nuxt/image/pull/1440))

### 📖 Documentation

- Update deps ([86b7d9b](https://github.com/nuxt/image/commit/86b7d9b))
- Add resolution for nuxt ui ([3a98a68](https://github.com/nuxt/image/commit/3a98a68))
- Prerender index ([59813cf](https://github.com/nuxt/image/commit/59813cf))
- Prepare before build ([#1405](https://github.com/nuxt/image/pull/1405))
- Fix inconsistent spelling ([#1421](https://github.com/nuxt/image/pull/1421))
- Capitalize title ([#1393](https://github.com/nuxt/image/pull/1393))

### 🏡 Chore

- Refresh lockfile ([5524ae6](https://github.com/nuxt/image/commit/5524ae6))
- Add subpath exports and set `type: module` ([04cd4cc](https://github.com/nuxt/image/commit/04cd4cc))
- Remove unneeded lazy from regexp ([16b20b4](https://github.com/nuxt/image/commit/16b20b4))
- Indicate compatibility with new v4 major ([#1385](https://github.com/nuxt/image/pull/1385))
- Add @danielroe to code owners ([47f8b2c](https://github.com/nuxt/image/commit/47f8b2c))
- Add `compatibilityDate` ([8e2a01a](https://github.com/nuxt/image/commit/8e2a01a))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- @beer ([@iiio2](http://github.com/iiio2))
- Gangan ([@shinGangan](http://github.com/shinGangan))
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
- Sébastien Chopin ([@atinux](http://github.com/atinux))
- Ptdev <[email protected]>

## v1.7.0

[compare changes](https://github.com/nuxt/image/compare/v1.6.0...v1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.7.0",
"version": "1.7.1",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c5b7b2

Please sign in to comment.