Skip to content

Commit

Permalink
chore(release): 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-coldwell committed Oct 18, 2021
1 parent b693374 commit 3f045db
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "*",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3f045db

Please sign in to comment.