Skip to content

Commit 8004041

Browse files
authored
Merge pull request #1312 from international-labour-organization/changeset-release/main
chore: update versions
2 parents 7ad92a8 + 1de0705 commit 8004041

14 files changed

+41
-45
lines changed

.changeset/four-fishes-cross.md

-5
This file was deleted.

.changeset/healthy-donuts-cover.md

-6
This file was deleted.

.changeset/hip-otters-talk.md

-5
This file was deleted.

.changeset/kind-planes-explode.md

-5
This file was deleted.

.changeset/nice-dragons-speak.md

-5
This file was deleted.

.changeset/short-candles-approve.md

-6
This file was deleted.

.changeset/silly-clouds-dress.md

-5
This file was deleted.

.changeset/smart-kids-remember.md

-5
This file was deleted.

packages/react/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @ilo-org/react
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- bd2986c8b: reimplemented an Accordion component
8+
- b45c8d190: restructured the context menu component
9+
- bd100f9c2: restructured the breadcrumb component
10+
- 7617ebf01: resturctued SocialMedia, Hero, HeroCard and Tooltip components
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [46abf411f]
15+
- Updated dependencies [2bd377203]
16+
- Updated dependencies [2bd377203]
17+
- Updated dependencies [19d169619]
18+
- @ilo-org/styles@1.3.4
19+
320
## 0.18.5
421

522
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ilo-org/react",
3-
"version": "0.18.5",
3+
"version": "0.19.0",
44
"description": "React components for the ILO's Design System",
55
"keywords": [
66
"ui_patterns",

packages/styles/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ilo-org/styles
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- 46abf411f: Fix breadcrumb showing multiple chevrons in RTL
8+
- 2bd377203: Factlist card now appears correctly when dark theme is set
9+
- 2bd377203: List has a dark theme property which correctly determines text and bullet color
10+
- 19d169619: Fix the alignment between ordered and unordered lists
11+
312
## 1.3.3
413

514
### Patch Changes

packages/styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ilo-org/styles",
33
"description": "Styles for products using ILO's Design System",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/international-labour-organization/designsystem.git",

packages/twig/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @ilo-org/twig
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- 2bd377203: Factlist card now appears correctly when dark theme is set
8+
- 2bd377203: List has a dark theme property which correctly determines text and bullet color
9+
- Updated dependencies [46abf411f]
10+
- Updated dependencies [2bd377203]
11+
- Updated dependencies [2bd377203]
12+
- Updated dependencies [19d169619]
13+
- @ilo-org/styles@1.3.4
14+
315
## 1.3.3
416

517
### Patch Changes

packages/twig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ilo-org/twig",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"type": "module",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)