Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benox3 committed Oct 19, 2019
1 parent c98e6a7 commit 062008f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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/getvinch/vinch/compare/v0.2.0...v0.3.0) (2019-10-19)


### Bug Fixes

* **firebase:** clean up imports and fix issue with tests ([4f8a91c](https://github.com/getvinch/vinch/commit/4f8a91c))


### Features

* **boards:** add display components for boards ([ab783e7](https://github.com/getvinch/vinch/commit/ab783e7))
* **boards:** add story for <Boards /> ([7a5109c](https://github.com/getvinch/vinch/commit/7a5109c))
* **boards:** hook up boards to query for groups ([b06df4a](https://github.com/getvinch/vinch/commit/b06df4a))
* **firebase:** pass in loader component for initializing ([5da8de7](https://github.com/getvinch/vinch/commit/5da8de7))
* **firebase:** rename loader node ([6735053](https://github.com/getvinch/vinch/commit/6735053))
* **firebase:** return null until firebase is initialized ([b757799](https://github.com/getvinch/vinch/commit/b757799))
* **hooks:** create useFirestoreQuery ([f13a2d1](https://github.com/getvinch/vinch/commit/f13a2d1))
* **hooks:** enable real time data updates in useFirestoreQuery ([dad875e](https://github.com/getvinch/vinch/commit/dad875e))
* **hooks:** ensure correct passed type from queryResult ([56f7421](https://github.com/getvinch/vinch/commit/56f7421))
* **hooks:** rename groups type "project" to "boards" ([7b4d4ff](https://github.com/getvinch/vinch/commit/7b4d4ff))


### Tests

* **boards:** add testing library and tests for Boards ([8d38ce6](https://github.com/getvinch/vinch/commit/8d38ce6))
* **hooks:** add tests for useGroups ([3d77ecc](https://github.com/getvinch/vinch/commit/3d77ecc))
* **hooks:** add tests to useFirestoreQuery ([e0e7b87](https://github.com/getvinch/vinch/commit/e0e7b87))
* **hooks:** clear mocks in useFireStoreQuery ([38cea74](https://github.com/getvinch/vinch/commit/38cea74))
* **hooks:** prevent firebase from hanging ([d3f4e93](https://github.com/getvinch/vinch/commit/d3f4e93))



## 0.2.0 (2019-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinch",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "npm-run-all --parallel build:*",
Expand Down

0 comments on commit 062008f

Please sign in to comment.