Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Jul 31, 2023
1 parent b0bb602 commit 2842624
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.15.10](https://github.com/twinh/wei/compare/v0.15.9...v0.15.10) (2023-07-31)


### Bug Fixes

* **Model:** 关联数据应设置为已加载的状态 ([211301c](https://github.com/twinh/wei/commit/211301ceda41f56bb3aea20ccffa5bf6c850791f))


### Features

* **QueryBuilder:** 增加 `exists` 方法,用于判断查询是否有结果 ([b0bb602](https://github.com/twinh/wei/commit/b0bb6025826411ed8f6301988ea860f956074569))





### Dependencies

* **@miaoxing/dev:** upgrade from `8.2.1` to `8.2.2`

## [0.15.9](https://github.com/twinh/wei/compare/v0.15.8...v0.15.9) (2023-06-30)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"doctrine/inflector": "^1.4|^2.0",
"joseph-lenton/php-error": "dev-master",
"phpunit/phpunit": "^8",
"miaoxing/dev": "^8.2.1"
"miaoxing/dev": "^8.2.2"
},
"authors": [
{
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.15.9-dev"
"dev-main": "0.15.10-dev"
},
"require-ci": {
"miaoxing/dev": "miaoxing/dev as 8.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion lib/Wei.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Wei extends Base
/**
* Version
*/
public const VERSION = '0.15.9';
public const VERSION = '0.15.10';

/**
* The configurations for all objects
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@wei/wei",
"version": "0.15.9",
"version": "0.15.10",
"main": "index.js",
"author": "twinh",
"license": "MIT",
"private": true,
"devDependencies": {
"@miaoxing/dev": "^8.2.1"
"@miaoxing/dev": "^8.2.2"
}
}

0 comments on commit 2842624

Please sign in to comment.