mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix(package): Prepare version 3.0.0
This commit is contained in:
parent
e16787b604
commit
8ce568cac1
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user