Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imagetools-core@2.3.0
 - rollup-plugin-imagetools@2.0.3
 - vite-imagetools@3.4.3
  • Loading branch information
JonasKruckenberg committed Apr 28, 2021
1 parent c02007e commit 7ff45b2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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.3.0](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.2.0...imagetools-core@2.3.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.2.0](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@2.1.0...imagetools-core@2.2.0) (2021-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagetools-core",
"version": "2.2.0",
"version": "2.3.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@2.0.2...rollup-plugin-imagetools@2.0.3) (2021-04-28)

**Note:** Version bump only for package rollup-plugin-imagetools





## [2.0.2](https://github.com/JonasKruckenberg/imagetools/compare/rollup-plugin-imagetools@2.0.1...rollup-plugin-imagetools@2.0.2) (2021-04-28)


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.2",
"version": "2.0.3",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.3](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.2...vite-imagetools@3.4.3) (2021-04-28)

**Note:** Version bump only for package vite-imagetools





## [3.4.2](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.1...vite-imagetools@3.4.2) (2021-04-28)


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.2",
"version": "3.4.3",
"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.2.0",
"imagetools-core": "^2.3.0",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down

0 comments on commit 7ff45b2

Please sign in to comment.