Browse Source

chore(release): 1.0.9-B.0

pull/24/head v1.0.9-B.0
liyongle 3 years ago
parent
commit
1731ab0d1b
  1. 8
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

8
CHANGELOG.md

@ -2,6 +2,14 @@
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.9-B.0](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.8...v1.0.9-B.0) (2023-10-11)
### Bug Fixes
* 🧩 活动精选模块开发 ([4870c97](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/4870c979f7e139498bfe362b24163c6657f7444f))
* 🧩 优化 ([55736db](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/55736db9b43bab4d1138e2f92a44e7a7baa0a370))
### [1.0.8](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.8-B.0...v1.0.8) (2023-09-01)
### [1.0.8-B.0](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.7...v1.0.8-B.0) (2023-09-01)

4
package-lock.json

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

Loading…
Cancel
Save