Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-12-03)

### Bug Fixes

* **404:** fix styles for 404 page ([90bfc0e](90bfc0e))
* **about:** copy edits ([8edcb04](8edcb04))
* **blog:** fix author query ([02fc665](02fc665))
* **blog:** the blog nav should list blog pages ([5b7e967](5b7e967))
* **code:** fix margin for code blocks ([f5f984c](f5f984c))
* **config:** add logo and update manifest; add GA ([be707d8](be707d8))
* **content:** add background to inline code blocks; favicon update ([1755924](1755924))
* **docs:** fix mobile nav selection on load in prod ([719b057](719b057))
* **docs:** order docs pages by a unique, readable navId for each page ([5fd7027](5fd7027))
* **favicon:** change favicon to the logo mark ([397c8f6](397c8f6))
* **favicon:** fix transparency in favicon ([07ecc55](07ecc55))
* **favicon:** make favicon circle with a background ([a1d21e6](a1d21e6))
* **homepage:** address QA ([a6979ed](a6979ed))
* **homepage:** fix 1 pixel blue line ([473fbe8](473fbe8))
* **homepage:** fix background color on benefits cards ([cb75ff8](cb75ff8))
* **homepage:** fix header background cutoff ([cec38fa](cec38fa))
* **homepage:** fix margin bottom for header ([5134f9e](5134f9e))
* **homepage:** fix partial pixel render for retina screens ([117fda0](117fda0))
* **homepage:** update the nav on scroll using IntersectionObserver ([1b2cc32](1b2cc32))
* **layout:** ensure 1 100% width column on mobile for code blocks ([201db3c](201db3c))
* **links:** darken :visited color ([8df35fd](8df35fd))
* **nav:** fix nav placement when JS is disabled ([b7ad813](b7ad813))
* hide blog, swap noel's avatar, default about to story ([6264439](6264439))
* some QA; fix link colors, fix layout on blog ([cb2a8c5](cb2a8c5))
* **nav:** fix weird prod-only style issue with the contact btn ([4530307](4530307))

### Features

* **about:** add copy for the story page ([4215407](4215407))
* **about:** add team page; hide story page until copy comes ([0672f6e](0672f6e))
* **blog:** add example blog post ([6e0030d](6e0030d))
* **buildout:** add typography and nav ([015fd4b](015fd4b))
* **docs:** generate docs and provide an 'Edit on GitHub' link ([134bbb4](134bbb4))
* **docs:** new multi-layered nav with mobile support ([f7384ad](f7384ad))
* **homepage:** add custom nav with animation to homepage ([d88027f](d88027f))
* **homepage:** add usage diagram ([29261d1](29261d1))
* **homepage:** all new copy and features list ([17a77a5](17a77a5))
* **homepage:** build out homepage; hide things not ready ([bf362e1](bf362e1))
* **homepage:** hook up new voices sample component ([5979a7b](5979a7b))
* **team:** update team members and team titles ([4975338](4975338))
* **voices:** style new component for sampling voices ([cc5cba1](cc5cba1))
  • Loading branch information
timmywil committed Dec 3, 2019
1 parent 0fed07a commit e5e6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spokestack-website",
"private": true,
"description": "Mobile voice development platform that enables customized voice navigation for mobile and browser applications",
"version": "0.1.0",
"version": "1.0.0",
"author": "Timmy Willison <[email protected]>",
"scripts": {
"build": "yarn clean && gatsby build",
Expand Down

0 comments on commit e5e6074

Please sign in to comment.