Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit b1193a5

Browse files
github-actions[bot]maiertech
authored andcommitted
Publish packages
1 parent 4c245dc commit b1193a5

11 files changed

+22
-37
lines changed

.changeset/calm-peas-hang.md

-5
This file was deleted.

.changeset/fresh-coats-lick.md

-5
This file was deleted.

.changeset/hungry-flies-shop.md

-5
This file was deleted.

.changeset/nice-llamas-roll.md

-5
This file was deleted.

.changeset/orange-ghosts-kick.md

-5
This file was deleted.

.changeset/silent-buses-punch.md

-5
This file was deleted.

.changeset/wicked-mice-destroy.md

-5
This file was deleted.

packages/components/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 0.77.0
4+
5+
### Minor Changes
6+
7+
- 4c245dc: Refactor how variants are used to customize PostPreview
8+
- 84f9464: Eliminate fontSize prop from ProfilePreview
9+
- ffcb910: Change default variant of Badges component
10+
11+
### Patch Changes
12+
13+
- aa770ea: Fix alignment of badges of ProfilePreview on small screens
14+
- e650a0b: Change Link styles in Avatars component
15+
- fe32425: Fix incorrect name prop-type in Avatars
16+
317
## 0.76.0
418

519
### Minor Changes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@undataforum/components",
33
"description": "React components for the United Nations World Data Forum website.",
4-
"version": "0.76.0",
4+
"version": "0.77.0",
55
"author": "Thilo Maier <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/UNDataForum/design-system/tree/master/packages/components",

packages/preset/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @undataforum/preset
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 4c245dc: Add default variants for PostPreview
8+
39
## 0.8.0
410

511
### Minor Changes

packages/preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@undataforum/preset",
33
"description": "Theme UI preset for @UNDataForum websites.",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": "Thilo Maier <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/UNDataForum/design-system/tree/master/packages/preset",

0 commit comments

Comments
 (0)