Skip to content

chore(release): version 3.0.0 #753

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

Merged
merged 430 commits into from
May 28, 2022
Merged

chore(release): version 3.0.0 #753

merged 430 commits into from
May 28, 2022

Conversation

Mednoob
Copy link
Contributor

@Mednoob Mednoob commented Feb 8, 2022

Planned changes:

  • Change code structure and style.
  • Configure how to build this project using SWC (if possible, because SWC is far lower size than sucrase).

Duplicate of #746

Sorry, something went wrong.

@mzrtamp mzrtamp mentioned this pull request Feb 8, 2022
2 tasks
@Mednoob Mednoob force-pushed the feat/3.0.0 branch 2 times, most recently from 3cc914a to b34b2c0 Compare February 24, 2022 14:25
dependabot bot and others added 27 commits March 17, 2022 01:03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.155 to 1.2.156.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.2.155...v1.2.156)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.157 to 1.2.159.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.2.157...v1.2.159)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…#831)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.16.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.21 to 17.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [@swc/cli](https://github.com/swc-project/cli) from 0.1.55 to 0.1.56.
- [Release notes](https://github.com/swc-project/cli/releases)
- [Commits](swc-project/cli@v0.1.55...v0.1.56)

---
updated-dependencies:
- dependency-name: "@swc/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@mzrtamp
Copy link
Member

mzrtamp commented May 27, 2022

@lxndr-rl We're about going to merge this new version, so we need to do last touch. I need your hand here, to re-sync the lang/es file, I sense many changes happen to lang/en file 😊

21Z and others added 4 commits May 27, 2022 09:03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(lang/en): Grammar Improvements
@lxndr-rl
Copy link
Contributor

@lxndr-rl We're about going to merge this new version, so we need to do last touch. I need your hand here, to re-sync the lang/es file, I sense many changes happen to lang/en file 😊

Of course, no problem. Later, after I finish my things, I'll take a look at it

@mzrtamp
Copy link
Member

mzrtamp commented May 28, 2022

Of course, no problem. Later, after I finish my things, I'll take a look at it

Great, now you have a Write access into this repository!

@lxndr-rl
Copy link
Contributor

Because it is a protected branch I opened a PR

@mzrtamp
Copy link
Member

mzrtamp commented May 28, 2022

You missed something @lxndr-rl 🙏

lxndr-rl and others added 4 commits May 28, 2022 11:17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* chore(lang/es): synchronize with EN localization

Additionally some strings have been fixed

* chore(lang/es): add cantMuteOwner | noRole
@Mednoob Mednoob marked this pull request as ready for review May 28, 2022 06:42
Copy link
Member

@mzrtamp mzrtamp left a comment

Choose a reason for hiding this comment

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

Finally

@Mednoob
Copy link
Contributor Author

Mednoob commented May 28, 2022

Finally, v3 is done. It's a bit sooner than I expected. Even though it's because I moved some fixes and features to another version instead, but I'm glad still. Thank you, and good job everyone 🎉

@mzrtamp mzrtamp merged commit c3b4b56 into main May 28, 2022
@mzrtamp mzrtamp deleted the feat/3.0.0 branch May 28, 2022 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment