Skip to content

Commit d750fc0

Browse files
authored
Merge develop into feature/pbs-26-6 (#968)
Merge develop into feature/pbs-26-6
2 parents 0630335 + fca9031 commit d750fc0

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG

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

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.8.2 (2026-04-20)
6+
===================
7+
8+
* Hotfix to add alias for ip addresses, again
9+
10+
26.8.1 (2026-04-20)
11+
===================
12+
13+
* Hotfix to add alias for ip addresses
14+
15+
26.8.0 (2026-04-16)
16+
===================
17+
18+
* Angular upgrade
19+
520
26.7.0 (2026-04-08)
621
===================
722

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"entry": "src/server.ts"
7070
},
7171
"security": {
72-
"allowedHosts": ["localhost", "127.0.0.1"]
72+
"allowedHosts": ["localhost", "127.0.0.1", "10.*", "*.osf.io"]
7373
}
7474
},
7575
"configurations": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osf",
3-
"version": "26.7.0",
3+
"version": "26.8.2",
44
"scripts": {
55
"ng": "ng",
66
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks",

0 commit comments

Comments
 (0)