Skip to content

Commit

Permalink
chore: release v2.7.3 (#726)
Browse files Browse the repository at this point in the history
* chore: release v2.7.3

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: qwqcode <[email protected]>
  • Loading branch information
github-actions[bot] and qwqcode authored Dec 28, 2023
1 parent a5b428d commit 6316559
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@

## [v2.7.3](https://github.com/ArtalkJS/Artalk/compare/v2.7.2...v2.7.3) (2023-12-28)

### Features

* **ci:** add dry-run mode for build workflow
* **cmd:** support cli flag for creating admin account

### Bug Fixes

* **ui/init:** stack overflow when merging with config defaults ([#717](https://github.com/ArtalkJS/Artalk/issues/717))

### Performance Improvements

* **ui/build:** better dts generation ([#689](https://github.com/ArtalkJS/Artalk/issues/689))

### Code Refactoring

* **ci:** better release workflow
* **docker:** add `--build-arg` argument to skip ui build
* **test/ui:** add more ui api tests
* **ui:** refactor directory structure ([#712](https://github.com/ArtalkJS/Artalk/issues/712))
* **ui/conf:** better handling of mutable config ([#722](https://github.com/ArtalkJS/Artalk/issues/722))
* **ui/test:** add vitest for unit testing

### Documentation

* update ui api documentation

### BREAKING CHANGE


Directly referencing `artalk.conf` and `artalk.$root` is deprecated. Please use functions instead: `artalk.getConf()` and `artalk.getEl()`.


## [v2.7.2](https://github.com/ArtalkJS/Artalk/compare/v2.7.1...v2.7.2) (2023-12-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/code/ArtalkVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "2.7.1"
"latest": "2.7.3"
}
2 changes: 1 addition & 1 deletion ui/artalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artalk",
"version": "2.7.2",
"version": "2.7.3",
"description": "A self-hosted comment system",
"keywords": [
"comment-system",
Expand Down

0 comments on commit 6316559

Please sign in to comment.