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

Rename client packages #34

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Rename client packages #34

merged 4 commits into from
Jul 26, 2024

Conversation

bkapustik
Copy link
Collaborator

Motivation

Renames
ktc-tagmanager to @kentico/xperience-tag-manager
xperience-tagmanager-web-admin to @kentico/xperience-tag-manager-web-admin
to address possible package resolution issues.

@bkapustik bkapustik requested a review from michalJakubis July 17, 2024 10:47
@@ -7,7 +7,7 @@ const config = {
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, "../.././wwwroot/js"),
filename: "ktc-tagmanager.js",
filename: "@kentico/xperience-tag-manager.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
filename: "@kentico/xperience-tag-manager.js",
filename: "xperience-tag-manager.js",

@@ -151,7 +151,7 @@ private IHtmlContent GetScriptSrcTag()
["type"] = "module",
["src"] = fileVersionProvider.AddFileVersionToPath(
ViewContext.HttpContext.Request.PathBase,
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js"))
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/@kentico/xperience-tag-manager.js"))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/@kentico/xperience-tag-manager.js"))
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/xperience-tag-manager.js"))

@seangwright
Copy link
Member

It's probably worth noting that I've updated to v3.2.0 and it seems like #30 was not actually resolved. I don't think #33 was actually tested before release.

Maybe it can be tested and fixed here?

@michalJakubis
Copy link
Contributor

It's probably worth noting that I've updated to v3.2.0 and it seems like #30 was not actually resolved. I don't think #33 was actually tested before release.

Maybe it can be tested and fixed here?
It should be fixed in https://github.com/Kentico/xperience-by-kentico-tag-manager/releases/tag/v3.2.1

@michalJakubis michalJakubis merged commit 20e3b83 into main Jul 26, 2024
2 checks passed
@michalJakubis michalJakubis deleted the feat/rename-client-packages branch July 26, 2024 15:11
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.

3 participants