Skip to content

Commit 41f4d94

Browse files
chore(release): 2.2.0-beta.7 [skip ci] # [2.2.0-beta.7](ReliefApplications/oort-frontend@v2.2.0-beta.6...v2.2.0-beta.7) (2023-11-07) ### Bug Fixes CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets in some cases, the select overlay was hard to read, as it was too close to bottom. Overlay should now appear on top if not enough space ([238a9c0](ReliefApplications/oort-frontend@238a9c0)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets incorrect auth interceptor would make code fail locally ([a7aba87](ReliefApplications/oort-frontend@a7aba87)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets widget grid would fail to get collapsed status of widgets ([1e2e9e0](ReliefApplications/oort-frontend@1e2e9e0)) ### Features CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets add auth code APIs ([#1999](https://github.com/ReliefApplications/oort-frontend/issues/1999)) ([ba32de7](ReliefApplications/oort-frontend@ba32de7)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets can now hide application menu by default ([5470097](ReliefApplications/oort-frontend@5470097)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json widgets grid columns should now automatically size ([915d895](ReliefApplications/oort-frontend@915d895))
1 parent 5470097 commit 41f4d94

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG/CHANGELOG_beta.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.2.0-beta.7](https://github.com/ReliefApplications/oort-frontend/compare/v2.2.0-beta.6...v2.2.0-beta.7) (2023-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* in some cases, the select overlay was hard to read, as it was too close to bottom. Overlay should now appear on top if not enough space ([238a9c0](https://github.com/ReliefApplications/oort-frontend/commit/238a9c0bad3e4a13b99eabe112dc25a217376816))
7+
* incorrect auth interceptor would make code fail locally ([a7aba87](https://github.com/ReliefApplications/oort-frontend/commit/a7aba87c9bf7b12ceb98a64cf976e5b9a99966e3))
8+
* widget grid would fail to get collapsed status of widgets ([1e2e9e0](https://github.com/ReliefApplications/oort-frontend/commit/1e2e9e012440e6378cdda1d53f8d42b2032d2441))
9+
10+
11+
### Features
12+
13+
* add auth code APIs ([#1999](https://github.com/ReliefApplications/oort-frontend/issues/1999)) ([ba32de7](https://github.com/ReliefApplications/oort-frontend/commit/ba32de792a00cec66a9c5bafaa65892318120db0))
14+
* can now hide application menu by default ([5470097](https://github.com/ReliefApplications/oort-frontend/commit/5470097a0a4d21047d4184ef565495cc5a76f5a6))
15+
* grid columns should now automatically size ([915d895](https://github.com/ReliefApplications/oort-frontend/commit/915d8954be30518b907c621bd200539dcb85fade))
16+
117
# [2.2.0-beta.6](https://github.com/ReliefApplications/oort-frontend/compare/v2.2.0-beta.5...v2.2.0-beta.6) (2023-10-30)
218

319

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oort-front",
3-
"version": "2.2.0-beta.6",
3+
"version": "2.2.0-beta.7",
44
"license": "MIT",
55
"scripts": {
66
"check-i18n": "node .scripts/check-i18n",

0 commit comments

Comments
 (0)