Skip to content

Commit c13d764

Browse files
authored
Merge pull request #22603 from abpframework/auto-merge/rel-9-1/3626
Merge branch rel-9.2 with rel-9.1
2 parents f0e5850 + 93237f0 commit c13d764

File tree

7 files changed

+147
-3
lines changed

7 files changed

+147
-3
lines changed

docs/en/release-info/release-notes.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Release Notes
22

3-
This document contains **brief release notes** for each release. Release notes only include **major features** and **visible enhancements**. They don't include all the development done in the related version. To see raw and detailed change logs for every release, please check <a href="https://github.com/abpframework/abp/milestones?state=closed" target="_blank">the related milestone</a> and [the change logs page](https://abp.io/pro-releases) (only for paid license holders).
3+
This document contains **brief release notes** for each release. Release notes only include **major features** and **visible enhancements**. They don't include all the development done in the related version.
4+
5+
Also see the following notes about ABP releases:
6+
7+
* [ABP Studio release notes](../studio/release-notes.md)
8+
* [Change logs for ABP pro packages](https://abp.io/pro-releases)
49

5-
> If you want to read the release notes for each ABP Studio release, check it out from [here](../studio/release-notes.md).
610

711
## 9.2 (2025-03-25)
812

@@ -15,7 +19,7 @@ This is currently a RC (release-candidate) and you can see the detailed **[blog
1519
* Identity Pro Module: Require Email Verification to Register
1620
* Switching users during OAuth login
1721

18-
## 9.1 (2025-01-16)
22+
## 9.1 (2025-03-05)
1923

2024
See the detailed **[blog post / announcement](https://abp.io/community/articles/abp.io-platform-9.1-final-has-been-released-h96a56qa)** for the v9.1 release.
2125

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"packages":[
3+
{
4+
"name": "@abp/ng.feature-management",
5+
"appRoutingModuleConfiguration":{
6+
"routes":[
7+
]
8+
},
9+
"appModuleConfiguration":{
10+
"imports":[
11+
{
12+
"names":[
13+
"provideFeatureManagementConfig"
14+
],
15+
"namespace": "@abp/ng.feature-management"
16+
}
17+
],
18+
"ngModuleImports":[
19+
],
20+
"providerNames":[
21+
"provideFeatureManagementConfig()"
22+
]
23+
},
24+
"tsJsonPathRecordConfigurations":[
25+
{
26+
"name": "@abp/ng.feature-management",
27+
"paths": [
28+
"angular/projects/feature-management/src/public-api.ts"
29+
]
30+
},
31+
{
32+
"name": "@abp/ng.feature-management/proxy",
33+
"paths": [
34+
"angular/projects/feature-management/proxy/src/public-api.ts"
35+
]
36+
}
37+
]
38+
}
39+
]
40+
}

modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/Volo.Abp.FeatureManagement.Installer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<Pack>true</Pack>
2626
<PackagePath>content\</PackagePath>
2727
</Content>
28+
<None Remove="AngularInstallationInfo.json" />
29+
<Content Include="AngularInstallationInfo.json" />
2830
</ItemGroup>
2931

3032
</Project>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"packages":[
3+
{
4+
"name": "@abp/ng.setting-management",
5+
"appRoutingModuleConfiguration":{
6+
"routes":[
7+
"{ path: 'setting-management', loadChildren: () => import('@abp/ng.setting-management').then(m => m.SettingManagementModule.forLazy()),}"
8+
]
9+
},
10+
"appModuleConfiguration":{
11+
"imports":[
12+
{
13+
"names":[
14+
"provideSettingManagementConfig"
15+
],
16+
"namespace": "@abp/ng.setting-management/config"
17+
}
18+
],
19+
"ngModuleImports":[
20+
],
21+
"providerNames":[
22+
"provideSettingManagementConfig()"
23+
]
24+
},
25+
"tsJsonPathRecordConfigurations":[
26+
{
27+
"name": "@abp/ng.setting-management",
28+
"paths": [
29+
"angular/projects/setting-management/src/public-api.ts"
30+
]
31+
},
32+
{
33+
"name": "@abp/ng.setting-management/config",
34+
"paths": [
35+
"angular/projects/setting-management/config/src/public-api.ts"
36+
]
37+
},
38+
{
39+
"name": "@abp/ng.setting-management/proxy",
40+
"paths": [
41+
"angular/projects/setting-management/proxy/src/public-api.ts"
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}

modules/setting-management/src/Volo.Abp.SettingManagement.Installer/Volo.Abp.SettingManagement.Installer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<Pack>true</Pack>
2626
<PackagePath>content\</PackagePath>
2727
</Content>
28+
<None Remove="AngularInstallationInfo.json" />
29+
<Content Include="AngularInstallationInfo.json" />
2830
</ItemGroup>
2931

3032
</Project>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"packages":[
3+
{
4+
"name": "@abp/ng.tenant-management",
5+
"appRoutingModuleConfiguration":{
6+
"routes":[
7+
"{ path: 'tenant-management', loadChildren: () => import('@abp/ng.tenant-management').then(m => m.TenantManagementModule.forLazy()),}"
8+
]
9+
},
10+
"appModuleConfiguration":{
11+
"imports":[
12+
{
13+
"names":[
14+
"provideTenantManagementConfig"
15+
],
16+
"namespace": "@abp/ng.tenant-management/config"
17+
}
18+
],
19+
"ngModuleImports":[
20+
],
21+
"providerNames":[
22+
"provideTenantManagementConfig()"
23+
]
24+
},
25+
"tsJsonPathRecordConfigurations":[
26+
{
27+
"name": "@abp/ng.tenant-management",
28+
"paths": [
29+
"angular/projects/tenant-management/src/public-api.ts"
30+
]
31+
},
32+
{
33+
"name": "@abp/ng.tenant-management/config",
34+
"paths": [
35+
"angular/projects/tenant-management/config/src/public-api.ts"
36+
]
37+
},
38+
{
39+
"name": "@abp/ng.tenant-management/proxy",
40+
"paths": [
41+
"angular/projects/tenant-management/proxy/src/public-api.ts"
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}

modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/Volo.Abp.TenantManagement.Installer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<Pack>true</Pack>
2626
<PackagePath>content\</PackagePath>
2727
</Content>
28+
<None Remove="AngularInstallationInfo.json" />
29+
<Content Include="AngularInstallationInfo.json" />
2830
</ItemGroup>
2931

3032
</Project>

0 commit comments

Comments
 (0)