Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.17...v2.3.0) (2020-05-19)

### Bug Fixes

* add cashing mechanics in webpack ([2d07b64](2d07b64))
* add configuration and test for deployed pr ([a7ff7f3](a7ff7f3))
* enable compression for vuetify library ([1be38dd](1be38dd))
* force lighthouse ci to check dist ([91fec39](91fec39))
* modify lighthouse config for deployed PR ([b973392](b973392))
* organize lighthouse CI for localhost and deployed versions ([1783063](1783063))
* refactor lighthouse ci ([0edc035](0edc035))
* remove npm  lines from lighthouse ([5e342ac](5e342ac))
* remove unwated extra components ([a0e34aa](a0e34aa))
* split main app-frame component ([2b3180d](2b3180d))
* try using local host without http ([30fe194](30fe194))
* tweak lighthouse budgets and urls ([ea87696](ea87696))
* update lighthouse json ([d239e66](d239e66))
* update site preview url ([0854730](0854730))
* use app-frame component in root app ([6f390cd](6f390cd))
* verify that lighthouse could do local test ([5f4a2ee](5f4a2ee))

### Features

* create reusable components for code dryness ([867356d](867356d))
* globalize the use of reusable components ([419b18c](419b18c))

### Performance Improvements

* merge branch 'bug/amb-boost-performance' of https://github.com/sniperadmin/ambianic-ui into nasr-365 ([43c77de](43c77de))
  • Loading branch information
semantic-release-bot committed May 19, 2020
1 parent bb24b9a commit b405f69
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Semantic Versioning Changelog

# [2.3.0](https://github.com/ambianic/ambianic-ui/compare/v2.2.17...v2.3.0) (2020-05-19)


### Bug Fixes

* add cashing mechanics in webpack ([2d07b64](https://github.com/ambianic/ambianic-ui/commit/2d07b645e68c19d88a0fcf92498031612e110045))
* add configuration and test for deployed pr ([a7ff7f3](https://github.com/ambianic/ambianic-ui/commit/a7ff7f3cc9dc2d66f480eb7ecb93248f46beeb17))
* enable compression for vuetify library ([1be38dd](https://github.com/ambianic/ambianic-ui/commit/1be38dde1f746323e1409849cebf563d920ac263))
* force lighthouse ci to check dist ([91fec39](https://github.com/ambianic/ambianic-ui/commit/91fec39815d70bdbb404fa743ea0252986cb2b9f))
* modify lighthouse config for deployed PR ([b973392](https://github.com/ambianic/ambianic-ui/commit/b973392fdb8eb915b69c185bba88859dece8c23c))
* organize lighthouse CI for localhost and deployed versions ([1783063](https://github.com/ambianic/ambianic-ui/commit/1783063a202c334c1a2a3f33d851bc62af05701c))
* refactor lighthouse ci ([0edc035](https://github.com/ambianic/ambianic-ui/commit/0edc03504c4da5cc5936a1151c2a891f0e9502a2))
* remove npm lines from lighthouse ([5e342ac](https://github.com/ambianic/ambianic-ui/commit/5e342ac253bc04763c83f3a4c040b6f4d7550cc4))
* remove unwated extra components ([a0e34aa](https://github.com/ambianic/ambianic-ui/commit/a0e34aa5be48375e482b249d3f604dd419c75b0e))
* split main app-frame component ([2b3180d](https://github.com/ambianic/ambianic-ui/commit/2b3180d3f8a4f0517a910b184d37ac03b3ddadf8))
* try using local host without http ([30fe194](https://github.com/ambianic/ambianic-ui/commit/30fe19433e9e4c5228d281b70a7cbc6f426ad745))
* tweak lighthouse budgets and urls ([ea87696](https://github.com/ambianic/ambianic-ui/commit/ea876969f9844bd1989b472d1809ceeb574f13a8))
* update lighthouse json ([d239e66](https://github.com/ambianic/ambianic-ui/commit/d239e667b7c8f569d38121768752608dc9768e2f))
* update site preview url ([0854730](https://github.com/ambianic/ambianic-ui/commit/08547309985ee334b38be04d46e4e09bac9432cc))
* use app-frame component in root app ([6f390cd](https://github.com/ambianic/ambianic-ui/commit/6f390cda44d52c1e6c099446787024ee73b7da49))
* verify that lighthouse could do local test ([5f4a2ee](https://github.com/ambianic/ambianic-ui/commit/5f4a2eef717f62f7d9f4929ba1fe227f3a09698f))


### Features

* create reusable components for code dryness ([867356d](https://github.com/ambianic/ambianic-ui/commit/867356d450f6de013b3a1154d463a6bbd6fe8ed2))
* globalize the use of reusable components ([419b18c](https://github.com/ambianic/ambianic-ui/commit/419b18c70268a05ef09034dbf0ab9bab0f777e87))


### Performance Improvements

* merge branch 'bug/amb-boost-performance' of https://github.com/sniperadmin/ambianic-ui into nasr-365 ([43c77de](https://github.com/ambianic/ambianic-ui/commit/43c77debe03cd0e00b43663d43bf9eded6879a54))

## [2.2.17](https://github.com/ambianic/ambianic-ui/compare/v2.2.16...v2.2.17) (2020-05-16)


Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambianic-ui",
"version": "2.2.17",
"version": "2.3.0",
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
"author": "Ivelin Ivanov",
"license": "Apache-2.0",
Expand Down Expand Up @@ -92,6 +92,9 @@
"text",
"json"
],
"extension": [".js", ".vue"]
"extension": [
".js",
".vue"
]
}
}

0 comments on commit b405f69

Please sign in to comment.