Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update semantic-ui-react to the latest version 🚀 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 19, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.79.0 of semantic-ui-react was just published.

Dependency semantic-ui-react
Current Version 0.78.3
Type dependency

The version 0.79.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of semantic-ui-react.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 21 commits.

  • 36d8469 0.79.0
  • 950544c docs(carbonads): setup carbon ads (#2664)
  • 30edbc8 fix(Checkbox): only add "fitted" class if label is nil (#2660)
  • 564bf8a chore(package): restore babel option modules: false for ESM builds (#2663)
  • 3af0503 chore(package): switch to babel-preset-env (#2594)
  • 929ce43 chore(changelog): capture all PRs (#2659)
  • 7ac06c4 fix(Modal): fix positioning when 'as' prop is a component (#2623)
  • ce3586e breaking(Pagination): rename ariaLabel prop aria-label (#2607)
  • 80c987d docs(readme): add Distense to the built with list (#2655)
  • 54f6cfa docs(Responsive): fix spelling (#2653)
  • b7284aa fix(factories): fix typo in exception (#2645)
  • 36221c0 docs(Search): debounce search change handler #2650
  • 2bd1c3d fix(Input): add missing accept prop (#2647)
  • 9805d59 Update README.md (#2644)
  • 3c408fa fix(Visibility): cancel RAF on component unmount (#2635)

There are 21 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Apr 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 4, 2018

Version 0.79.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 5f92b97 0.79.1
  • de5d0ab fix(CarbonAd): prevent duplicate ads (#2701)
  • 1a38866 docs(List): fix typo (#2698)
  • c1fbfe6 docs(layouts): fix typo in GridLayout (#2695)
  • c1119e0 fix(readme): microsoft url
  • 9f2ced9 docs(readme): add microsoft teams (#2685)
  • 371c4e4 fix(Search): strict validation to avoid errors when not using title (#2654)
  • 61c5146 fix(docs): show vertically divided grid in grid layout (#2677)
  • 1290c67 fix(Popup-test): fix typo
  • 391fc06 feat(Popup): add keepInView prop (#2472) (#2569)
  • d895cec fix(icon): omit aria-hidden attr when aria-label prop is truthy (#2666)
  • 5feb5a5 docs(usage): fix missing space (#2667)
  • d285ff2 docs(ads): prevent height jitter
  • f6c3198 chore(package): remove changelog deploy scripts
  • d3ac182 fix(docs): uncomment ad preference [ci skip]

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2018

Version 0.80.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • 93f4b9c 0.80.0
  • e3ac2bd breaking(Tab): change menu.aligned prop to menuPosition and infer menu.tabular from it (#2499)
  • 8114d8b chore(package): use Babel 7 (#2750)
  • 386732a chore(circle): add missing build key
  • dd1b88a chore(circle): fix indentation
  • d3d0e90 chore(circle): fix ignore gh-pages config
  • d57b054 chore(package): use keyboard-key package (#2707)
  • 94e5684 feat(Button): add role prop (#2752)
  • cc7d9ee fix(Dropdown): stop onOpen from firing twice on icon click (#2744)
  • f7f0cce feat(Dropdown): allow autoComplete on DropdownSearchInput (#2738)
  • 4aad23b docs(Table): rename TableExampleStriped example (#2739)
  • 7e55c7d chore(package): Prettier integration (#2597)
  • 1b14e83 docs(List): fix duplicate Types sections (#2724)
  • 8e769c0 feat(Responsive): add getWidth prop, fix perf (#2621)
  • a737eff fix(docs): fix import regex (#2684) (#2706)

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 0.80.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

  • 62dde6b 0.80.1
  • 2fe158c chore(carbonads): update script src
  • b0a9a91 docs(Form): fix group variations typo (#2823)
  • 99b6a57 feat(factories): add autoGenerateKey option (#2424)
  • cd73084 feat(docs): improve ux (#2820)
  • 70f699b docs(ModalExampleScrollingContent): your description (#2815)
  • 14b7eca fix(docs): Fixing doc navigation link issues (#2760)
  • 4f82da4 fix(Popup) popup appearing in wrong position when open prop is set (#2775)
  • 0ea06ae fix(checkbox): pass disabled prop to input (#2800)
  • 447f96b fix(ComponentExample): clipboard and active state (#2796)
  • 958716b docs(readme): add accessible, simplify built with
  • 9db8c40 docs(readme): simplify and focus content (#2806)
  • 7feb85b fix(ComponentExample): fix href in copy link button (#2792)
  • ca13232 fix(mixed): fix mixed warnings in tests (#2793)
  • 6a22434 feat(factories): support functions (#2790)

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 0.80.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 136585f 0.80.2
  • 24009b6 chore(CI): use prebuilt image (#2833)
  • 02f9f06 feat(Visibility): add updateOn prop (#2791)
  • 12a3731 chore(package): update babel to latest (#2832)
  • b8b3dd8 docs(changelog): update changelog [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 3, 2018

Version 0.81.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • 290fa40 0.81.0
  • b2361f7 fix(ComponentExample): remove filter effect (#2866)
  • 7470144 docs(routes): fix layout component imports
  • 011c495 fix(docs): lowercase src/layouts git index
  • 576dacb refactor(docs): normalize dir naming and casing (#2863)
  • fd269d6 refactor(eventStack): make eventStack immutable (#2837)
  • 5ebeedf feat(Dropdown): open to side with most space left #720 (#2817)
  • ecd238e test(Search): fix tests on second run (#2859)
  • 9d5889d fix(getComponentInfo): subcomponents from js files (#2862)
  • 3a30105 chore(tests): fail on console activity (#1542)
  • 500df9a BREAKING(package): update SUI to 2.3 (#2657)
  • b298d59 refactor(_meta): replace with build time JSON (#2840)
  • 2d2d509 chore(package): add types property (#2857)
  • 0ec84c9 fix(Sticky): prevent npe error after unmount of component (#2854)
  • 7e79cd3 chore(package): remove node-sass (#2850)

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2018

Version 0.81.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • b44681e 0.81.1
  • 9360d31 chore(gulp): fix dist:clean task (#2871)
  • 666facd fix(routes): fix an import in routes of docs (#2870)
  • 19bec81 docs(changelog): update changelog [ci skip]
  • 65a11dd chore(gulp): fix deploy docs task path

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 26, 2018

Version 0.81.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 22 commits.

  • c8fabc7 0.81.2
  • 95429e6 feat(Dropdown): lazyLoad prop for menu items (#1918)
  • 9af142e fix(Popup): remove semi from typings
  • eae01ad fix(Input): fix icon order to ensure rounded border is kept (#2507)
  • 06ab95f feat(Popup): add context prop (#2934)
  • 02af086 fix(Icon): fix handling of aria-label (#2947)
  • 7da1dd0 docs (Search): update layout for search example to accommodate code (#2948)
  • caee404 chore(typings): update TypeScript and use tslint-config-airbnb (#2942)
  • 1f01e14 chore(package): add sideEffects: false for Webpack 4 (#2941)
  • e90cc89 chore(package): use shallowequal instead of fbjs and use alias in docs (#2940)
  • 4549d14 docs(assets): move images to /public (#2935)
  • 0d00166 feat(Sidebar): add lifecycle handlers (#2845)
  • 3a594ba fix(examples): webpack 3 App direct import description (#2929)
  • 55e9388 fix(Docs): Add babel-polyfill so that the Docs work in IE11 (#2884)
  • 43793ae Fix automatic upward logic in IE11. (#2885)

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2018

Version 0.81.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 487eacf 0.81.3
  • ea0f5ae fix(Portal): remove non-working style prop (#2958)
  • e2e9c1e fix(Dropdown): fix double onClose() after blur (#2959)
  • f23d42d feat(Flag): export names in typings (#2957)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2018

Version 0.82.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • f3a8ea5 0.82.0
  • a27a917 feat(Input): expose select() method from ref (#2928)
  • a9de819 chore(package): fix changelog script stdout overflow
  • e71c570 chore(circle): cycle cache keys
  • d6b94dc fix(Search): fix definition of resultRenderer prop in typings (#2962)
  • e30a7fd test(Dimmer|Sidebar): add missing tests (#2978)
  • 61abfa5 docs(Usage): fix version of SUIR (#2977)
  • 33a49da fix(Dropdown): allow defaultValue to be a boolean (#2972)
  • 1d795bc BREAKING(package): update to React 16 (#2880)
  • 6484449 docs(changelog): update changelog [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 22, 2018

Version 0.82.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • de94ba7 0.82.1
  • 55f4c25 docs(IconExampleLoadingGroup): fix sun icon
  • 45a1eb5 docs(IconExampleIconGroup): fix circle outline
  • 6fe3d1d fix(Popup) Removing dead line of code (#3025)
  • dfbb52a docs(Layouts): add new layout with Grid (#3023)
  • 63d7175 fix(Portal): use portalNode to check focus (#3015)
  • 16fea89 docs(Layouts): fix size variables in HomepageLayout (#3014)
  • ffc8cfd docs(Button): update ButtonExampleAnimated to match SemanticICONS type (#3008)
  • a9e0aae fix(EventStack): fix erroneous removal of non-empty EventPool (#2992)
  • 972b999 fix(Icon): add 'file text outline' type (#2993)
  • 22e571e fix(Modal): use eventStack to handle clicks on dimmers (#2989)
  • eb6a949 fix(Input): add lang prop for input fields (#2982)
  • 6edc7f7 docs(plugins): add a plugin for collect sources of examples (#2986)
  • b496fba docs(views): wrap each view with divs (#2985)
  • 65ee4ba chore(package): fix postdeploy:docs script

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 7, 2018

Version 0.82.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 43a5830 0.82.2
  • 45fbf29 docs(perf): refactor ComponentControls (#3069)
  • afad3c2 fix(Modal): prevent resize loop for full screen height (#3024)
  • 0651bd1 fix(Sidebar): clear timer when unmounting (#3052)
  • be0f836 fix(Dropdown): fix additionLabel definition (#3055)
  • a12205a docs(Examples): use react-source-render (#3065)
  • cd29a3a chore(package): use react 16.4 in docs and tests (#3068)
  • 1292121 chore(package): update Babel dependencies (#3067)
  • 4295b56 docs(IconExampleFitted): better demonstrate fitted (#3058)
  • 07c7143 chore(ignore): add tmp directory
  • d844dea docs(sidebar): improve search layout
  • 305a66e docs(src): fix Sidebar filter and Intro editors (#3044)
  • 085439c test(Rating): clean up tests (#3041)
  • 8c532b3 docs(ComponentExample): push unpushed changes
  • e786724 docs(ComponentExample): fix and improve edit experience (#3038)

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 22, 2018

Version 0.82.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • ea1e158 0.82.3
  • edc2a7d fix(Icon): update icon names (#3092)
  • a586233 docs(Item): cleanup examples (#3082)
  • df7c354 chore(package): update Babel to RC1 (#3086)
  • 5ead3ac chore(build): fixes for UMD build (#3085)
  • 41f3729 docs(ComponentExample): fix children display (#3070)
  • a44b740 chore(package): bump react-sandbox-render (#3084)
  • 21ccf77 fix(Message): export size prop in typings (#3083)
  • 814f159 chore(config): remove unused options (#3080)
  • 4d3c82c docs(build): fix reloading of examples sources (#3075)
  • aae3bff docs(ComponentControls): fix overflow issue
  • b726daf docs(changelog): update changelog [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 0.82.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • f20c985 0.82.4
  • 01ef927 fix(Popup): missing CSS style update (#3109)
  • b5c76fb fix(EventStack): fix compatibility with IE11 (#3124)
  • f04d218 fix(Dropdown): fix deepEqual bug (#3104)
  • bf8adb8 chore(package): update babel-plugin-filter-imports (#3145)
  • bfb6799 chore(build): fix prettier imports (#3142)
  • 9d36af3 fix(customPropTypes): allow to pass an object to "as" (#3139)
  • 4d0688a chore(package): update deps (#3131)
  • 24d4334 chore(package): update Babel 7 (#3129)
  • bdce24a docs(README): fix CircleCI image (#3128)
  • 49955ac feat(List): allow overriding role prop (#3125)
  • ac7cd79 fix(Dropdown): override onChange in DropdownSearchInput (#3123)
  • 1ae2781 fix(docs): fix issues with local builds (#3098)
  • 33dae84 chore(stale): increase to 180 days
  • 058394c docs(changelog): update changelog [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 627a24a 0.82.5
  • 2907a26 fix(EventStack): fix issues with event handling (#3148)
  • b75cc96 docs(changelog): update changelog [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 20, 2018

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • b00791b 0.83.0
  • d7afd42 docs(Ads): fix rendering in SSR (#3218)
  • 79fa053 fix(Input): fix typings for onChange (#3230)
  • 199eef6 docs(Layouts): fix examples with incorrect props (#3227)
  • 845c347 docs(Ads): fix multiple ads (#3215)
  • 87f467a chore(build): update babel deps, fix production build of docs and build on Windows (#3214)
  • cd48e37 docs(Search): fix resolver imports (#3213)
  • daf71d5 docs(README): fix link to CSS Usage page (#3212)
  • 201ff7a fix(typings): fix definition for SemanticShorthandItemFunc (#3204)
  • a0fee7d docs(Prototypes): add example integration with redux-form (#3203)
  • 0b34d9b docs(mixed): add MDX support, update pages, styling updates (#3196)
  • 73f52b1 BREAKING(eventStack): fix issues with event subscriptions (#3189)
  • a779351 feat(Sidebar): add target prop (#3191)
  • d5697d4 chore(Sidebar): use EventStack component (#2990)
  • 3ceee24 chore(package): update to SUI 2.4.0 (#3162)

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2018

Update to this version instead 🚀

Commits

The new version differs by 38 commits.

  • 95270f2 0.84.0
  • 8e440fa docs(formatCode): make noop in SSR
  • 3b098e4 docs(formatCode): make SSR compatible
  • d2f74a6 fix(Checkbox): match DOM checkbox behavior (#2748)
  • dd2e32a docs(fix): reorganized usage guide for new users (#3325)
  • 132e73f feat(Button) : Add aria-pressed attribute for toggle button (#3330)
  • 93c918b chore(Dimmer): use createRef() API and componentDidUpdate() (#3320)
  • 22fe8ed fix(Dropdown): clear searchQuery on item selection by mouse click (#3317)
  • 1b513d0 docs(Layouts): fix HomepageLayout (#3319)
  • 5e20131 docs(Layouts): update FixedMenuLayout (#3316)
  • 784c90b feat(Icon): support positions in corner prop (#3315)
  • e672e11 fix(ComponentExample): fix crash on show HTML (#3314)
  • d5767c1 Conditionally set Rating and RatingIcon tabIndex when element is disabled (#3308)
  • d958945 fix(Popup): remove logic with setSafeState() (#3301)
  • 520accc feat(Dropdown): noResultsMessage prop can be a node (#3177)

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 4, 2019

Update to this version instead 🚀

Commits

The new version differs by 27 commits.

  • f735a58 fix(Dropdown): prevent calling onChange unless value changed (#3391)
  • d56ce71 fix(Portal): fix onBlur handling in IE11 (#3407)
  • 7949159 feat(Ref): add support for forwardRef API (#3405)
  • a263d64 fix(Popup): default open position (#3029)
  • 4f8b001 docs(ComponentExample): allow to disable HTML preview (#3404)
  • c1be2d4 docs(Examples): add ability to export examples to CodeSandbox (#3399)
  • 088586f fix(docs): fix a polyfill loading for IE11 (#3395)
  • 211c3d6 feat(Popup): add disabled prop (#3377)
  • f2c39cb fix(Icon): update typings for corner prop (#3393)
  • d363d34 chore(package): update karma and webpack (#3383)
  • 28f81b2 chore(package): upgrade keyboard-key (#3390)
  • a03d7dc chore(tests): make reporter more silent (#3382)
  • 9ca7bc3 fix(Checkbox): prevent onClick from being called twice (#3351)
  • cda2a2f fix(Input): add select to type definitions (#3380)
  • d53b354 docs(Responsive): clarify SSR usage (#3373)

There are 27 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • afc9f74 0.86.0
  • 24bc22b perf(docs): improve doc examples performance (#3497)
  • 15f8285 docs(Search): remove imports of other examples (#3494)
  • 5ce220f fix(Tab): panes type definition (#3496)
  • 84a7434 docs(carbon): fix ad size
  • a0c71d9 fix(Pagination): update handling of onClick for ellipsisItem (#3493)
  • 25e382e fix(Dropdown): not calls onChange when value is not changed on item click (#3482)
  • 5d078aa docs(Breadcrumb): rework and clarify component examples (#3488)
  • 5940fd8 docs(CodeSandbox): fix broken icon fonts (#3487)
  • 8947b0b docs(Dropdown|Select|Visibility): remove imports, use faker and components (#3486)
  • 5086470 fix(lib): fully remove debug in production (#3485)
  • ce521fc docs(Sticky): add warning about erratic behavior inside Sidebar.Pushable (#2936)
  • 383bcd7 fix(Ref): update node if it was changed (#3474)
  • d6f20f9 fix(mixed): handle properly refs on third-party components (#3471)
  • c7e245f fix(Search): prevent blur event when SearchResult is clicked (#3456)

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • 4717d82 0.87.0
  • 5af9e93 fix(Modal): do not close when mouse click was occurred inside (#3582)
  • d6751d0 fix(Popup|Portal): do not close when mouse click was occurred inside (#3575)
  • c9a3418 feat(Table): add headerRows to allow to render multiple headers (#3574)
  • 06b0596 fix(Ref): fix 'prop-types' import in RefForward (#3594)
  • 2fcccbb docs(Dropdown): fix typo in message
  • 3f0c8ea perf(docs): improve rendering performance of example's pages (#3549)
  • ffa3874 docs(pages): add navigation footer (#3577)
  • 909e077 style(configs): code comment fix (#3570)
  • 3067f5a docs(Shorthand|Theming): rework docs to be more actual (#3564)
  • c532f72 chore(package): add browser field that points to UMD build (#3566)
  • 6c93cdd docs(ComponentSidebarSection): replace deprecated lifecycle methods (#3559)
  • 892f404 fix(Visibility): handle context scroll instead of just window scroll (#3400)
  • ca81dd8 fix(Card): fix image shorthand (#3551)
  • 9d26779 docs(ComponentProps): replace deprecated lifecycle methods (#3555)

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants