diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c67ff5267..773c6df75f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) + + +### Bug Fixes + +* **ui/swipe:** the screen size changes, the size of the carousel will not change ([#112](https://github.com/haoziqaq/varlet/issues/112)) ([7110457](https://github.com/haoziqaq/varlet/commit/71104570a6192af6293de894d42ca09d9b78f0c5)) + + + + + # [1.13.0](https://github.com/haoziqaq/varlet/compare/v1.12.0...v1.13.0) (2021-07-30) diff --git a/lerna.json b/lerna.json index 59b455edc31..da66e7f6db4 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.13.0" + "version": "1.13.1" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index cc3a493a880..02cdebbfa73 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) + +**Note:** Version bump only for package @varlet/cli + + + + + # [1.13.0](https://github.com/haoziqaq/varlet/compare/v1.12.0...v1.13.0) (2021-07-30) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 93d3c7df161..07832ff0eb9 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.13.0", + "version": "1.13.1", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -39,7 +39,7 @@ "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@varlet/markdown-loader": "^1.9.0", - "@varlet/ui": "^1.13.0", + "@varlet/ui": "^1.13.1", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "^3.1.4", "@vue/test-utils": "^2.0.0-rc.6", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 5372823d7f8..7ad82456771 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31) + + +### Bug Fixes + +* **ui/swipe:** the screen size changes, the size of the carousel will not change ([#112](https://github.com/haoziqaq/varlet/issues/112)) ([7110457](https://github.com/haoziqaq/varlet/commit/71104570a6192af6293de894d42ca09d9b78f0c5)) + + + + + # [1.13.0](https://github.com/haoziqaq/varlet/compare/v1.12.0...v1.13.0) (2021-07-30) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 9441d4bf926..859c4785c33 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.13.0", + "version": "1.13.1", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -47,7 +47,7 @@ }, "gitHead": "04cbbd571a061f5d5651515132a8ef079de5673e", "devDependencies": { - "@varlet/cli": "^1.13.0" + "@varlet/cli": "^1.13.1" }, "dependencies": { "@babel/runtime": "^7.13.10",