Skip to content

Commit 6b8cba4

Browse files
committed
v7.24.0-beta.1
1 parent 6e3af83 commit 6b8cba4

7 files changed

Lines changed: 70 additions & 4 deletions

File tree

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"@ifrc-go/ui": "1.5.2"
88
},
99
"changesets": [
10-
"angry-rings-shave"
10+
"angry-rings-shave",
11+
"four-facts-glow",
12+
"khaki-dolls-begin",
13+
"late-hornets-strive",
14+
"tiny-ghosts-rule",
15+
"twelve-ducks-glow",
16+
"wet-eels-mix"
1117
]
1218
}

app/CHANGELOG.md

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

3+
## 7.24.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 09e2d2e: Accomodate changes from GO UI revamp
8+
9+
### Patch Changes
10+
11+
- 9b3121e: Add Risk Management section in Catalogue of Surge services
12+
Reword unavailablity message in spark dashboard
13+
- b0905f1: Position and Keywords filter for all Surge Alerts (/alerts/all)
14+
- c1bde25: Add Prepare / Supply Chain / SPARK menu item to navigation
15+
Remove Programmatic Partnerships menu from navigation
16+
Change aboutHealthMapping PDF URL in /resources
17+
- Updated dependencies [09e2d2e]
18+
- @ifrc-go/ui@2.0.0-beta.0
19+
320
## 7.24.0-beta.0
421

522
### 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.0",
3+
"version": "7.24.0-beta.1",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

packages/go-ui-storybook/CHANGELOG.md

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

3+
## 1.0.9-beta.0
4+
5+
### Patch Changes
6+
7+
- 09e2d2e: Fix failing stories from GO UI revamp
8+
- Updated dependencies [09e2d2e]
9+
- @ifrc-go/ui@2.0.0-beta.0
10+
311
## 1.0.8
412

513
### 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.8",
3+
"version": "1.0.9-beta.0",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

packages/ui/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- 09e2d2e: Introduce new, more strict/opinionated layout system. Update components to reflect the new layout system.
8+
9+
- Add base layout components
10+
- InlineLayout
11+
- BlockLayout
12+
- ButtonLayout
13+
- TabLayout
14+
- TabListLayout
15+
- Add base views
16+
- ListView
17+
- Container (major restructure)
18+
- InlineView
19+
- Update useSpacingToken
20+
- Add optical correction
21+
- Add option to add additional inline spacing
22+
- Update spacing tokens
23+
- Add more tokens (5xs to 5xl)
24+
- Re-scale tokens to consider optical correction
25+
- Update components to use new layout and spacing system
26+
- Remove outdated components
27+
- BodyOverlay
28+
- Grid
29+
- Header
30+
- Footer
31+
- FilterBar
32+
- Overlay
33+
- Remove outdated hooks
34+
- useBasicLayout
35+
- useSpacingTokens (replace with useSpacingToken)
36+
- Update eslint config
37+
338
## 1.5.2
439

540
### Patch 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": "1.5.2",
4+
"version": "2.0.0-beta.0",
55
"type": "module",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)