Browse Source

chore(release): 1.0.0-B.2

pull/4/head v1.0.0-B.2
张耀 3 years ago
parent
commit
b2cd93d216
  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.0.0-B.2](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.1...v1.0.0-B.2) (2023-06-14)
### Features
* 🚀 修改活动滑动问题 ([7e11a67](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/7e11a67e4d571cea8b9299f4468d88928669eb39))
### Bug Fixes
* ci ([76e39fd](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/76e39fd4878bd1d01eb5be955cd2c8326919864c))
## 1.0.0-B.1 (2023-06-14)

4
package-lock.json

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

Loading…
Cancel
Save