Skip to content

Commit cf505b5

Browse files
committed
chore: rename package to streaming-markdown-react and bump to 0.1.4
1 parent d9e2bff commit cf505b5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- run: pnpm install --frozen-lockfile
2626

27-
- run: pnpm --filter @stream-md/react build
27+
- run: pnpm --filter streaming-markdown-react build
2828

29-
- run: pnpm --filter @stream-md/react publish --access public --no-git-checks
29+
- run: pnpm --filter streaming-markdown-react publish --access public --no-git-checks
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/streaming-markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@stream-md/react",
3-
"version": "0.1.3",
2+
"name": "streaming-markdown-react",
3+
"version": "0.1.4",
44
"description": "React component for rendering streaming markdown content",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)