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

26211 changed sbc-common-components to version without SBC Connect changes #616

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-edit-ui",
"version": "4.11.20",
"version": "4.11.21",
"private": true,
"appName": "Edit UI",
"sbcName": "SBC Common Components",
Expand Down Expand Up @@ -52,7 +52,7 @@
"pinia": "^2.0.35",
"pinia-class": "^0.0.3",
"regenerator-runtime": "^0.13.11",
"sbc-common-components": "3.0.17",
"sbc-common-components": "3.0.15-a",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As per a conversation with Travis, this is a branch of sbc-common-components that excludes a "SBC Connect" branding commit, which wasn't ready to go to Prod. THIS version can safely go to Prod.

Ref: bcgov/sbc-common-components#384

Yes, I created releases and looked over all the changes and did not see anything that should cause breakages in any UI.

Ref: https://github.com/bcgov/sbc-common-components/releases

"tiptap-vuetify": "^2.24.0",
"uuid": "^9.0.0",
"vue": "2.7.16",
Expand Down
Loading