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

feat: Rename module to @eik/postcss-plugin #83

Merged
merged 4 commits into from
Feb 18, 2021
Merged

feat: Rename module to @eik/postcss-plugin #83

merged 4 commits into from
Feb 18, 2021

Conversation

trygve-lie
Copy link
Contributor

BREAKING CHANGE: Rename module to @eik/postcss-plugin

BREAKING CHANGE: Rename module to @eik/postcss-plugin
Copy link
Contributor

@stipsan stipsan left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@trygve-lie
Copy link
Contributor Author

This will require a bit of juggling to get right with semantic release. The process will need to be like so (I think):

  • Do not merge any PRs into next.
  • From the branch of this PR, publish the module under the new name. This creates the new module in NPM but it will have the same version as the old module.
  • Deprecate the module with the old name in NPM with the npm deprecate method.
  • Merge this PR into next. Semantic release will then publish a pre release with a bumped major version number.

@trygve-lie trygve-lie merged commit 7efa758 into next Feb 18, 2021
@trygve-lie trygve-lie deleted the rename branch February 18, 2021 20:33
github-actions bot pushed a commit that referenced this pull request Feb 18, 2021
# [3.0.0-next.1](v2.0.4...v3.0.0-next.1) (2021-02-18)

### Features

* Rename module to @eik/postcss-plugin ([#83](#83)) ([7efa758](7efa758))

### BREAKING CHANGES

* Rename module to @eik/postcss-plugin

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 13, 2021
# [3.0.0](v2.0.4...v3.0.0) (2021-08-13)

### Features

* Rename module to @eik/postcss-plugin ([#83](#83)) ([7efa758](7efa758))
* Use @eik/common to load config in a project ([#84](#84)) ([371dcda](371dcda))

### BREAKING CHANGES

* Use logic in @eik/common to load config from eik.json or package.json

* chore: Adjust for PR comments

* chore: Remove extra whitespace

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Rename module to @eik/postcss-plugin

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

2 participants