Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - imagetools-core@0.1.0-next.13
 - rollup-plugin-imagetools@0.0.0-next.1
 - vite-imagetools@3.4.0-next.3
  • Loading branch information
JonasKruckenberg committed Apr 6, 2021
1 parent 6a13cac commit f4aef75
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.

# [0.1.0-next.13](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@0.1.0-next.12...imagetools-core@0.1.0-next.13) (2021-04-06)

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





# [0.1.0-next.12](https://github.com/JonasKruckenberg/vite-imagetools/compare/imagetools-core@0.1.0-next.11...imagetools-core@0.1.0-next.12) (2021-04-05)

**Note:** Version bump only for package imagetools-core
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": "0.1.0-next.12",
"version": "0.1.0-next.13",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.0.0-next.1 (2021-04-06)


### Bug Fixes

* correctly replace image references in chunks ([bdd9b6f](https://github.com/JonasKruckenberg/imagetools/commit/bdd9b6f278db06a840bab63949ff484edb3686a8))


### Features

* add rollup integration ([2fd9ca7](https://github.com/JonasKruckenberg/imagetools/commit/2fd9ca7e1b945d023e9305f0172763fc991bfdb4))
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-imagetools",
"version": "0.0.0-next.0",
"version": "0.0.0-next.1",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"imagetools-core": "^0.1.0-next.11",
"imagetools-core": "^0.1.0-next.13",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0-next.3](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.2...vite-imagetools@3.4.0-next.3) (2021-04-06)


### Bug Fixes

* mark force option as deprecated ([23b0aef](https://github.com/JonasKruckenberg/imagetools/commit/23b0aef57e363aa314222cc869d2e1f85e29e118))


### Features

* add rollup integration ([2fd9ca7](https://github.com/JonasKruckenberg/imagetools/commit/2fd9ca7e1b945d023e9305f0172763fc991bfdb4))





# [3.4.0-next.2](https://github.com/JonasKruckenberg/vite-imagetools/compare/vite-imagetools@3.4.0-next.1...vite-imagetools@3.4.0-next.2) (2021-04-05)

**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-next.2",
"version": "3.4.0-next.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": "^0.1.0-next.11",
"imagetools-core": "^0.1.0-next.13",
"magic-string": "^0.25.7"
},
"devDependencies": {
Expand Down

0 comments on commit f4aef75

Please sign in to comment.