Skip to content

Commit 1c4ba3f

Browse files
committed
release 1.0.3 stable
1 parent 70ea42f commit 1c4ba3f

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

apps/website/content/docs/components/callout.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ Callout elements are meant to draw attention to important information or provide
1919
be aware of.
2020
</Callout>
2121

22-
<Callout variant="info">
23-
The info callout is a blue callout designed to
24-
</Callout>
25-
26-
<Callout title="X" variant="info">
27-
The info callout is a blue callout designed to
28-
</Callout>
29-
3022
```jsx
3123
<Callout variant="info" title="Info">...</Callout>
3224
```

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prose-ui/core",
3-
"version": "1.0.3-rc.3",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"homepage": "https://prose-ui.com",
66
"repository": {
@@ -70,4 +70,4 @@
7070
"unist-util-remove-position": "^5.0.0",
7171
"unist-util-visit": "^5.0.0"
7272
}
73-
}
73+
}

packages/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prose-ui/next",
3-
"version": "1.0.3-rc.3",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"homepage": "https://prose-ui.com",
66
"repository": {
@@ -66,4 +66,4 @@
6666
"unified": "^11.0.4",
6767
"unist-util-visit": "^5.0.0"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)