Skip to content

Commit a5abe5d

Browse files
authored
V2.0-RC (#259)
1 parent 2c4dfab commit a5abe5d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG-2.0.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# v2.0 - TBD
22

3-
## v2.0.1-beta.7 TDB
3+
## v2.0-RC
4+
5+
### Added
6+
7+
8+
## v2.0.1-beta.7
49

510
- [#225](https://github.com/mineadmin/MineAdmin/pull/225) Optimising ws amqp processing logic
611
- [#250](https://github.com/mineadmin/MineAdmin/pull/250) Optimise user filtering logic

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"description": "Quickly build a background management system for web applications",
1111
"license": "Apache-2.0",
1212
"require": {
13-
"mineadmin/app-store": "2.0.x-dev",
14-
"xmo/jwt-auth": "2.0.x-dev",
15-
"xmo/mine-core": "2.0.x-dev",
16-
"xmo/mine-generator": "2.0.x-dev",
17-
"xmo/mine-helpers": "2.0.x-dev",
18-
"xmo/mine-office": "2.0.x-dev",
19-
"xmo/mine-service": "2.0.x-dev",
20-
"xmo/mine-translatable": "2.0.x-dev"
13+
"mineadmin/app-store": "^2.0-RC",
14+
"xmo/jwt-auth": "^2.0-RC",
15+
"xmo/mine-core": "^2.0-RC",
16+
"xmo/mine-generator": "^2.0-RC",
17+
"xmo/mine-helpers": "^2.0-RC",
18+
"xmo/mine-office": "^2.0-RC",
19+
"xmo/mine-service": "^2.0-RC",
20+
"xmo/mine-translatable": "^2.0-RC"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)