Skip to content

update the repo to project liberty labs#212

Merged
aramikm merged 4 commits intomainfrom
update_project_liberty
Aug 23, 2024
Merged

update the repo to project liberty labs#212
aramikm merged 4 commits intomainfrom
update_project_liberty

Conversation

@aramikm
Copy link
Copy Markdown
Collaborator

@aramikm aramikm commented Aug 22, 2024

Goal

The goal of this PR is to update the repo to ProjectLibertyLabs

Closes #211

Changes

  • LICENSE file Copyright [yyyy] [name of copyright owner] -> Copyright Project Liberty LLC
  • Updated io.amplica java to io.projectliberty
    • Publish the updated java package
    • Update docs
  • Updated @dsnp/graph-sdk -> @projectlibertylabs/graph-sdk
    • switching from NODE_AUTH_TOKEN -> NPM_AUTH_TOKEN in GitHub Actions
    • NPM Publish a new version with the new package name
  • Updated version to 2.0.0
  • Removed all references to amplica

PROTOC := protoc
ifeq ($(UNAME), Darwin)
PROTOC = /opt/homebrew/opt/protobuf@27/bin/protoc
PROTOC = /opt/homebrew/opt/protobuf@21/bin/protoc
Copy link
Copy Markdown
Collaborator Author

@aramikm aramikm Aug 22, 2024

Choose a reason for hiding this comment

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

Was showing that experimental issue which I thought it was solved. So had to role back to the previous version we were using.

Copy link
Copy Markdown
Contributor

@saraswatpuneet saraswatpuneet left a comment

Choose a reason for hiding this comment

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

Lgtm

Copy link
Copy Markdown
Collaborator

@JoeCap08055 JoeCap08055 left a comment

Choose a reason for hiding this comment

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

all looks good--I had some concerns about doing a major version bump 1.1.x -> 2.0.0, but since anyone depending on the package will have to make a source change to pull from the new repo/published name anyway, I think it's fine.

@wesbiggs
Copy link
Copy Markdown

all looks good--I had some concerns about doing a major version bump 1.1.x -> 2.0.0, but since anyone depending on the package will have to make a source change to pull from the new repo/published name anyway, I think it's fine.

+1 The Java package name change pushes it over the edge for me.

@aramikm aramikm merged commit ced7454 into main Aug 23, 2024
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.

Update to use Project Liberty Labs

4 participants