Skip to content

Commit dac73f5

Browse files
committed
v7.24.0-beta.2
1 parent cd949fc commit dac73f5

7 files changed

Lines changed: 37 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
},
99
"changesets": [
1010
"angry-rings-shave",
11+
"brown-banks-act",
12+
"few-buckets-obey",
1113
"four-facts-glow",
1214
"khaki-dolls-begin",
1315
"late-hornets-strive",

app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# go-web-app
22

3+
## 7.24.0-beta.2
4+
5+
### Patch Changes
6+
7+
- 6bc2fe6: Update UI to accomodate GO UI changes
8+
- Updated dependencies [6bc2fe6]
9+
- @ifrc-go/ui@2.0.0-beta.1
10+
311
## 7.24.0-beta.1
412

513
### Minor Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-web-app",
3-
"version": "7.24.0-beta.1",
3+
"version": "7.24.0-beta.2",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

packages/go-ui-storybook/CHANGELOG.md

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

3+
## 1.0.9-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6bc2fe6]
8+
- @ifrc-go/ui@2.0.0-beta.1
9+
310
## 1.0.9-beta.0
411

512
### Patch Changes

packages/go-ui-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-ui-storybook",
3-
"version": "1.0.9-beta.0",
3+
"version": "1.0.9-beta.1",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

packages/ui/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @ifrc-go/ui
22

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- 6bc2fe6: Do minor improvements on some components
8+
9+
- Button: add default colorVariant according to the styleVariants
10+
- Description: add overflow wrap
11+
- ExpandableContainer: fix footer action rendering condition
12+
- Heading: update styling for level 6
13+
- InlineLayout: add a fallback fix for before, after component for go icons
14+
- ListView: fix responsiveness for sidebar layout on start
15+
- TabLayout: update styling for step tab
16+
- TabListLayout: update styling for step tab
17+
- ColumnShortcuts: update styling for action columns
18+
- TableActions: update styling to avoid shrink
19+
320
## 2.0.0-beta.0
421

522
### Major Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ifrc-go/ui",
33
"description": "IFRC-GO UI Components Library",
4-
"version": "2.0.0-beta.0",
4+
"version": "2.0.0-beta.1",
55
"type": "module",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)