Skip to content

Commit b2331d5

Browse files
authored
Merge pull request #1362 from international-labour-organization/changeset-release/main
chore: update versions
2 parents f3a47df + e398d4b commit b2331d5

12 files changed

+46
-36
lines changed

.changeset/angry-spoons-provide.md

-5
This file was deleted.

.changeset/dull-teachers-allow.md

-5
This file was deleted.

.changeset/few-fans-fly.md

-5
This file was deleted.

.changeset/purple-trees-appear.md

-5
This file was deleted.

.changeset/slimy-colts-pull.md

-8
This file was deleted.

.changeset/sour-walls-smell.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.21.0
4+
5+
### Minor Changes
6+
7+
- 1d9596ea3: **SubsiteNav**: A brand new component to handle the various navigation use cases, with two `compact` and `complex` modes. It replaces the old `LocalNav` component.
8+
**ContextMenu**: Now supports rendering into a react portal
9+
**LocalNav**: Deprecated in favor of `SubsiteNav`
10+
11+
### Patch Changes
12+
13+
- 2d975de9f: **LanguageToggle:** Fixes some accessibility issues
14+
- 6bbd8004c: **DataCard:** Can only have two columns if size is set to `wide` or `fluid`
15+
- Updated dependencies [1f428b504]
16+
- Updated dependencies [1d9596ea3]
17+
- Updated dependencies [9fdfb26cf]
18+
- @ilo-org/styles@1.5.0
19+
320
## 0.20.0
421

522
### Minor 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.20.0",
3+
"version": "0.21.0",
44
"description": "React components for the ILO's Design System",
55
"keywords": [
66
"ui_patterns",

packages/styles/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 1d9596ea3: **SubsiteNav**: A brand new component to handle the various navigation use cases, with two `compact` and `complex` modes. It replaces the old `LocalNav` component.
8+
**ContextMenu**: Now supports rendering into a react portal
9+
**LocalNav**: Deprecated in favor of `SubsiteNav`
10+
11+
### Patch Changes
12+
13+
- 1f428b504: **LanguageToggle:** Fix accessibility issues and BEM classnames
14+
- 9fdfb26cf: **Video:** Fix volume button not appearing
15+
316
## 1.4.0
417

518
### Minor 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.4.0",
4+
"version": "1.5.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/international-labour-organization/designsystem.git",

packages/twig/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 9b761264f: **LanguageToggle:** A new standalone component to handle setting languages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1f428b504]
12+
- Updated dependencies [1d9596ea3]
13+
- Updated dependencies [9fdfb26cf]
14+
- @ilo-org/styles@1.5.0
15+
316
## 1.4.0
417

518
### Minor 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.4.0",
3+
"version": "1.5.0",
44
"type": "module",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)