Skip to content

Commit f7677e1

Browse files
authored
Merge pull request #1340 from international-labour-organization/changeset-release/main
chore: update versions
2 parents f0a0d22 + 6b04a7b commit f7677e1

22 files changed

+77
-70
lines changed

.changeset/dull-sheep-think.md

-5
This file was deleted.

.changeset/late-birds-fetch.md

-5
This file was deleted.

.changeset/long-tips-listen.md

-5
This file was deleted.

.changeset/lucky-geckos-glow.md

-6
This file was deleted.

.changeset/many-moose-kneel.md

-6
This file was deleted.

.changeset/modern-carrots-visit.md

-5
This file was deleted.

.changeset/neat-maps-visit.md

-6
This file was deleted.

.changeset/nice-turkeys-tie.md

-6
This file was deleted.

.changeset/quiet-otters-reply.md

-5
This file was deleted.

.changeset/rare-shrimps-tell.md

-5
This file was deleted.

.changeset/red-fishes-kiss.md

-6
This file was deleted.

.changeset/rotten-pandas-love.md

-5
This file was deleted.

packages/icons-react/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [79857079d]
8+
- @ilo-org/icons@2.1.0
9+
310
## 1.0.2
411

512
### Patch Changes

packages/icons-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ilo-org/icons-react",
33
"description": "React components for icons in digital and software products using ILO's Design System",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"files": [
66
"es/**/*",
77
"lib/**/*",

packages/icons/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 79857079d: Add icons for Bluesky, Weibo and WeChat
8+
39
## 2.0.0
410

511
### Major Changes

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ilo-org/icons",
33
"description": "Icons for digital and software products using ILO's Design System",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"files": [
66
"es/**/*",
77
"lib/**/*",

packages/react/CHANGELOG.md

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

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- 86555c6a6: **Blockquote:** Creates a new standalone component for the Blockquote which was already available as a styled element in **Richtext** but can now be used separately on its own.
8+
- 2e8b79155: synced the part of react components with twig
9+
- 7d41bcb13: **LanguageToggler:** A new stand-alone component for setting languages
10+
11+
### Patch Changes
12+
13+
- 758dcc8db: **SocialMedia:** Add icons for Bluesky, Weibo and WeChat
14+
- Updated dependencies [4084b9adc]
15+
- Updated dependencies [67995d20c]
16+
- Updated dependencies [47f56d71f]
17+
- Updated dependencies [74929064d]
18+
- Updated dependencies [7d41bcb13]
19+
- Updated dependencies [16e30c518]
20+
- @ilo-org/styles@1.4.0
21+
- @ilo-org/icons-react@1.0.3
22+
323
## 0.19.0
424

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

packages/styles/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 7d41bcb13: **LanguageToggler:** A new stand-alone component for setting languages
8+
9+
### Patch Changes
10+
11+
- 4084b9adc: **Multilink Card:** This fixes image sizing and spacing within the card so that the image will always appear in a 16x9 box regardless of the orientation. It also adds a white and blue theme that can be used to add different background colors to the card.
12+
- 67995d20c: **Feature Card:** Fix some bugs that occured using dark theme
13+
- 47f56d71f: **SocialMedia:** Add icons for Bluesky, Weibo and WeChat.
14+
- 74929064d: **Blockquote:** Creates a new standalone component for the Blockquote which was already available as a styled element in **Richtext** but can now be used separately on its own. This also adjusts the styles of the Blockquote in line with design changes.
15+
- 16e30c518: **List:** Fix spacing and alignment between list items
16+
- Updated dependencies [79857079d]
17+
- @ilo-org/icons@2.1.0
18+
319
## 1.3.4
420

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

packages/twig/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 74929064d: **Blockquote:** Creates a new standalone component for the Blockquote which was already available as a styled element in **Richtext** but can now be used separately on its own. This also adjusts the styles of the Blockquote in line with design changes.
8+
9+
### Patch Changes
10+
11+
- 2d99f2d62: **Card:** Removed the basic variant from the pattern definition because it was preventing the other variants from rendering correctly
12+
- 4084b9adc: **Multilink Card:** This fixes image sizing and spacing within the card so that the image will always appear in a 16x9 box regardless of the orientation. It also adds a white and blue theme that can be used to add different background colors to the card.
13+
- 67995d20c: **Feature Card:** Fix some bugs that occured using dark theme
14+
- 8b3cf4ee3: **Data Card:** can only have two columns if `size` is set to `wide` or `narrow`
15+
- 47f56d71f: **SocialMedia:** Add icons for Bluesky, Weibo and WeChat.
16+
- Updated dependencies [79857079d]
17+
- Updated dependencies [4084b9adc]
18+
- Updated dependencies [67995d20c]
19+
- Updated dependencies [47f56d71f]
20+
- Updated dependencies [74929064d]
21+
- Updated dependencies [7d41bcb13]
22+
- Updated dependencies [16e30c518]
23+
- @ilo-org/icons@2.1.0
24+
- @ilo-org/styles@1.4.0
25+
326
## 1.3.4
427

528
### 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.4",
3+
"version": "1.4.0",
44
"type": "module",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)