@toss/framer-motion
Advanced tools
Comparing version 1.1.6 to 1.1.8
@@ -6,13 +6,14 @@ # Change Log | ||
## [1.1.6](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.5...@toss/framer-motion@1.1.6) (2023-02-27) | ||
## [1.1.7](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.6...@toss/framer-motion@1.1.7) (2023-10-04) | ||
**Note:** Version bump only for package @toss/framer-motion | ||
### Bug Fixes | ||
* Fix incorrect semver in some packages ([#334](https://github.com/toss/slash/issues/334)) ([258d09a](https://github.com/toss/slash/commit/258d09a02a0075a3004762f969b4c13a5d06eecd)) | ||
## [1.1.6](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.5...@toss/framer-motion@1.1.6) (2023-02-27) | ||
**Note:** Version bump only for package @toss/framer-motion | ||
## [1.1.5](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.4...@toss/framer-motion@1.1.5) (2023-01-09) | ||
### Bug Fixes | ||
@@ -22,6 +23,2 @@ | ||
## [1.1.4](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.3...@toss/framer-motion@1.1.4) (2022-12-06) | ||
@@ -31,6 +28,2 @@ | ||
## [1.1.3](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.2...@toss/framer-motion@1.1.3) (2022-11-16) | ||
@@ -40,6 +33,2 @@ | ||
## [1.1.2](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.1...@toss/framer-motion@1.1.2) (2022-11-15) | ||
@@ -49,6 +38,2 @@ | ||
## [1.1.1](https://github.com/toss/slash/compare/@toss/framer-motion@1.1.0...@toss/framer-motion@1.1.1) (2022-11-14) | ||
@@ -58,9 +43,4 @@ | ||
# [1.1.0](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.4...@toss/framer-motion@1.1.0) (2022-11-10) | ||
### Features | ||
@@ -70,9 +50,4 @@ | ||
## [1.0.4](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.3...@toss/framer-motion@1.0.4) (2022-11-01) | ||
### Bug Fixes | ||
@@ -82,9 +57,4 @@ | ||
## [1.0.3](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.3) (2022-10-18) | ||
### Bug Fixes | ||
@@ -94,9 +64,4 @@ | ||
## [1.0.2](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.1...@toss/framer-motion@1.0.2) (2022-10-12) | ||
### Bug Fixes | ||
@@ -106,8 +71,4 @@ | ||
## [1.0.1](https://github.com/toss/slash/compare/@toss/framer-motion@1.0.0...@toss/framer-motion@1.0.1) (2022-10-11) | ||
**Note:** Version bump only for package @toss/framer-motion |
{ | ||
"name": "@toss/framer-motion", | ||
"version": "1.1.6", | ||
"version": "1.1.8", | ||
"sideEffects": false, | ||
@@ -31,3 +31,3 @@ "exports": { | ||
"@testing-library/react": "^13.3.0", | ||
"@toss/rollup-config": "^0.1.4", | ||
"@toss/rollup-config": "^0.1.5", | ||
"@tossteam/jest": "^17", | ||
@@ -48,4 +48,4 @@ "@types/babel__core": "^7", | ||
"framer-motion": "*", | ||
"react": ">=16.8.0 || ^17.0.0 || ^18", | ||
"react-dom": ">=16.8.0 || ^17.0.0 || ^18" | ||
"react": "^16.8.0 || ^17.0.0 || ^18", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18" | ||
}, | ||
@@ -67,4 +67,4 @@ "publishConfig": { | ||
}, | ||
"gitHead": "682041fa96093cea0b8f33f5af911372493f43fe", | ||
"gitHead": "6a4434621e29e014d537ae3dc0f026364b893a69", | ||
"module": "./esm/index.mjs" | ||
} |
7755