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

chore: upgrade vue composition api #240

Merged
merged 5 commits into from
Sep 18, 2020
Merged

Commits on Sep 16, 2020

  1. chore: upgrade @vue/composition-api

    * adds `version` export
    * removes `markReactive` export (#238)
    
    BREAKING CHANGES: removes `markReactive` export
    danielroe committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fad53c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11066d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix: transpile @vue/composition-api

    * you can now remove `@vue/composition-api` from your dependencies
    * this allows us to track a particular beta version more closely to prevent future breaking changes
    
    closes #241, #238
    
    BREAKING CHANGES: you should remove `@vue/composition-api` from your dependencies
    danielroe committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4c240f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Revert "fix: transpile @vue/composition-api"

    This reverts commit 4c240f8.
    danielroe committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    67442d2 View commit details
    Browse the repository at this point in the history
  2. chore: use node 12

    danielroe committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    95ac926 View commit details
    Browse the repository at this point in the history