From 5c3107580327510c823aae71d381cc149a4cf1fa Mon Sep 17 00:00:00 2001 From: W Zhang Date: Sun, 30 Aug 2020 23:11:11 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ app.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f04d4..e93b5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.0.0](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.2...v1.0.0) (2020-08-30) + + +### Features + +* Animated bookmark list fade-in ([6d009e5](https://github.com/WeixuanZ/wink/commit/6d009e564781447fa0e827026201002b6eed0d59)) +* Bookmark editing ([692da15](https://github.com/WeixuanZ/wink/commit/692da154ac7b0ed3e313d8cc91a9e1e5cb50a5f2)) +* Bookmark system ([d435475](https://github.com/WeixuanZ/wink/commit/d435475c1f1b95fd7c5016264507d581a0c4789e)) +* Button for blurring search bar ([22e7403](https://github.com/WeixuanZ/wink/commit/22e7403ee374358880fd3601d76b9d9d0ad57536)) +* Share and reload buttons ([261efe9](https://github.com/WeixuanZ/wink/commit/261efe9c7230dfcf6557dfd516cdca4962674529)) +* Storing face track preference ([b2d5937](https://github.com/WeixuanZ/wink/commit/b2d59378fd2392f354227fb0c60c50b0e83ec0da)) + + +### Bug Fixes + +* Fixed search bar autofocus affecting camera permission prompt ([ea644c4](https://github.com/WeixuanZ/wink/commit/ea644c407991bd7b898154ccf605a26bb2b45d69)) +* **Android:** View no longer affected by keyboard ([3dfd815](https://github.com/WeixuanZ/wink/commit/3dfd8150bbfb6d217b96a41183d472e9c2b6d837)) + ## [1.0.0-alpha.2](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-08-26) diff --git a/app.json b/app.json index ade9ba1..9e8a491 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "wink", "slug": "wink", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "privacy": "public", "description": "A web browser controlled by winking", "githubUrl": "https://github.com/WeixuanZ/wink", diff --git a/package.json b/package.json index f2d886c..ae77f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "main": "node_modules/expo/AppEntry.js", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "scripts": { "start": "expo start", "android": "expo start --android",