Skip to content

Commit

Permalink
Version Packages (#657)
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] authored Dec 1, 2023
1 parent ce8a285 commit b832857
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/two-ears-matter.md

This file was deleted.

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

## 6.0.2

### Patch Changes

- e0ba6c0: fix: corrected imports to compile with `"moduleResolution": "nodenext"`

## 6.0.1

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

## 6.2.6

### Patch Changes

- e0ba6c0: fix: corrected imports to compile with `"moduleResolution": "nodenext"`
- Updated dependencies [e0ba6c0]
- [email protected]

## 6.2.5

### 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.5",
"version": "6.2.6",
"type": "module",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit b832857

Please sign in to comment.