This commit is contained in:
2018-09-17 18:52:02 -07:00
parent 2b9e76e475
commit 6949aa7780
5 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
### Changelog
#### [v1.1.0](https://git.w33ble.com/w33ble/strain-tools/compare/v1.0.2...v1.1.0) (18 September 2018)
- feat: basic routing and fav nav [`3b39345`](https://git.w33ble.com/w33ble/strain-tools/commit/3b39345fa66ac4748a400e9e80e032ec9ae9697b)
- feat: show favorite strain cards [`85efbd8`](https://git.w33ble.com/w33ble/strain-tools/commit/85efbd84d1704c55a3eefae7fa2d36e7fd7f3cc2)
- fix: weird bug in StrainList [`2c60ec4`](https://git.w33ble.com/w33ble/strain-tools/commit/2c60ec4afc16f81fd6b610443091d26d278d3f81)
#### [v1.0.2](https://git.w33ble.com/w33ble/strain-tools/compare/v1.0.1...v1.0.2) (13 September 2018)
#### [v1.0.1](https://git.w33ble.com/w33ble/strain-tools/compare/v1.0.0...v1.0.1) (13 September 2018)

View File

@@ -1,6 +1,6 @@
{
"name": "strain-tools",
"version": "1.0.2",
"version": "1.1.0",
"description": "strain tools",
"main": "index",
"module": "index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "scraper",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"description": "scrapes strain info, stores for later reference",
"main": "index",

View File

@@ -1,6 +1,6 @@
{
"name": "search-site",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"main": "index",
"module": "index.mjs",

View File

@@ -1,5 +0,0 @@
import mitt from 'mitt';
const emitter = mitt();
export default emitter;