Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Bumped version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Jan 28, 2018
1 parent 043bd28 commit 160f9aa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
### Version 0.2.8
- Simplify spinner (#176)
- Update tslint-react from 3.2.0 to 3.3.3 (#179)
- Update @types/jest in / from 21.1.9 to 21.1.10 (#177)
- Update jest-enzyme in / from 4.0.1 to 4.0.2 (#178)
- yarn.lock rebuild (#180)
- Update react-ga in / from 2.3.5 to 2.4.0 (#182)
- Don't expose 3rd party secrets (#183)
- Initialize firebase connection (#184)
- React on collection changes (#185)
- More appropriate HOC component name (#186)
- Send coverage to Codacy (#188)
- Update & remove dependencies (#189)
- Update @types/reactstrap in / from 5.0.6 to 5.0.8 (#190)
- Update @types/jest in / from 22.0.0 to 22.0.1 (#191)
- Update @types/reactstrap in / from 5.0.8 to 5.0.9 (#192)
- Update ts-jest in / from 22.0.0 to 22.0.1 (#194)
- Update @types/reactstrap in / from 5.0.9 to 5.0.10 (#193)
- Manual yarn rebuild (#195)
- Update react-ga in / from 2.4.0 to 2.4.1 (#198)
- Update typeface-roboto from 0.0.45 to 0.0.50 (#199)
- Update prettier from 1.9.2 to 1.10.1 (#197)
- Update prettier in / from 1.10.1 to 1.10.2 (#200)
- Update tslint-react in / from 3.3.3 to 3.4.0 (#204)
- Update react-scripts-ts in / from 2.8.0 to 2.12.0 (#206)
- Update firebase in / from 4.8.1 to 4.9.0 (#203)
- Bump some of the dependecies (#209)
- Update react-scripts-ts in / from 2.12.0 to 2.13.0 (#212)
- Update lint-staged in / from 6.0.1 to 6.1.0 (#216)
- Update typeface-roboto in / from 0.0.50 to 0.0.54 (#215)
- Update @types/jest in / from 22.0.1 to 22.1.0 (#214)
- Update @types/enzyme in / from 3.1.7 to 3.1.8 (#213)
- Update @types/reactstrap in / from 5.0.11 to 5.0.12 (#217)
- Fetch github contributions (#187)

### Version 0.2.7
- Update react in / from 16.1.0 to 16.1.1 (#136)
- Update typeface-roboto from 0.0.43 to 0.0.45 (#138)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "src.kornicameister.github.io",
"homepage": "http://kornicameister.github.io/korni",
"version": "0.2.7",
"version": "0.2.8",
"private": true,
"lint-staged": {
"src/**/*.{ts,tsx}": [
Expand Down

0 comments on commit 160f9aa

Please sign in to comment.