diff --git a/CHANGELOG.md b/CHANGELOG.md index f09bb8b..fad362b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.7.1](https://github.com/thomas-coldwell/expo-image-editor/compare/v1.7.0...v1.7.1) (2021-10-18) + + +### Features + +* Add release-it ([14b8398](https://github.com/thomas-coldwell/expo-image-editor/commit/14b839857c1af155939b1f4719afa943119ad47f)) + + +### Bug Fixes + +* Add yarnrc to override `yarn` cmd ([b353ac8](https://github.com/thomas-coldwell/expo-image-editor/commit/b353ac8fab8ddd37f76d914ccba72d44eeed5fc8)) +* Dependency setup ([07fc54b](https://github.com/thomas-coldwell/expo-image-editor/commit/07fc54b150f34b07a1d7699ab0ca5513087ecf70)) +* iconID prop type ([062643b](https://github.com/thomas-coldwell/expo-image-editor/commit/062643bb72fbabed555d3c3933f5681a03a50296)) +* Remove lib from checked in files ([576e4a0](https://github.com/thomas-coldwell/expo-image-editor/commit/576e4a097577a28535b9acaa3fd13e5b7cac66a4)) +* Remove workflow ([7e9f067](https://github.com/thomas-coldwell/expo-image-editor/commit/7e9f0675f6316f47b34f1dd1528b897c7520858c)) +* ts ([aee4335](https://github.com/thomas-coldwell/expo-image-editor/commit/aee4335c2e100ca3e9b6f1a05c45e45422c6fbf6)) + ### [1.6.3](https://github.com/thomas-coldwell/expo-image-editor/compare/v1.6.2...v1.6.3) (2021-08-05) diff --git a/package.json b/package.json index 4f15dea..c80059c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expo-image-editor", - "version": "1.7.0", + "version": "1.7.1", "description": "", "main": "lib/commonjs/index.js", "types": "lib/typescript/src/index.d.ts", @@ -33,6 +33,12 @@ "type": "git", "url": "https://github.com/thomas-coldwell/expo-image-editor" }, + "dependencies": { + "@miblanchard/react-native-slider": "^1.5.0", + "@react-hook/throttle": "^2.2.0", + "modal-enhanced-react-native-web": "^0.2.0", + "no-scroll": "^2.1.1" + }, "peerDependencies": { "@expo/vector-icons": "*", "expo-asset": "*", @@ -47,8 +53,6 @@ "@babel/core": "^7.8.6", "@expo/vector-icons": "^12.0.5", "@expo/webpack-config": "^0.12.11", - "@miblanchard/react-native-slider": "^1.5.0", - "@react-hook/throttle": "^2.2.0", "@release-it/conventional-changelog": "^3.3.0", "@types/lodash": "^4.14.157", "@types/react": "~16.9.35", @@ -60,9 +64,6 @@ "expo-gl": "^9.1.1", "expo-gl-cpp": "^9.1.2", "expo-image-manipulator": "^9.2.2", - "modal-enhanced-react-native-web": "^0.2.0", - "modal-react-native-web": "^0.2.0", - "no-scroll": "^2.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",