Skip to content

Commit 09d4cea

Browse files
committed
chore(release): v2026.2.0
1 parent 166ff00 commit 09d4cea

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2026.2.0] - 2026-02-16
6+
7+
### 🐛 Bug Fixes
8+
9+
- Cleanup oauth2 providers
10+
- Oauth2 test case
11+
- Tablemanager and i18n tests after %s -> %q changes
12+
- Ui inconsistencies and doc post comment error
13+
- Doc comment editing button not showing
14+
- Improve access badges format and info shown
15+
- More translations for fabric editor components
16+
- Improve impersonation integration with superuser
17+
- Move impersonating banner to top and make it slimmer
18+
- Split superuser mode activated/deactivated notification
19+
- Color "green" used where it should "success" color instead
20+
- Remove outdated hint
21+
- Add base html/css named colors to sanitizer
22+
- Doc approval snap date issues and task selection
23+
- Approval task inbox list
24+
- Remove debug print log
25+
- Change housekeeper units comment to FIXME instead of TODO
26+
527
## [2026.1.2] - 2026-01-18
628

729
### 🐛 Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2026.1.2
1+
v2026.2.0

gen/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fivenet-app/gen",
33
"private": false,
4-
"version": "2026.1.2",
4+
"version": "2026.2.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fivenet",
33
"private": true,
4-
"version": "2026.1.2",
4+
"version": "2026.2.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"homepage": "https://fivenet.app",

0 commit comments

Comments
 (0)