Skip to content

Commit

Permalink
chore: update versions (#66)
Browse files Browse the repository at this point in the history
* chore: update versions

* docs: cleanup changelog

* chore: fix up size limit

* feat: update size-limit report

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nam Nguyen <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 13, 2023
1 parent 35e1a70 commit 63619fa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/three-donuts-begin.md

This file was deleted.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,22 @@
},
"size-limit": [
{
"name": "createZoomImageWheel",
"path": "packages/core/dist/index.mjs",
"import": "{ createZoomImageHover }",
"limit": "200 ms"
"import": "{ createZoomImageWheel }",
"limit": "1s"
},
{
"name": "createZoomImageHover",
"path": "packages/core/dist/index.mjs",
"import": "{ createZoomImageWheel }",
"limit": "200 ms"
"import": "{ createZoomImageHover }",
"limit": "1s"
},
{
"name": "createZoomImageMove",
"path": "packages/core/dist/index.mjs",
"import": "{ createZoomImageMove }",
"limit": "200 ms"
"limit": "1s"
}
]
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zoom-image/core

## 0.3.0

### Minor Changes

- [#65](https://github.com/willnguyen1312/zoom-image/pull/65)
[`35e1a70`](https://github.com/willnguyen1312/zoom-image/commit/35e1a706aa38f96863807611c88dd2bc797a7ae9) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)!

- Add zoomed image status
- Migrate background-size to image
- Create simple store for state management

## 0.2.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": "@zoom-image/core",
"version": "0.2.1",
"version": "0.3.0",
"description": "A core implementation of zoom image",
"author": "Nam Nguyen <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 63619fa

Please sign in to comment.