Skip to content

Commit

Permalink
v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Aug 15, 2024
1 parent 1ea3032 commit 3fb2252
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 93 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-toes-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-coins-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-laws-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-numbers-fry.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/weak-windows-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-tomatoes-compete.md

This file was deleted.

13 changes: 13 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# go-web-app

## 7.4.1

### Patch Changes

- a4f77ab: Fetch and use latest available WorldBank data in [#571](https://github.com/IFRCGo/go-api/issues/2224)
- ebf033a: Update Technical Competencies Link on the Cash page of the Catalogue of Surge Services in [#1290](https://github.com/IFRCGo/go-web-app/issues/1290)
- 18d0dc9: Use `molnix status` to filter surge alerts in [#2208](https://github.com/IFRCGo/go-api/issues/2208)
- b070c66: Check guest user permission for local units
- 72df1f2: Add new drone icon for UAV team in [#1280](https://github.com/IFRCGo/go-web-app/issues/1280)
Updated @ifrc-go/icons to v2.0.1
- Updated dependencies [72df1f2]
- @ifrc-go/ui@1.1.6

## 7.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-web-app",
"version": "7.4.0",
"version": "7.4.1",
"type": "module",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.1.5",
"@ifrc-go/ui": "^1.1.6",
"@mapbox/mapbox-gl-draw": "^1.2.0",
"@sentry/react": "^7.81.1",
"@tinymce/tinymce-react": "^4.3.0",
Expand Down
120 changes: 66 additions & 54 deletions packages/go-ui-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,80 @@
# go-ui-storybook

## 1.0.1

### Patch Changes

- 2ff7940: Link version number to release notes on GitHub
- 72df1f2: Add new drone icon for UAV team

Updated @ifrc-go/icons to v2.0.1

- Updated dependencies [72df1f2]
- @ifrc-go/ui@1.1.6

## 1.0.0

### Major Changes

- 836e73b: Initial Release v1.0.0

Integrated storybook for IFRC Go UI components in [#406](https://github.com/IFRCGo/go-web-app/issues/406)
The storybook is deployed to chromatic via Github Actions CI.
The storybook is deployed to chromatic via Github Actions CI.

Wrote stories for following components
Wrote stories for following components

- Alert
- BarChart
- BlockLoading
- BooleanInput
- BooleanOutput
- Breadcrumbs
- CheckBox
- Checklist
- ConfirmButton
- Container
- DateInput
- DateRangeOutput
- DropdownMenu
- Footer
- Grid
- Header
- HtmlOutput
- IconButton
- Image
- InfoPopup
- InputContainer
- KeyFigure
- LegendItem
- List
- Message
- Modal
- MultiSelectInput
- NavigationTabList
- NumberInput
- NumberOutput
- PageContainer
- PageHeader
- Pager
- PasswordInput
- PieChart
- Popup
- RadioInput
- RawFileInput
- RawList
- ReducedListDisplay
- SearchMultiSelectInput
- SearchSelectInput
- SegmentInput
- SelectInput
- Spinner
- StackedProgressBar
- Switch
- Table
- Tabs
- TextArea
- TextInput
- TimeSeriesChart
- Alert
- BarChart
- BlockLoading
- BooleanInput
- BooleanOutput
- Breadcrumbs
- CheckBox
- Checklist
- ConfirmButton
- Container
- DateInput
- DateRangeOutput
- DropdownMenu
- Footer
- Grid
- Header
- HtmlOutput
- IconButton
- Image
- InfoPopup
- InputContainer
- KeyFigure
- LegendItem
- List
- Message
- Modal
- MultiSelectInput
- NavigationTabList
- NumberInput
- NumberOutput
- PageContainer
- PageHeader
- Pager
- PasswordInput
- PieChart
- Popup
- RadioInput
- RawFileInput
- RawList
- ReducedListDisplay
- SearchMultiSelectInput
- SearchSelectInput
- SegmentInput
- SelectInput
- Spinner
- StackedProgressBar
- Switch
- Table
- Tabs
- TextArea
- TextInput
- TimeSeriesChart

## 0.0.1

Expand Down
4 changes: 2 additions & 2 deletions packages/go-ui-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-ui-storybook",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@ifrc-go/icons": "^2.0.1",
"@ifrc-go/ui": "^1.1.3",
"@ifrc-go/ui": "^1.1.6",
"@storybook/preview-api": "^8.1.5",
"@storybook/test": "^8.1.5",
"@togglecorp/fujs": "^2.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ifrc-go/ui

## 1.1.6

### Patch Changes

- 72df1f2: Add new drone icon for UAV team

Updated @ifrc-go/icons to v2.0.1

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ifrc-go/ui",
"description": "IFRC-GO UI Components Library",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3fb2252

Please sign in to comment.