Skip to content

Commit bad9b0e

Browse files
authored
Bump @roo-code/types to v1.26.0 (#4584)
* Bump @roo-code/types to v1.26.0 * Add instructions for NPM publish
1 parent a9c1dad commit bad9b0e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

packages/types/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# @roo-code/types
2+
3+
### Publish to NPM
4+
5+
First authenticate with NPM:
6+
7+
```sh
8+
npm login
9+
```
10+
11+
Next, manually bump the NPM package version:
12+
13+
```sh
14+
cd packages/types/npm && npm version minor && cd -
15+
```
16+
17+
Finally, publish to NPM:
18+
19+
```sh
20+
pnpm --filter @roo-code/types npm:publish
21+
```
22+
23+
Note that you'll be asked for an MFA code to complete the publish.

packages/types/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc -b && vite build",
1313
"build:nightly": "tsc -b && vite build --mode nightly",
1414
"preview": "vite preview",
15-
"clean": "rimraf ../src/webview-ui/build ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
15+
"clean": "rimraf ../src/webview-ui ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
1616
},
1717
"dependencies": {
1818
"@radix-ui/react-alert-dialog": "^1.1.6",

0 commit comments

Comments
 (0)