Browse Source

chore(release): 1.0.0-B.5

pull/6/head v1.0.0-B.5
张耀 3 years ago
parent
commit
27ed4e5246
  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.0.0-B.5](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.4...v1.0.0-B.5) (2023-06-15)
### Bug Fixes
* 🧩 修改品牌顶部自动滚动 ([265f363](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/265f3632a981cd68a46023848f8c782c0ec3d3c7))
## [1.0.0-B.4](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.3...v1.0.0-B.4) (2023-06-14)

4
package-lock.json

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

Loading…
Cancel
Save