Browse Source

chore(release): 1.1.0-B.2

pull/14/head v1.1.0-B.2
张耀 3 years ago
parent
commit
706bd1ff36
  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.2](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.1...v1.1.0-B.2) (2023-05-31)
### Bug Fixes
* 🧩 修改遗漏问题 ([2bf87a9](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/2bf87a96c4551e79f6f21ac252ec8a59b0c1ea65))
## [1.1.0-B.1](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.0...v1.1.0-B.1) (2023-05-31)

4
package-lock.json

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

Loading…
Cancel
Save