Skip to content

Commit 8c30399

Browse files
committed
v7.22.0-beta.0
1 parent e9cdd4f commit 8c30399

File tree

7 files changed

+50
-3
lines changed

7 files changed

+50
-3
lines changed

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"go-web-app": "7.21.0",
6+
"go-ui-storybook": "1.0.7",
7+
"@ifrc-go/ui": "1.5.1"
8+
},
9+
"changesets": [
10+
"bitter-pans-travel",
11+
"free-clocks-boil"
12+
]
13+
}

app/CHANGELOG.md

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

3+
## 7.22.0-beta.0
4+
5+
### Minor Changes
6+
7+
- 7e470bc: Update Local Units
8+
9+
- Add option to manage local units externally by types for each country.
10+
- Externally managed local units cannot be edited or removed from the UI
11+
- Add option to bulk upload local units
12+
- Add option to view bulk upload history
13+
- Update permission in local unit
14+
- Fix legend and map icon mismatch
15+
- Add option to show changes while validating a local unit
16+
- Add an additional validation state to reflect validation of changes
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [7e470bc]
21+
- @ifrc-go/ui@1.5.2-beta.0
22+
323
## 7.21.0
424

525
### 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.21.0",
3+
"version": "7.22.0-beta.0",
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.8-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7e470bc]
8+
- @ifrc-go/ui@1.5.2-beta.0
9+
310
## 1.0.7
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.7",
3+
"version": "1.0.8-beta.0",
44
"private": true,
55
"type": "module",
66
"license": "MIT",

packages/ui/CHANGELOG.md

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

3+
## 1.5.2-beta.0
4+
5+
### Patch Changes
6+
7+
- 7e470bc: - Update `name` prop in Switch component to support number
8+
- Update value of `--go-ui-color-semantic-yellow`
9+
310
## 1.5.1
411

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

0 commit comments

Comments
 (0)