Skip to content

Commit

Permalink
Merge branch 'master' into jsx-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Oct 31, 2020
2 parents ad892cb + 37e9320 commit 8f6271e
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 261 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"emotion-theming"
]
],
"access": "public"
"access": "public",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/--support-question.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🤔 Support question
url: https://stackoverflow.com/questions/ask?tags=emotion
about: Issues are dedicated to feature requests and bugs, if you have questions, please use Stack Overflow.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@changesets/changelog-github": "^0.1.0",
"@changesets/cli": "^2.3.0",
"@changesets/cli": "2.11.2",
"@manypkg/cli": "^0.5.2",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
Expand Down
Loading

0 comments on commit 8f6271e

Please sign in to comment.