From df2612ce6e4346868565702441382fe5eabfc189 Mon Sep 17 00:00:00 2001 From: Zac Arellano Date: Wed, 4 Mar 2020 21:05:29 -0800 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf0d7d0..9cb5002d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ 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. +## [1.2.0](https://github.com/asapzacy/uxscoreboard/compare/v1.1.1...v1.2.0) (2020-03-05) + + +### Features + +* set-up emotion ThemeProvider w base theme styles ([53699cc](https://github.com/asapzacy/uxscoreboard/commit/53699cc5b13625ee6ee4c27f673905cf018593a1)) + + +### Bug Fixes + +* don't initialize|track GA events in development ([b7b0517](https://github.com/asapzacy/uxscoreboard/commit/b7b0517d4af73a1c06f7cef4e0846742108bdfe6)) + + +### Performance Improvements + +* use local fonts + move some static css to emotion global styles ([e7d5d82](https://github.com/asapzacy/uxscoreboard/commit/e7d5d82f4ef3e97650fa4b8d37ae379241d42ba1)) + + +### Build System + +* add @emotion/core, @emotion/styled deps ([544e897](https://github.com/asapzacy/uxscoreboard/commit/544e897eb8f61443d383e9691329c36466c456ab)) +* move around static/build assets directory structure ([32bbed1](https://github.com/asapzacy/uxscoreboard/commit/32bbed1c0854152a6668cdb2030a78bf42eb1a42)) +* rename/refactor npm commands ([40f526d](https://github.com/asapzacy/uxscoreboard/commit/40f526d0aa16349c557cfa7effecbd2662e4386e)) + + +### Others + +* add https support for webpack|express servers in dev ([cf8c354](https://github.com/asapzacy/uxscoreboard/commit/cf8c3542a4d6152aa17ac1be22fc83460e314d03)) + + +### Code Refactoring + +* replace scss modules in Item w emotion styled components ([fb4c2cc](https://github.com/asapzacy/uxscoreboard/commit/fb4c2ccfb2b76661d57a35a1129e91337773887a)) +* stop using `webfontloader` for loading custom google fonts ([8ab28fd](https://github.com/asapzacy/uxscoreboard/commit/8ab28fd8c323799b14cd83adbf4a22bf54276903)) + + +### Styling + +* spice up the homepage design ([a0e5ba2](https://github.com/asapzacy/uxscoreboard/commit/a0e5ba25732337e4571e97e5d3815d64fb23e06f)) + ### [1.1.1](https://github.com/asapzacy/uxscoreboard/compare/v1.1.0...v1.1.1) (2020-01-21) diff --git a/package.json b/package.json index 7d388c3c..f459c6d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asapzacy/uxscoreboard", - "version": "1.1.1", + "version": "1.2.0", "description": "A sports scoreboard web app built on ES6, React, and Node.js—features MLB, NBA, NFL, NHL, and MLS (coming soon) games.", "main": "server.js", "scripts": {