Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imagetools-core@2.1.0
 - rollup-plugin-imagetools@2.0.1
 - vite-imagetools@3.4.1
  • Loading branch information
JonasKruckenberg committed Apr 28, 2021
1 parent 02ac55a commit d9ebd63
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 5 deletions.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -46,4 +46,4 @@
"dependencies": {
"sharp": "^0.27.2"
}
}
}
11 changes: 11 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit d9ebd63

Please sign in to comment.