Browse Source

chore(release): 1.0.0-B.6

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

9
CHANGELOG.md

@ -2,6 +2,15 @@
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.6](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.5...v1.0.0-B.6) (2023-05-12)
### Bug Fixes
* 🧩 搜索新增敬请期待 ([daf5296](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/daf5296bdea35807ce7bad7e6f6ef098fa600078))
* 修改冲突 ([77421f9](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/77421f927a95ebabb7467c08ab0a38b707157ae1))
* 修改页面问题 ([710d582](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/710d582dd75264c722ad47c486a394c888a1de91))
## [1.0.0-B.5](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.4...v1.0.0-B.5) (2023-05-12)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.5",
"version": "1.0.0-B.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.0.0-B.5",
"version": "1.0.0-B.6",
"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.5",
"version": "1.0.0-B.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Loading…
Cancel
Save