Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psaren/taro-ui-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-alpha.9
Choose a base ref
...
head repository: psaren/taro-ui-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-alpha.10
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 21, 2020

  1. chore: update build

    psaren committed Sep 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0087e40 View commit details
  2. Copy the full SHA
    36afed0 View commit details
Showing with 31 additions and 4 deletions.
  1. +9 −0 CHANGELOG.md
  2. +1 −1 lerna.json
  3. +9 −0 packages/taro-ui-vue-demo/CHANGELOG.md
  4. +1 −1 packages/taro-ui-vue-demo/package.json
  5. +9 −0 packages/taro-ui-vue/CHANGELOG.md
  6. +2 −2 packages/taro-ui-vue/package.json
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.10](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-09-21)

**Note:** Version bump only for package taro-ui-vue






# [1.0.0-alpha.9](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-09-19)


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"license": "MIT"
}
},
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"npmClient": "yarn",
"useWorkspaces": true
}
9 changes: 9 additions & 0 deletions packages/taro-ui-vue-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.10](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-09-21)

**Note:** Version bump only for package taro-ui-vue-demo






# [1.0.0-alpha.9](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-09-19)


2 changes: 1 addition & 1 deletion packages/taro-ui-vue-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-vue-demo",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "demo for Taro-UI-Vue",
"author": "psaren",
"repository": {
9 changes: 9 additions & 0 deletions packages/taro-ui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.10](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-09-21)

**Note:** Version bump only for package taro-ui-vue






# [1.0.0-alpha.9](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-09-19)


4 changes: 2 additions & 2 deletions packages/taro-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui-vue",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "UI KIT for Taro/vue",
"browser": "src/index.js",
"module": "src/index.js",
@@ -24,7 +24,7 @@
"test:analyze": "rollup --config ./config/rollup.config.analyze.js",
"build:lib": "tsc --project ./tsconfig.build.json",
"build:lib-dev": "cross-env LIB_ENV=dev rollup --config ./config/rollup.config.js",
"build:rollup": "rollup --config ./config/rollup.config.js",
"build:rollup": "rollup --config ./config/rollup.config.js && node config/copy.js",
"rollup:test": "node tests/transform-component.js && rollup --config ./config/rollup-test.config.js",
"clean": "rimraf dist lib",
"clog": "conventional-changelog -p angular -i CHANGELOG.md -s -r",