Browse Source

chore(release): 1.1.0-B.0

pull/12/head v1.1.0-B.0
deepblues 3 years ago
parent
commit
063ddff58f
  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

7
CHANGELOG.md

@ -2,6 +2,13 @@
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.1.0-B.0](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.1...v1.1.0-B.0) (2023-05-25)
### Features
* 🚀 增加导览模块,首页默认跳到导览,无人操作的时候会有一个大圆圈出现在屏幕上移动,修改默认logo,停车模块改名为智能寻车,品牌模块改名为品牌搜索,地图角度调整 ([57d2be0](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/57d2be0b0268c592c92679916d26342869bebfe9))
### [1.0.1](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.1-B.0...v1.0.1) (2023-05-22)
### [1.0.1-B.0](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0...v1.0.1-B.0) (2023-05-19)

4
package-lock.json

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

Loading…
Cancel
Save