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 Sep 1, 2024
1 parent 85a8dcb commit fe2ddc0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.17.8](https://github.com/twinh/wei/compare/v0.17.7...v0.17.8) (2024-09-01)


### Bug Fixes

* **ClassMap:** 根目录生成类名错误 ([85a8dcb](https://github.com/twinh/wei/commit/85a8dcbb17f27abdbcd9f86225543876285efe65))


### Features

* `Wei` 增加 `getAliases` 方法 ([69e66df](https://github.com/twinh/wei/commit/69e66df2ad7949ad8b17c6884ebd96354d239f4b))
* **Snowflake:** 增加机器编号到序列的缓存键名中,减少冲突 ([e6c4757](https://github.com/twinh/wei/commit/e6c475729f31048856253608372a30221ae3bc63))





### Dependencies

* **@miaoxing/dev:** upgrade from `9.1.3` to `9.2.0`

## [0.17.7](https://github.com/twinh/wei/compare/v0.17.6...v0.17.7) (2024-08-03)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"joseph-lenton/php-error": "dev-master",
"miaoxing/dev": "^9.1.3"
"miaoxing/dev": "^9.2.0"
},
"authors": [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.17.7-dev"
"dev-main": "0.17.8-dev"
},
"require-ci": {
"miaoxing/dev": "miaoxing/dev as 9.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.17.7';
public const VERSION = '0.17.8';

/**
* 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.17.7",
"version": "0.17.8",
"main": "index.js",
"author": "twinh",
"license": "MIT",
"private": true,
"devDependencies": {
"@miaoxing/dev": "^9.1.3"
"@miaoxing/dev": "^9.2.0"
}
}

0 comments on commit fe2ddc0

Please sign in to comment.