Skip to content

Commit

Permalink
🔖 Release v1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg authored Jun 8, 2019
1 parent dc0e280 commit fdd0612
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 9 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog

<a name="next"></a>
## next

### Added

- ✨ Update service worker skipWaiting workflow ([#137](https://github.com/kefranabg/bento-starter/issues/137)) [[f1eb09d](https://github.com/kefranabg/bento-starter/commit/f1eb09d41da9b53f97de02c17787e4914c70f9b8)]
- ✨ Add assetlinks file for android apk check [[7476d95](https://github.com/kefranabg/bento-starter/commit/7476d95a5531b2e2339e8638f4d0a2e9d9b54a66)]
- ✨ Add setup command to npm scripts ([#140](https://github.com/kefranabg/bento-starter/issues/140)) [[6705d3b](https://github.com/kefranabg/bento-starter/commit/6705d3b00f2c32f388d42426d2e83be7896fc773)]
- ✨ Improve setup command ([#173](https://github.com/kefranabg/bento-starter/issues/173)) [[1afb74a](https://github.com/kefranabg/bento-starter/commit/1afb74a8be89405399744b4f442a6c5432ec5975)]
- ✨ Update license link in README ([#184](https://github.com/kefranabg/bento-starter/issues/184)) [[f2e102e](https://github.com/kefranabg/bento-starter/commit/f2e102e86567b25d313cf1ad12a0a25b1d2d0dda)]
- ✨ Enable hashcontent name for generated files ([#145](https://github.com/kefranabg/bento-starter/issues/145)) [[82335b3](https://github.com/kefranabg/bento-starter/commit/82335b3ecd6eaa7f82088358a1558c08f49cd8c3)]

### Changed

- ⬆️ Upgrade dependencies ([#153](https://github.com/kefranabg/bento-starter/issues/153)) [[9abf4a1](https://github.com/kefranabg/bento-starter/commit/9abf4a1e3afc1910da33fcf4403f922077924613)]
- ⬆️ Upgrade dependencies ([#169](https://github.com/kefranabg/bento-starter/issues/169)) [[e5c821d](https://github.com/kefranabg/bento-starter/commit/e5c821ddfb5bc9d42fd35a554eeb85199ede0747)]
- ⬆️ Upgrade dependencies ([#178](https://github.com/kefranabg/bento-starter/issues/178)) [[88d2e20](https://github.com/kefranabg/bento-starter/commit/88d2e204f8a5b96b624864ddcc0048aa11058085)]
- ⬆️ Upgrade bundlesize dependencies ([#186](https://github.com/kefranabg/bento-starter/issues/186)) [[a201305](https://github.com/kefranabg/bento-starter/commit/a201305ffd9a4f91c56db74555e1000301b611e3)]
- 🎨 Improve lodash imports with babel-plugin-lodash ([#172](https://github.com/kefranabg/bento-starter/issues/172)) [[902eab7](https://github.com/kefranabg/bento-starter/commit/902eab784487272783b1446bc6dd917d7409c9f8)]
- 🍱 Add missing browsers icons ([#146](https://github.com/kefranabg/bento-starter/issues/146)) [[d968470](https://github.com/kefranabg/bento-starter/commit/d968470b675234fb5db1213d7b5ed01e0aa244f6)]
- 💄 Fix the activate link into navbar ([#162](https://github.com/kefranabg/bento-starter/issues/162)) [[a51f651](https://github.com/kefranabg/bento-starter/commit/a51f6515f6d1741b39eb72e7c083cc19600c08a9)]
- ♻️ Setup command refactoring ([#175](https://github.com/kefranabg/bento-starter/issues/175)) [[11cdca8](https://github.com/kefranabg/bento-starter/commit/11cdca859d9c7979d86d321bde44fe271991f746)]
- ♻️ Setup command refactoring ([#180](https://github.com/kefranabg/bento-starter/issues/180)) [[dc0e280](https://github.com/kefranabg/bento-starter/commit/dc0e28045b2cacbde13df9f5bc48c0d8abc41a0f)]
- 💬 Fix typo: replace &#x27;Optionnal&#x27; by &#x27;Optional&#x27; in README ([#124](https://github.com/kefranabg/bento-starter/issues/124)) [[1194e26](https://github.com/kefranabg/bento-starter/commit/1194e26e24c6e7cdd191b615e7e52c7c29aa8d7f)]
- 💬 Fixed typo errors [[831102a](https://github.com/kefranabg/bento-starter/commit/831102ade2fcaa47fabf0219f65acfc6e5d2a107)]
- 💬 Adding slack link to README ([#133](https://github.com/kefranabg/bento-starter/issues/133)) [[4f2a9de](https://github.com/kefranabg/bento-starter/commit/4f2a9de267d473034d61717fccc503c188273269)]
- 🔧 Update SHA-256 cert fingerprint to match playstore key [[1f003a3](https://github.com/kefranabg/bento-starter/commit/1f003a3ee76a087a60e0a27b11f515d11c0bdc08)]
- ⚡ Reduce js vendor bundle size with better lodash imports ([#148](https://github.com/kefranabg/bento-starter/issues/148)) [[4a0ffd8](https://github.com/kefranabg/bento-starter/commit/4a0ffd8ed4959719e896c4e02e40f2cbd6ca3134)]

### Removed

- 🔥 Remove README setup section ([#129](https://github.com/kefranabg/bento-starter/issues/129)) [[fd26145](https://github.com/kefranabg/bento-starter/commit/fd261456282a28ce1da62d6a1dd21ee7e8dbf799)]
- 🔥 Remove known issues from README ([#183](https://github.com/kefranabg/bento-starter/issues/183)) [[755786f](https://github.com/kefranabg/bento-starter/commit/755786f435d168fefc3b448a6f5b694b886ec112)]
- ➖ Set brotli-size dependency as optional ([#152](https://github.com/kefranabg/bento-starter/issues/152)) [[d35fa9f](https://github.com/kefranabg/bento-starter/commit/d35fa9f268c710f0e9e311131a3181ccb2001dee)]

### Fixed

- 🐛 Fix async firestore import ([#154](https://github.com/kefranabg/bento-starter/issues/154)) [[178e617](https://github.com/kefranabg/bento-starter/commit/178e617457c8814d8b724cba7661391c4690f672)]
- 🐛 Fix prettier commands execution for windows ([#156](https://github.com/kefranabg/bento-starter/issues/156)) [[909799a](https://github.com/kefranabg/bento-starter/commit/909799aa4d7d770995e318f3997a624799c17fdc)]
- ✏️ Fix contributing typo ([#135](https://github.com/kefranabg/bento-starter/issues/135)) [[0efdc24](https://github.com/kefranabg/bento-starter/commit/0efdc24a69b4c8f0973ab91ebcc89d0fe588f39b)]

### Miscellaneous

- 📝 Add setup in README ([#123](https://github.com/kefranabg/bento-starter/issues/123)) [[cb0486c](https://github.com/kefranabg/bento-starter/commit/cb0486c24688bdc9ae8a820a6df9ae15711abd6e)]
- 📝 Add code owner and code of conduct ([#130](https://github.com/kefranabg/bento-starter/issues/130)) [[44fa7d0](https://github.com/kefranabg/bento-starter/commit/44fa7d000e657e1c4a50b6b93220ffea2105d1de)]
- 📝 Add slack in contributing documentation ([#136](https://github.com/kefranabg/bento-starter/issues/136)) [[12b688e](https://github.com/kefranabg/bento-starter/commit/12b688e3121bcfb4c4e34c07b8dca894cae587ff)]
- 📝 Add bento-starter demo Play Store link in README ([#167](https://github.com/kefranabg/bento-starter/issues/167)) [[17b0ac6](https://github.com/kefranabg/bento-starter/commit/17b0ac6dd26cd489bdc81bd4d0c72e69bae5fc11)]
- 📝 Align title and images in README ([#121](https://github.com/kefranabg/bento-starter/issues/121)) [[e084399](https://github.com/kefranabg/bento-starter/commit/e084399b514ffab6328223fead89a1da5a59df3c)]


<a name="0.1.0"></a>
## 0.1.0 (2019-04-22)

### Added

- 🎉 First release [[9129ff7](https://github.com/kefranabg/bento-starter/commit/9129ff7dcb4378db4d38dc6e2649394e2da91f63)]


17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://bento-starter.netlify.com/)
[![CircleCI](https://circleci.com/gh/kefranabg/bento-starter/tree/master.svg?style=svg&circle-token=f311e2320782a12321a769faa2ef1d3cdf5e1a10)](https://circleci.com/gh/kefranabg/bento-starter/tree/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/kefranabg/bento-starter/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/vuesion/vuesion/graphs/commit-activity)
[![Dependencies](https://img.shields.io/david/kefranabg/bento-starter.svg)](https://david-dm.org/kefranabg/bento-starter)
[![DevDependencies](https://img.shields.io/david/dev/kefranabg/bento-starter.svg)](https://david-dm.org/kefranabg/bento-starter?type=dev)
<p align="center">
<img src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" alt="Npm version" target="_blank" />
<a href="https://circleci.com/gh/kefranabg/bento-starter/tree/master"><img alt="CircleCI" src="https://circleci.com/gh/kefranabg/bento-starter/tree/master.svg?style=svg&circle-token=f311e2320782a12321a769faa2ef1d3cdf5e1a10" target="_blank" /></a>
<a href="https://bento-starter.netlify.com/"><img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" /></a>
<a href="https://gitHub.com/kefranabg/bento-starter/graphs/commit-activity"><img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" /></a>
<a href="https://david-dm.org/kefranabg/bento-starter"><img alt="Dependencies" src="https://img.shields.io/david/kefranabg/bento-starter.svg" target="_blank" /></a>
<a href="https://david-dm.org/kefranabg/bento-starter?type=dev"><img alt="DevDependencies" src="https://img.shields.io/david/dev/kefranabg/bento-starter.svg" target="_blank" /></a>
<a href="https://github.com/kefranabg/bento-starter/blob/master/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" /></a>
<a href="https://join.slack.com/t/bento-starter/shared_invite/enQtNjE5OTI5MzQyMTE3LTVjYjM3YjMzMGQ4NjgzYzY5YWMwNDkyY2VmMzg4ODg0OTkwZDRhMzg3OWU0MGY1MGYwMmVjYThiMmU2YzBjODY" target="_blank"><img src="https://home-assistant.io/images/supported_brands/slack.png" height="20px" /></a>
</p>

<h1 align="center">Welcome to bento-starter :wave:</h1>

Expand Down Expand Up @@ -84,4 +87,4 @@ Want to chat with us ? 👉 [join bento-starter slack](https://join.slack.com/t

## License

[MIT](https://github.com/kefranabg/bento-starter/blob/master/LICENSE)
This project is [MIT](https://github.com/kefranabg/bento-starter/blob/master/LICENSE) licensed.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "bento-starter",
"version": "0.1.0",
"private": true,
"version": "1.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit fdd0612

Please sign in to comment.