Skip to content

Commit 1936b4a

Browse files
committed
chore(release): 1.3.0
1 parent d96fe6b commit 1936b4a

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
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.3.0](https://github.com/asapzacy/uxscoreboard/compare/v1.1.1...v1.3.0) (2020-03-05)
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+
### Performance Improvements
19+
20+
* use local fonts + move some static css to emotion global styles ([e7d5d82](https://github.com/asapzacy/uxscoreboard/commit/e7d5d82f4ef3e97650fa4b8d37ae379241d42ba1))
21+
22+
23+
### Build System
24+
25+
* add @emotion/core, @emotion/styled deps ([544e897](https://github.com/asapzacy/uxscoreboard/commit/544e897eb8f61443d383e9691329c36466c456ab))
26+
* move around static/build assets directory structure ([32bbed1](https://github.com/asapzacy/uxscoreboard/commit/32bbed1c0854152a6668cdb2030a78bf42eb1a42))
27+
* rename/refactor npm commands ([40f526d](https://github.com/asapzacy/uxscoreboard/commit/40f526d0aa16349c557cfa7effecbd2662e4386e))
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+
* stop using `webfontloader` for loading custom google fonts ([8ab28fd](https://github.com/asapzacy/uxscoreboard/commit/8ab28fd8c323799b14cd83adbf4a22bf54276903))
34+
35+
36+
### Styling
37+
38+
* spice up the homepage design ([a0e5ba2](https://github.com/asapzacy/uxscoreboard/commit/a0e5ba25732337e4571e97e5d3815d64fb23e06f))
39+
40+
41+
### Others
42+
43+
* **release:** 1.2.0 ([df2612c](https://github.com/asapzacy/uxscoreboard/commit/df2612ce6e4346868565702441382fe5eabfc189))
44+
* add https support for webpack|express servers in dev ([cf8c354](https://github.com/asapzacy/uxscoreboard/commit/cf8c3542a4d6152aa17ac1be22fc83460e314d03))
45+
546
## [1.2.0](https://github.com/asapzacy/uxscoreboard/compare/v1.1.1...v1.2.0) (2020-03-05)
647

748

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.2.0",
3+
"version": "1.3.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)