Skip to content

Commit

Permalink
4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed May 22, 2023
1 parent 9eb7b2d commit 72664c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 4.9.0

- Declare `tslib` as `dependencies` instead of `peerDependencies`. [#75](https://github.com/retyui/react-quick-pinch-zoom/pull/75) (thanks [Tim Fischbach](https://github.com/tf))

## 4.8.0

- Added [`centerContained: boolean`](https://github.com/retyui/react-quick-pinch-zoom/blob/master/docs/api/README.md#enforceboundsduringzoom-boolean) to allow ensuring that images remain centered as long as they still fit into the container. [#73](https://github.com/retyui/react-quick-pinch-zoom/pull/73) (thanks [Tim Fischbach](https://github.com/tf))
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quick-pinch-zoom",
"version": "4.8.0",
"version": "4.9.0",
"main": "cmj/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^8.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"yaspeller-ci": "^1.0.2"
},
Expand Down

0 comments on commit 72664c9

Please sign in to comment.