Skip to content

Commit

Permalink
Version Packages (#707)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 28, 2024
1 parent 4819fc1 commit 37857f4
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-books-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-comics-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-roses-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-bulldogs-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-eels-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-rings-exercise.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.0.0

### Major Changes

- c4fdd3a: breaking: require Node 18 or newer to align with Vite and Vitest

### Minor Changes

- dc2f16f: feat: add effort directive

## 6.0.4

### Patch Changes
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": "6.0.4",
"version": "7.0.0",
"type": "module",
"types": "dist/index.d.ts",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 7.0.0

### Major Changes

- c4fdd3a: breaking: require Node 18 or newer to align with Vite and Vitest

### Minor Changes

- 7542fa5: feat: add "inline" directive
- 4819fc1: feat: caching of generated images
- dc25e4b: feat: support Vite's `server.origin` option

### Patch Changes

- 755912c: fix: use URI-decoded pathname when emitting file
- Updated dependencies [dc2f16f]
- Updated dependencies [c4fdd3a]
- imagetools-core@7.0.0

## 6.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.2.9",
"version": "7.0.0",
"type": "module",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 37857f4

Please sign in to comment.