Skip to content

Commit cc5ef17

Browse files
chore: release main
1 parent 1d07e4a commit cc5ef17

6 files changed

Lines changed: 29 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.3.0",
3+
"apps/storybook": "0.3.0"
44
}

apps/storybook/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/equinor/design-system-mobile/compare/mobile-storybook-v0.2.0...mobile-storybook-v0.3.0) (2026-05-28)
4+
5+
6+
### Features
7+
8+
* **components:** implement Link component ([#188](https://github.com/equinor/design-system-mobile/issues/188)) ([b0b3a6d](https://github.com/equinor/design-system-mobile/commit/b0b3a6df520fc91c491b48a87bc9387ecc1e5208))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
## [0.2.0](https://github.com/equinor/design-system-mobile/compare/mobile-storybook-v0.1.0...mobile-storybook-v0.2.0) (2026-05-11)
416

517

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.3.0",
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.3.0",
55
"scripts": {
66
"start": "expo start",
77
"dev": "expo run:ios",

packages/components/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/equinor/design-system-mobile/compare/eds-mobile-components-v0.2.0...eds-mobile-components-v0.3.0) (2026-05-28)
4+
5+
6+
### Features
7+
8+
* **components:** implement Link component ([#188](https://github.com/equinor/design-system-mobile/issues/188)) ([b0b3a6d](https://github.com/equinor/design-system-mobile/commit/b0b3a6df520fc91c491b48a87bc9387ecc1e5208))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
## [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)
416

517

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.3.0",
55
"author": {
66
"name": "Equinor Design System Mobile"
77
},

0 commit comments

Comments
 (0)