From f0dc11e9d8fc3518e2f19755ef0a01e487bd79c8 Mon Sep 17 00:00:00 2001 From: Anh Thu Nguyen Date: Wed, 25 Mar 2026 18:12:19 -0400 Subject: [PATCH] fix: publishing with OIDC requires "repository" in package.json Also revert the version bump so we can republish v0.12.2 TEST=manual forked the repo and confirmed I can publish my personal repo with `slap trusted-publish` command --- package-lock.json | 4 ++-- package.json | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86849e7..00e2912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@yext/chat-ui-react", - "version": "0.12.2", + "version": "0.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@yext/chat-ui-react", - "version": "0.12.2", + "version": "0.12.1", "license": "BSD-3-Clause", "dependencies": { "react-markdown": "^6.0.3", diff --git a/package.json b/package.json index f9d20ec..8e292f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yext/chat-ui-react", - "version": "0.12.2", + "version": "0.12.1", "description": "A library of React Components for powering Yext Chat integrations.", "author": "clippy@yext.com", "main": "./lib/commonjs/src/index.js", @@ -48,6 +48,14 @@ "build": "rm -rf lib/** && npm run build:js && npm run build:css && npm run generate-docs && npm run generate-notices", "build-storybook": "storybook build" }, + "repository": { + "type": "git", + "url": "https://github.com/yext/chat-ui-react.git" + }, + "bugs": { + "url": "https://github.com/yext/chat-ui-react/issues" + }, + "homepage": "https://github.com/yext/chat-ui-react#readme", "devDependencies": { "@babel/core": "^7.21.8", "@babel/preset-env": "^7.21.5",