From 8ce568cac13bda975e159c73a3f440e86b123329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sat, 10 Feb 2018 09:37:19 +0100 Subject: [PATCH] fix(package): Prepare version 3.0.0 --- CHANGELOG.md | 6 ++++-- README.md | 7 +++++-- package.json | 2 +- yarn.lock | 6 +++--- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bb4e8537..1040100166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## Unreleased -- fix(package): Upgrade unleash-frontend to version 3.0.0-alpha.8 +## 3.0.0 (10.02.2018) +- All changes in all 3.0.0 alpha-releases is included in this version +- fix(package): Upgrade unleash-frontend to version 3.0.0 + ## 3.0.0-alpha.10 - chore(package.json): Bump unleash-frontend to 3.0.0-alpha.7 diff --git a/README.md b/README.md index 64018abffe..531e7b1176 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ which includes a username and password, which has the rights to migrate the data _Unleash_ will, at startup, check whether database migration is needed, and perform necessary migrations. -## Start Unleash +## Using Unleash **The simplest way to get started:** (database-url can also be set as a environment variable: DATABASE_URL) @@ -83,7 +83,10 @@ $ unleash -d postgres://unleash_user:password@localhost:5432/unleash -p 4242 Unleash started on http://localhost:4242 ``` -You can also require Unleash as a lib and expand it with more options. Read more about this feature in the [getting started guide](./docs/getting-started.md). +You can also require Unleash as a lib (recommended) and expand it with more options. Read more about this feature in the [getting started guide](./docs/getting-started.md). + +### Securing Unleash +Unleash also have extension points where you can integrate Unleash with your authentication provider (OAuth 2.0). Read more about [securing unleash](./docs/securing-unleash.md). ## Run with docker We have made a separate project which runs unleash inside docker. Please see [unleash-docker](https://github.com/Unleash/unleash-docker) diff --git a/package.json b/package.json index e6f71c4eb1..99571ea417 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "prometheus-gc-stats": "^0.5.0", "response-time": "^2.3.2", "serve-favicon": "^2.3.0", - "unleash-frontend": "^3.0.0-alpha.8", + "unleash-frontend": "^3.0.0", "yallist": "^3.0.2", "yargs": "^11.0.0" }, diff --git a/yarn.lock b/yarn.lock index 34dc18339e..231dc0f722 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5777,9 +5777,9 @@ unique-temp-dir@^1.0.0: os-tmpdir "^1.0.1" uid2 "0.0.3" -unleash-frontend@^3.0.0-alpha.8: - version "3.0.0-alpha.8" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.0.0-alpha.8.tgz#be9a4e187a3b95377dfcb788a845acac03d94cff" +unleash-frontend@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.0.0.tgz#67160d907bd20dda3d6c7e795eb08ca651de81f2" dependencies: debug "^3.1.0" immutable "^3.8.1"