Skip to content

Commit b4eee12

Browse files
chore: release main
1 parent a1eed43 commit b4eee12

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/components": "0.2.0",
3-
"apps/storybook": "0.2.0"
2+
"packages/components": "0.2.1",
3+
"apps/storybook": "0.2.1"
44
}

apps/storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/equinor/design-system-mobile/compare/mobile-storybook-v0.2.0...mobile-storybook-v0.2.1) (2026-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **components:** adopt nested typography token shape from @equinor/eds-tokens@2.3.0-beta.3 ([#180](https://github.com/equinor/design-system-mobile/issues/180)) ([02e82bd](https://github.com/equinor/design-system-mobile/commit/02e82bd1ef8f20ae24807b0e0306f1af867d61d4))
9+
310
## [0.2.0](https://github.com/equinor/design-system-mobile/compare/mobile-storybook-v0.1.0...mobile-storybook-v0.2.0) (2026-05-11)
411

512

apps/storybook/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "EDS Mobile",
44
"slug": "mobile-storybook",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"orientation": "portrait",
77
"icon": "./assets/images/eDS_Logo_Light.png",
88
"scheme": "mobile-storybook",

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@equinor/mobile-storybook",
33
"main": "expo-router/entry",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"start": "expo start",
77
"dev": "expo run:ios",

packages/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/equinor/design-system-mobile/compare/eds-mobile-components-v0.2.0...eds-mobile-components-v0.2.1) (2026-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **components:** adopt nested typography token shape from @equinor/eds-tokens@2.3.0-beta.3 ([#180](https://github.com/equinor/design-system-mobile/issues/180)) ([02e82bd](https://github.com/equinor/design-system-mobile/commit/02e82bd1ef8f20ae24807b0e0306f1af867d61d4))
9+
310
## [0.2.0](https://github.com/equinor/design-system-mobile/compare/eds-mobile-components-v0.1.0...eds-mobile-components-v0.2.0) (2026-05-11)
411

512

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@equinor/eds-mobile-components",
33
"description": "A React Native component library implementing the Equinor Design System.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": {
66
"name": "Equinor Design System Mobile"
77
},

0 commit comments

Comments
 (0)