Skip to content

Rename ethersync->teamtype#18

Merged
schrieveslaach merged 3 commits into
mainfrom
rename-to-teamtype
Mar 12, 2026
Merged

Rename ethersync->teamtype#18
schrieveslaach merged 3 commits into
mainfrom
rename-to-teamtype

Conversation

@zormit

@zormit zormit commented Mar 4, 2026

Copy link
Copy Markdown
Member

This PR changes all occurrences of ethersync (case-insensitive) to the correspondingly cased teamtype.

Renaming steps:

  • filesystem + code
    • package name io.github.ethersync => should be renamed to org.teamtype
    • class and interface names, e.g. EthersyncService (touches filename + code)
  • rest of the code
  • documentation
  • within .github

@zormit zormit linked an issue Mar 4, 2026 that may be closed by this pull request
@zormit zormit force-pushed the rename-to-teamtype branch from a15d3cf to 47d9a2b Compare March 4, 2026 23:17
Comment thread build.gradle.kts
group = "org.teamtype"

version = "0.7.0-SNAPSHOT"
version = "0.9.0-SNAPSHOT"

@zormit zormit Mar 4, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'm not sure when it makes sense to bump the version? Is it corresponding to the Teamtype version? If not: In the VS Code versioning, odd numbers can have a meaning (being pre-release) so I intuitively skipped 0.8. But I'd be happy if you decide which version this should be :)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think it is fine to use the same version numbering for now.

@zormit zormit requested a review from schrieveslaach March 4, 2026 23:40
@zormit zormit marked this pull request as ready for review March 6, 2026 06:55

@schrieveslaach schrieveslaach left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Perfect. Thanks a lot for making the rename.

Comment thread build.gradle.kts
group = "org.teamtype"

version = "0.7.0-SNAPSHOT"
version = "0.9.0-SNAPSHOT"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think it is fine to use the same version numbering for now.

@schrieveslaach schrieveslaach merged commit 6df3d4b into main Mar 12, 2026
1 check passed
@schrieveslaach schrieveslaach deleted the rename-to-teamtype branch March 12, 2026 08:56
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.

Rename the plugin to teamtype

2 participants