Skip to content

Commit 8a3b4d0

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: react-markdown-autolink@0.0.1-tsup.1 @repo/shared@0.0.1-tsup.1
1 parent 4e17854 commit 8a3b4d0

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-markdown-autolink
22

3+
## 0.0.1-tsup.1
4+
5+
### Patch Changes
6+
7+
- d8d358d: Optimize vite build
8+
39
## 0.0.1-tsup.0
410

511
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-markdown-autolink",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.0.1-tsup.0",
5+
"version": "0.0.1-tsup.1",
66
"description": "A highly lightweight utility that automatically detects and makes links clickable in Markdown.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/shared
22

3+
## 0.0.1-tsup.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d8d358d]
8+
- react-markdown-autolink@0.0.1-tsup.1
9+
310
## 0.0.1-tsup.0
411

512
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shared",
3-
"version": "0.0.1-tsup.0",
3+
"version": "0.0.1-tsup.1",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)