diff --git a/.changeset/hot-humans-shake.md b/.changeset/hot-humans-shake.md deleted file mode 100644 index 0e5fd854..00000000 --- a/.changeset/hot-humans-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/react-parallax": patch ---- - -The offset is now applied correctly on the initial render when cover is enabled. diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 3d3cde06..1393027a 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -20,7 +20,7 @@ "@codedazur/react-media": "^2.0.0", "@codedazur/react-notifications": "^0.1.5", "@codedazur/react-pagination": "^1.1.1", - "@codedazur/react-parallax": "^0.1.1", + "@codedazur/react-parallax": "^0.1.2", "@codedazur/react-preferences": "^1.0.1", "@codedazur/react-select": "^0.0.4", "@faker-js/faker": "^8.4.1", diff --git a/apps/website/package.json b/apps/website/package.json index 74f4c898..e61be445 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -19,7 +19,7 @@ "@codedazur/react-media": "^2.0.0", "@codedazur/react-notifications": "^0.1.5", "@codedazur/react-pagination": "^1.1.1", - "@codedazur/react-parallax": "^0.1.1", + "@codedazur/react-parallax": "^0.1.2", "next": "^14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/react-parallax/CHANGELOG.md b/packages/react-parallax/CHANGELOG.md index 7338f83e..c94accd7 100644 --- a/packages/react-parallax/CHANGELOG.md +++ b/packages/react-parallax/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/react-parallax +## 0.1.2 + +### Patch Changes + +- [`13175fd`](https://github.com/codedazur/toolkit/commit/13175fd40bddbce619374f753995fc3ffb47a790) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The offset is now applied correctly on the initial render when cover is enabled. + ## 0.1.1 ### Patch Changes diff --git a/packages/react-parallax/package.json b/packages/react-parallax/package.json index b9985fa9..f6210035 100644 --- a/packages/react-parallax/package.json +++ b/packages/react-parallax/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/react-parallax", - "version": "0.1.1", + "version": "0.1.2", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",