We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81aeaa commit 2116282Copy full SHA for 2116282
.changeset/fluffy-plums-mix.md
packages/ui/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @asyncapi/studio-ui
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- 37bdfa0: - Added AppCard component.
8
+ - change the dark background color of the design system.
9
+ - Modified InfoBadges so it exports Info type.
10
11
## 0.2.0
12
13
### Minor Changes
packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/studio-ui",
- "version": "0.2.0",
+ "version": "0.3.0",
"private": true,
"types": "./components/index.tsx",
"sideEffects": [
0 commit comments