Browse Source

chore(release): 1.1.0-B.10

pull/23/head v1.1.0-B.10
张耀 3 years ago
parent
commit
bf4fb0b877
  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.10](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.9...v1.1.0-B.10) (2023-06-17)
### Bug Fixes
* 🧩 优化地图角度 ([da6a21e](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/da6a21e4a216c41a890dfdc8907d88d2c6033950))
## [1.1.0-B.9](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.8...v1.1.0-B.9) (2023-06-16)

4
package-lock.json

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

Loading…
Cancel
Save