Skip to content

Commit facc977

Browse files
committed
chore(release): 1.2.0
1 parent cc3cc27 commit facc977

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/asapzacy/uxscoreboard/compare/v1.1.1...v1.2.0) (2020-03-02)
6+
7+
8+
### Features
9+
10+
* set-up emotion ThemeProvider w base theme styles ([53699cc](https://github.com/asapzacy/uxscoreboard/commit/53699cc5b13625ee6ee4c27f673905cf018593a1))
11+
12+
13+
### Bug Fixes
14+
15+
* don't initialize|track GA events in development ([b7b0517](https://github.com/asapzacy/uxscoreboard/commit/b7b0517d4af73a1c06f7cef4e0846742108bdfe6))
16+
17+
18+
### Build System
19+
20+
* add @emotion/core, @emotion/styled deps ([544e897](https://github.com/asapzacy/uxscoreboard/commit/544e897eb8f61443d383e9691329c36466c456ab))
21+
* move around static/build assets directory structure ([32bbed1](https://github.com/asapzacy/uxscoreboard/commit/32bbed1c0854152a6668cdb2030a78bf42eb1a42))
22+
* rename/refactor npm commands ([40f526d](https://github.com/asapzacy/uxscoreboard/commit/40f526d0aa16349c557cfa7effecbd2662e4386e))
23+
24+
25+
### Others
26+
27+
* add https support for webpack|express servers in dev ([cf8c354](https://github.com/asapzacy/uxscoreboard/commit/cf8c3542a4d6152aa17ac1be22fc83460e314d03))
28+
29+
30+
### Code Refactoring
31+
32+
* replace scss modules in Item w emotion styled components ([fb4c2cc](https://github.com/asapzacy/uxscoreboard/commit/fb4c2ccfb2b76661d57a35a1129e91337773887a))
33+
534
### [1.1.1](https://github.com/asapzacy/uxscoreboard/compare/v1.1.0...v1.1.1) (2020-01-21)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asapzacy/uxscoreboard",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A sports scoreboard web app built on ES6, React, and Node.js—features MLB, NBA, NFL, NHL, and MLS (coming soon) games.",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)