From d9ebd631a9eecd2dd65b28ba01c12cdddb4e3a4e Mon Sep 17 00:00:00 2001 From: JonasKruckenberg Date: Wed, 28 Apr 2021 07:52:37 +0000 Subject: [PATCH] Publish - imagetools-core@2.1.0 - rollup-plugin-imagetools@2.0.1 - vite-imagetools@3.4.1 --- packages/core/CHANGELOG.md | 17 +++++++++++++++++ packages/core/package.json | 4 ++-- packages/rollup/CHANGELOG.md | 11 +++++++++++ packages/rollup/package.json | 2 +- packages/vite/CHANGELOG.md | 12 ++++++++++++ packages/vite/package.json | 4 ++-- 6 files changed, 45 insertions(+), 5 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cc0acb9f..7c8452d0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@0.1.0...imagetools-core@2.1.0) (2021-04-28) + + +### Bug Fixes + +* exclude test files from generated types ([a86d29c](https://github.com/JonasKruckenberg/imagetools/commit/a86d29c0b070b57860878fe80627d402eea82eaf)) + + +### Features + +* Add aspect ratio support to the resize directive ([#71](https://github.com/JonasKruckenberg/imagetools/issues/71)) ([8e905da](https://github.com/JonasKruckenberg/imagetools/commit/8e905da98b9878973b79dcc36c770547bb49058f)) +* Adding `ar` shorthand for aspect and support for numeric values for aspect ([#74](https://github.com/JonasKruckenberg/imagetools/issues/74)) ([e96b7e3](https://github.com/JonasKruckenberg/imagetools/commit/e96b7e322a50768e7a8b395af42035c53dcb76d8)) + + + + + # [2.0.0](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@0.1.0...imagetools-core@2.0.0) (2021-04-12) **Note:** Version bump only for package imagetools-core diff --git a/packages/core/package.json b/packages/core/package.json index 91adc2a9..201902e6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "imagetools-core", - "version": "2.0.0", + "version": "2.1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -46,4 +46,4 @@ "dependencies": { "sharp": "^0.27.2" } -} \ No newline at end of file +} diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index d6e89d3a..b0bda06c 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@0.0.0...rollup-plugin-imagetools@2.0.1) (2021-04-28) + + +### Bug Fixes + +* exclude test files from generated types ([a86d29c](https://github.com/JonasKruckenberg/imagetools/commit/a86d29c0b070b57860878fe80627d402eea82eaf)) + + + + + # [2.0.0](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@0.0.0...rollup-plugin-imagetools@2.0.0) (2021-04-12) **Note:** Version bump only for package rollup-plugin-imagetools diff --git a/packages/rollup/package.json b/packages/rollup/package.json index e72b5599..08b54b9d 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-imagetools", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 0518cf3b..4ce08810 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.1](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0...vite-imagetools@3.4.1) (2021-04-28) + + +### Bug Fixes + +* exclude test files from generated types ([a86d29c](https://github.com/JonasKruckenberg/imagetools/commit/a86d29c0b070b57860878fe80627d402eea82eaf)) +* **vite-imagetools:** Add a more helpful error message when no images could be generated during dev mode ([e62b1bb](https://github.com/JonasKruckenberg/imagetools/commit/e62b1bb6b0b7a0c7c67dbcda1350864847718053)) + + + + + # 3.4.0 (2021-04-12) **Note:** Version bump only for package vite-imagetools diff --git a/packages/vite/package.json b/packages/vite/package.json index ddadcaca..0e1fe961 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite-imagetools", "description": "Load and transform images using a toolbox of import directives!", - "version": "3.4.0", + "version": "3.4.1", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -33,7 +33,7 @@ }, "dependencies": { "@rollup/pluginutils": "^4.1.0", - "imagetools-core": "^2.0.0", + "imagetools-core": "^2.1.0", "magic-string": "^0.25.7" }, "devDependencies": {