@volo/qa 8.3.0-rc.2 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,25 +5,24 @@ For more information, check out the below links:
5
5
 
6
6
  🔗Official Website: https://abp.io
7
7
 
8
- 🔗Commercial Website: https://commercial.abp.io
9
8
 
10
- 🔗Commercial Demo: https://commercial.abp.io/demo
9
+ 🔗Demo: https://abp.io/demo
11
10
 
12
11
  🔗GitHub Repository: https://github.com/abpframework/abp
13
12
 
14
13
  🔗Official Theme: https://www.LeptonTheme.com
15
14
 
16
- 🔗Documentation: https://docs.abp.io
15
+ 🔗Documentation: https://abp.io/docs/latest/
17
16
 
18
- 🔗Community: https://community.abp.io
17
+ 🔗Community: https://abp.io/community/
19
18
 
20
- 🔗Blog: https://blog.abp.io
19
+ 🔗Blog: https://abp.io/blog
21
20
 
22
21
  🔗Books: https://abp.io/books
23
22
 
24
23
  🔗Twitter: https://twitter.com/abpframework
25
24
 
26
- 🔗Discord: https://community.abp.io/discord
25
+ 🔗Discord: https://abp.io/community/discord
27
26
 
28
27
  🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp
29
28
 
@@ -34,7 +33,7 @@ For more information, check out the below links:
34
33
 
35
34
  Why should you use the ABP.IO Platform instead of creating a new solution from scratch?
36
35
 
37
- You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en/commercial/latest/why-abp-io-platform)
36
+ You can find the answer here 👉🏻 [Why ABP Platform?](https://abp.io/docs/latest/others/why-abp-platform)
38
37
 
39
38
  ## 🚀 Key Features of the ABP Framework
40
39
 
@@ -99,7 +98,7 @@ You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en
99
98
 
100
99
  ## 🧐 How It Works?
101
100
 
102
- The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://commercial.abp.io/how-it-works)
101
+ The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://abp.io/how-it-works)
103
102
 
104
103
 
105
104
  ### 📘 Supported Database Providers
@@ -126,4 +125,4 @@ The following page explains how you use the ABP.IO Platform as a .NET developer
126
125
 
127
126
  ## 📫 Bug & Support
128
127
 
129
- Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [support.abp.io](https://support.abp.io).
128
+ Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [abp.io/support/questions](https://abp.io/support/questions).
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
- "version": "8.3.0-rc.2",
2
+ "version": "8.3.0",
3
3
  "name": "@volo/qa",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
- "@abp/signalr": "~8.3.0-rc.2",
9
- "@abp/tui-editor": "~8.3.0-rc.2",
10
- "@volo/abp.aspnetcore.mvc.ui.theme.commercial": "~8.3.0-rc.2"
8
+ "@abp/signalr": "~8.3.0",
9
+ "@abp/tui-editor": "~8.3.0",
10
+ "@volo/abp.aspnetcore.mvc.ui.theme.commercial": "~8.3.0"
11
11
  },
12
12
  "gitHead": "ef77a826e901efb7966ea5fb3a625e75d3c52bd5",
13
13
  "homepage": "https://abp.io",