Browse Source

chore(release): 1.1.0-B.12

pull/25/head v1.1.0-B.12
张耀 3 years ago
parent
commit
1747e42134
  1. 12
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

12
CHANGELOG.md

@ -2,6 +2,18 @@
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.12](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.11...v1.1.0-B.12) (2023-07-04)
### Features
* 修改寻车提示语,修改地图文件 ([a4906b3](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/a4906b348eb0e80067a990dc24b7b5e51f0b8825))
### Bug Fixes
* 地图修改电梯样式 ([59059d9](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/59059d99fb97115096167272f98605c97945c1d7))
## [1.1.0-B.11](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.10...v1.1.0-B.11) (2023-06-19)

4
package-lock.json

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

Loading…
Cancel
Save