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

Prepare first RC release #2030

Merged
merged 1 commit into from Oct 3, 2020
Merged

Prepare first RC release #2030

merged 1 commit into from Oct 3, 2020

Conversation

Andarist
Copy link
Member

@Andarist Andarist commented Oct 3, 2020

No description provided.

@Andarist Andarist requested a review from emmatown October 3, 2020 08:29
@changeset-bot
Copy link

changeset-bot bot commented Oct 3, 2020

🦋 Changeset detected

Latest commit: 3bd9bc0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 26 packages
Name Type
@emotion/babel-plugin Major
@emotion/babel-preset-css-prop Major
@emotion/cache Major
@emotion/css Major
@emotion/eslint-plugin Major
@emotion/is-prop-valid Minor
@emotion/jest Major
@emotion/native Major
@emotion/primitives Major
@emotion/primitives-core Major
@emotion/react Major
@emotion/serialize Major
@emotion/server Major
@emotion/sheet Major
@emotion/styled Major
@emotion/utils Major
babel-plugin-emotion Major
@emotion/core Major
create-emotion Major
create-emotion-server Major
emotion Major
emotion-server Major
emotion-theming Major
eslint-plugin-emotion Major
jest-emotion Major
@emotion/styled-base Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

function getPreVersion(version) {
let parsed = semver.parse(version);
- let preVersion = parsed.prerelease[1] === undefined ? -1 : parsed.prerelease[1];
+ let preVersion = -1;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, i know it's excessive, but couldnt help myself 🤷‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've confirmed that it works locally OK. We'll review exact published versions when bot prepares a versioning PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 3, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3bd9bc0:

Sandbox Source
Emotion Configuration

@Andarist Andarist merged commit 9c4ebc1 into next Oct 3, 2020
@Andarist Andarist deleted the prepare-rc-release branch October 3, 2020 10:39
@github-actions github-actions bot mentioned this pull request Oct 3, 2020
@belgattitude
Copy link

@Andarist thanks for the steady work !

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

Successfully merging this pull request may close these issues.

None yet

3 participants