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 Mar 31, 2024
1 parent d8978f5 commit e9a0028
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## [1.8.1](https://github.com/miaoxing/mxjs-a-table/compare/v1.8.0...v1.8.1) (2024-03-31)





### Dependencies

* **@mxjs/cur-url:** upgrade from `1.0.10` to `1.0.11`
* **append-url:** upgrade from `1.0.26` to `1.0.27`
* **miaoxing:** upgrade from `0.4.12` to `0.4.13`
* **@mxjs/actions:** upgrade from `0.2.18` to `0.2.19`
* **@mxjs/a-button:** upgrade from `3.2.0` to `3.2.1`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`
* **@mxjs/test:** upgrade from `1.0.10` to `1.0.11`

# [1.8.0](https://github.com/miaoxing/mxjs-a-table/compare/v1.7.0...v1.8.0) (2024-02-20)


Expand Down
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-table",
"version": "1.8.0",
"version": "1.8.1",
"description": "> TODO: description",
"author": "twinh <twinhuang@qq.com>",
"homepage": "https://github.com/miaoxing/miaoxing#readme",
Expand Down Expand Up @@ -30,22 +30,22 @@
"dependencies": {
"antd": "~5.13",
"@ant-design/pro-components": "~2.6",
"@mxjs/cur-url": "^1.0.10",
"append-url": "^1.0.26",
"@mxjs/cur-url": "^1.0.11",
"append-url": "^1.0.27",
"deepmerge": "^4.2.2",
"miaoxing": "^0.4.12",
"miaoxing": "^0.4.13",
"prop-types": "^15.7.2",
"set-value": "^4.1.0",
"@mxjs/actions": "^0.2.18",
"@mxjs/a-button": "^3.2.0"
"@mxjs/actions": "^0.2.19",
"@mxjs/a-button": "^3.2.1"
},
"devDependencies": {
"@testing-library/react": "^14",
"core-js": "^3.6.5",
"@miaoxing/dev": "^9.1.0",
"@miaoxing/dev": "^9.1.1",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"@mxjs/test": "^1.0.10"
"@mxjs/test": "^1.0.11"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down

0 comments on commit e9a0028

Please sign in to comment.