Explorar o código

Bump @roo-code/types to v1.26.0 (#4584)

* Bump @roo-code/types to v1.26.0

* Add instructions for NPM publish
Chris Estreich hai 8 meses
pai
achega
bad9b0e163
Modificáronse 3 ficheiros con 25 adicións e 2 borrados
  1. 23 0
      packages/types/README.md
  2. 1 1
      packages/types/npm/package.json
  3. 1 1
      webview-ui/package.json

+ 23 - 0
packages/types/README.md

@@ -0,0 +1,23 @@
+# @roo-code/types
+
+### Publish to NPM
+
+First authenticate with NPM:
+
+```sh
+npm login
+```
+
+Next, manually bump the NPM package version:
+
+```sh
+cd packages/types/npm && npm version minor && cd -
+```
+
+Finally, publish to NPM:
+
+```sh
+pnpm --filter @roo-code/types npm:publish
+```
+
+Note that you'll be asked for an MFA code to complete the publish.

+ 1 - 1
packages/types/npm/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@roo-code/types",
-	"version": "1.25.0",
+	"version": "1.26.0",
 	"description": "TypeScript type definitions for Roo Code.",
 	"publishConfig": {
 		"access": "public",

+ 1 - 1
webview-ui/package.json

@@ -12,7 +12,7 @@
 		"build": "tsc -b && vite build",
 		"build:nightly": "tsc -b && vite build --mode nightly",
 		"preview": "vite preview",
-		"clean": "rimraf ../src/webview-ui/build ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
+		"clean": "rimraf ../src/webview-ui ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
 	},
 	"dependencies": {
 		"@radix-ui/react-alert-dialog": "^1.1.6",