1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-09 13:01:36 +07:00

chore(release): 0.3.0

This commit is contained in:
Juan Picado @jotadeveloper 2019-09-01 13:16:44 +02:00
parent 1904179af3
commit 2890e5a27e
No known key found for this signature in database
GPG Key ID: 15AA875EF3768142
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
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.
## [0.3.0](https://github.com/verdaccio/ui/compare/v0.2.4...v0.3.0) (2019-09-01)
### Features
* add browser features to browse by version ([#125](https://github.com/verdaccio/ui/issues/125)) ([1904179](https://github.com/verdaccio/ui/commit/1904179))
### [0.2.4](https://github.com/verdaccio/ui/compare/v0.2.3...v0.2.4) (2019-08-31)

View File

@ -1,6 +1,6 @@
{
"name": "@verdaccio/ui-theme",
"version": "0.2.4",
"version": "0.3.0",
"description": "Verdaccio User Interface",
"author": {
"name": "Verdaccio Core Team"
@ -144,7 +144,7 @@
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"release": "standard-version -a -s",
"release": "standard-version -a",
"test:clean": "npx jest --clearCache",
"test:acceptance": "codeceptjs run --steps",
"test:acceptance:server": "concurrently --kill-others \"npm run verdaccio:server\" \"npm run test:acceptance\"",