Skip to content

Commit

Permalink
Merge pull request #264 from nypublicradio/mhearn/election-promo-futu…
Browse files Browse the repository at this point in the history
…re-states

Bump nypr-election-countdown to 0.2.12
  • Loading branch information
mike-hearn authored Nov 5, 2018
2 parents c25932f + 81b477d commit d9a48eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ export default function() {
return server.create('chunk', {slug: 'election-promo', content: 'election promo content'});
});

this.get('/v3/chunks/election-hub-countdown-text/', (server) => {
return server.create('chunk', {slug: 'election-promo', content: 'election hub promo content'});
});

/*------------------------------------------------------------
identity management (account) endpoints
--------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"nypr-audio-services": ">=0.5.1",
"nypr-auth": ">=0.2.3",
"nypr-django-for-ember": ">=0.3.0",
"nypr-election-countdown": ">=0.2.11",
"nypr-election-countdown": "^0.2.12",
"nypr-metrics": "~0.5.1",
"nypr-player": ">=0.3.0",
"nypr-publisher-lib": "^0.4.3",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8574,10 +8574,10 @@ nypr-django-for-ember@>=0.3.0, nypr-django-for-ember@^0.4.0:
ember-cli-htmlbars "^2.0.1"
ember-wormhole "^0.5.2"

nypr-election-countdown@>=0.2.11:
version "0.2.11"
resolved "https://registry.yarnpkg.com/nypr-election-countdown/-/nypr-election-countdown-0.2.11.tgz#6ec1c78864fbc63f33e4ea6508fa58ec5e3749eb"
integrity sha512-MZLlPRmfiAMgBR5syZFeu/NqM3mCvGtl18QKeehE8gh7F6c3PzbwgJxAhL3TzoTXhK3OFsFraKY4r4LEiYMwJw==
nypr-election-countdown@^0.2.12:
version "0.2.12"
resolved "https://registry.yarnpkg.com/nypr-election-countdown/-/nypr-election-countdown-0.2.12.tgz#102d384fc979de814275d582a3471092e65c3b85"
integrity sha512-4Kb1sgw9S2eQAmlLLRg6LUQa2R5dl+w7Bp4uw87iVoAvhPhfKZMAR2VMshMpihbfVDzGEEogteBs1wHbKY+oEQ==
dependencies:
"@fortawesome/ember-fontawesome" "^0.1.2"
"@fortawesome/free-brands-svg-icons" "^5.2.0"
Expand All @@ -8593,6 +8593,7 @@ nypr-election-countdown@>=0.2.11:
moment-timezone "^0.5.20"
nypr-countdown "^0.1.0"
nypr-publisher-lib ">=0.4.2"
nypr-ui "^0.4.2"

nypr-metrics@^0.5.0, nypr-metrics@~0.5.1:
version "0.5.1"
Expand Down Expand Up @@ -8653,7 +8654,7 @@ nypr-publisher-lib@^0.4.3:
nypr-django-for-ember ">=0.3.0"
nypr-ui ">=0.3.0"

nypr-ui@>=0.3.0, nypr-ui@^0.4.0:
nypr-ui@>=0.3.0, nypr-ui@^0.4.0, nypr-ui@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/nypr-ui/-/nypr-ui-0.4.2.tgz#2378126a14761bc625676d20a1e3f94f3a3885d6"
integrity sha512-N1YsPViHfnMWoEB+GceDR0i3yuhY2ccbpw37wDj9wMG818jkqEP/iI2jSeGT/JrMGFWuJWXWOZ7admhGxvsh+g==
Expand Down

0 comments on commit d9a48eb

Please sign in to comment.