-
Notifications
You must be signed in to change notification settings - Fork 9
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: removing the variable subpackage in favor of @readme/variable #207
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kellyjosephprice
approved these changes
Jul 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
rafegoldberg
pushed a commit
that referenced
this pull request
Jul 7, 2021
## Version 6.29.0-next.1 ### 🛠 Fixes & Updates * **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](#190)) ([0599876](0599876)) * **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](#197)) ([0eb0e19](0eb0e19)) * **deps-dev:** bump @commitlint/config-conventional ([#195](#195)) ([43bc4b4](43bc4b4)) * **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](#205)) ([decc3bd](decc3bd)) * **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](#201)) ([6f8c953](6f8c953)) * **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](#209)) ([5309d0e](5309d0e)) * **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](#208)) ([1f09f4a](1f09f4a)) * **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](#214)) ([427e304](427e304)) * **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](#198)) ([43fc7f6](43fc7f6)) * removing the variable subpackage in favor of @readme/variable ([#207](#207)) ([36768dc](36768dc)) ### ✨ New & Improved * export components ([#218](#218)) ([4f888f6](4f888f6)) <!--SKIP CI-->
This PR was released!🚀 Changes included in v6.29.0-next.1 |
rafegoldberg
pushed a commit
that referenced
this pull request
Jul 7, 2021
## Version 6.29.0 ### 🛠 Fixes & Updates * **deps-dev:** bump @babel/plugin-proposal-object-rest-spread ([#190](#190)) ([0599876](0599876)) * **deps-dev:** bump @babel/preset-env from 7.12.13 to 7.14.7 ([#197](#197)) ([0eb0e19](0eb0e19)) * **deps-dev:** bump @commitlint/config-conventional ([#195](#195)) ([43bc4b4](43bc4b4)) * **deps:** bump actions/setup-node from 2.1.2 to 2.2.0 ([#205](#205)) ([decc3bd](decc3bd)) * **deps-dev:** bump core-js from 3.8.3 to 3.15.2 ([#201](#201)) ([6f8c953](6f8c953)) * **deps-dev:** bump eslint from 7.29.0 to 7.30.0 ([#209](#209)) ([5309d0e](5309d0e)) * **deps-dev:** bump husky from 4.3.8 to 7.0.1 ([#208](#208)) ([1f09f4a](1f09f4a)) * **deps-dev:** bump mini-css-extract-plugin from 1.3.6 to 2.1.0 ([#214](#214)) ([427e304](427e304)) * **deps:** bump rehype-raw from 4.0.2 to 5.1.0 ([#198](#198)) ([43fc7f6](43fc7f6)) * removing the variable subpackage in favor of @readme/variable ([#207](#207)) ([36768dc](36768dc)) ### ✨ New & Improved * export components ([#218](#218)) ([4f888f6](4f888f6)) <!--SKIP CI-->
This PR was released!🚀 Changes included in v6.29.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧰 Changes
This reverts most of the work done in #200 in order to resolve #204.
@readme/variable
has been split out of the https://github.com/readmeio/api-explorer repository into its own at https://github.com/readmeio/variable. A new release of@readme/variable
has been published with this change and@readme/syntax-highlighter
has been updated for it.🧬 QA & Testing