Browse Source

chore(release): 1.0.0-B.4

pull/4/head v1.0.0-B.4
liyongle 3 years ago
parent
commit
af8ddb9330
  1. 8
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

8
CHANGELOG.md

@ -2,6 +2,14 @@
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.0-B.4](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.3...v1.0.0-B.4) (2023-05-12)
### Bug Fixes
* 🧩 导航时不显示菜单 ([51582a4](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/51582a4b8ff06336b85b8e87da3a67646b8e694b))
* 🧩 修改导航界面 ([5f8985d](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/5f8985d595ea63735b6c3a3cbf98265462e62cde))
## [1.0.0-B.3](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-05-12)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.3",
"version": "1.0.0-B.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Loading…
Cancel
Save