Skip to content

Commit c91d9d7

Browse files
committed
chore(release): 1.2.0
# [1.2.0](1.1.0...1.2.0) (2020-01-13) ### Bug Fixes * **account:** accounts queries should bypass the cache ([fbecffe](fbecffe)) * **account:** fix nav selection when going from account home ([b57329f](b57329f)) * **account:** hook up account ID retrieval query ([ab59c75](ab59c75)) * **account:** restructure account section to avoid extra renders ([77d3e97](77d3e97)) * **create:** navigate to settings after account creation ([22e87dd](22e87dd)) * **homepage:** delay height calculation on homepage nav ([a90fddb](a90fddb)) * **oauth:** use window.location when setting redirect_uri ([d248d86](d248d86)) * **samplevoices:** use a class to avoid recreating the debounced fn ([33643f3](33643f3)) * **settings:** tokens were always getting the account name ([5dfa5a0](5dfa5a0)) * **voices:** create a new audio instance for each load ([30d2fff](30d2fff)) ### Features * **account:** add account creation during signup; hook up Settingss ([b2f8a7b](b2f8a7b)) * **account:** add account nav and settings styles ([d0c08bc](d0c08bc)) * **account:** add GitHub and Google oauth login with protected pages ([b9a4311](b9a4311)) * **account:** add styles to allow for multiple tokens ([ea28073](ea28073)) * **account:** hook up API key generation for an account ([c81a53c](c81a53c)) * **account:** hook up apollo client and add remote schema ([55e801e](55e801e)) * **homepage:** add video and adjust typography ([d29c115](d29c115)) * **homepage:** add video inline with poster image ([ad210d8](ad210d8)) * **homepage:** host the spokestack video and play fullscreen ([428d387](428d387)) * add speakable config and content ([166150a](166150a)), closes [#18](#18)
1 parent a5ecf7c commit c91d9d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "spokestack-website",
33
"private": true,
44
"description": "Mobile voice development platform that enables customized voice navigation for mobile and browser applications",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"author": "Timmy Willison <[email protected]>",
77
"scripts": {
88
"build": "yarn clean && gatsby build",
@@ -136,7 +136,9 @@
136136
}
137137
},
138138
"release": {
139-
"branches": ["develop"],
139+
"branches": [
140+
"develop"
141+
],
140142
"ci": false,
141143
"npmPublish": false,
142144
"pre-commit": "yarn lint:fix",

0 commit comments

Comments
 (0)