Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
JsonLYH committed Aug 31, 2023
2 parents ad55c17 + e0476f4 commit f572c19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
BRANCH: master
FOLDER: ./dist/docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

- name: 文档生成成功通知
run: echo npm 文档上传成功,请访问 https://jsonlyh.github.io/agility-form-doc
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.11](https://github.com/JsonLYH/agility-form/compare/v1.0.9...v1.0.11) (2023-08-31)

### [1.0.10](https://github.com/JsonLYH/agility-form/compare/v1.0.9...v1.0.10) (2023-08-31)

### [1.0.9](https://github.com/JsonLYH/agility-form/compare/v1.0.8...v1.0.9) (2023-08-31)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agility-form",
"version": "1.0.10",
"version": "1.0.11",
"description": "基于Vue2+ElementUI开发的快速表单生成工具,通过JSON即可快速进行中后台表单、业务赋能.",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit f572c19

Please sign in to comment.