Skip to content

Commit 709cbc2

Browse files
authored
Merge pull request #1161 from international-labour-organization/changeset-release/main
chore: update versions
2 parents 3ced100 + b143a6c commit 709cbc2

8 files changed

+27
-22
lines changed

.changeset/empty-dogs-invent.md

-5
This file was deleted.

.changeset/good-llamas-jam.md

-5
This file was deleted.

.changeset/green-roses-lick.md

-5
This file was deleted.

.changeset/neat-berries-pretend.md

-5
This file was deleted.

packages/maestro/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @ilo-org/maestro
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 33527f81a: This introduces maestro, an package which is used internally by the Twig package to compile Twig templates and their associated JavaScript files so that they can be rendered as stories in Storybook. Maestro allows us to remove [Wingsuit](https://wingsuit-designsystem.github.io/) from the Twig project and its associated dependencies, which were blocking improvements to the project in a lot of different areas.
8+
9+
### Patch Changes
10+
11+
- 33527f81a: yml parser upgrade

packages/maestro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ilo-org/maestro",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/twig/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @ilo-org/twig
2+
3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 33527f81a: We have introduced `*.component.yml` files as the new standard for pattern configuration. These files will serve as the source of truth for future releases. While `*.wingsuit.yml` files are still supported, they will be deprecated. Also this version removes [Wingsuit](https://wingsuit-designsystem.github.io/) and several other dependencies that were used to build the Twig Storybook packages. In doing so, we've rebuilt the package from the ground up and re-implemented the build workflows.
8+
9+
### Patch Changes
10+
11+
- 33527f81a: Fix breadcrumb not rendering middle links in the context area
12+
- Updated dependencies [33527f81a]
13+
- Updated dependencies [33527f81a]
14+
- @ilo-org/maestro@1.0.0

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

0 commit comments

Comments
 (0)