Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2022
1 parent 57019bc commit f6fac3f
Show file tree
Hide file tree
Showing 11 changed files with 337 additions and 369 deletions.
6 changes: 0 additions & 6 deletions .changeset/light-humans-learn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-elephants-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-baboons-beg.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-jobs-relax.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/ossa-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ossa-demo

## 1.5.0

### Minor Changes

- [#49](https://github.com/NeteaseYanxuan/OSSA/pull/49) [`57019bc`](https://github.com/NeteaseYanxuan/OSSA/commit/57019bc6da770de0e34eba4e3f80e8cde65f5ee8) Thanks [@Zeng-J](https://github.com/Zeng-J)! - Radio 受控 可由 RadioGroup 控制

### Patch Changes

- [#61](https://github.com/NeteaseYanxuan/OSSA/pull/61) [`fd2910a`](https://github.com/NeteaseYanxuan/OSSA/commit/fd2910a9db05fb95d9f3b66b0c767c5e3ade3ebf) Thanks [@kiner-tang](https://github.com/kiner-tang)! - feat(Carousel): 走马灯点击回调支持传入当前点击子项索引

* [#60](https://github.com/NeteaseYanxuan/OSSA/pull/60) [`752dd04`](https://github.com/NeteaseYanxuan/OSSA/commit/752dd043683877dac417e311cdbfd3bd1175154e) Thanks [@kiner-tang](https://github.com/kiner-tang)! - indicatorColor 与默认保持一致

- [#58](https://github.com/NeteaseYanxuan/OSSA/pull/58) [`6d50ebe`](https://github.com/NeteaseYanxuan/OSSA/commit/6d50ebe652716ac2fb3a6f93107271b98d06034b) Thanks [@kiner-tang](https://github.com/kiner-tang)! - fix(Badge): 修复 Badge 的 info 为 0 或为空时显示异常问题

- Updated dependencies [[`57019bc`](https://github.com/NeteaseYanxuan/OSSA/commit/57019bc6da770de0e34eba4e3f80e8cde65f5ee8), [`fd2910a`](https://github.com/NeteaseYanxuan/OSSA/commit/fd2910a9db05fb95d9f3b66b0c767c5e3ade3ebf), [`752dd04`](https://github.com/NeteaseYanxuan/OSSA/commit/752dd043683877dac417e311cdbfd3bd1175154e), [`6d50ebe`](https://github.com/NeteaseYanxuan/OSSA/commit/6d50ebe652716ac2fb3a6f93107271b98d06034b)]:
- ossaui@0.4.0

## 1.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ossa-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossa-demo",
"version": "1.4.3",
"version": "1.5.0",
"private": true,
"description": "OSSA Demo",
"privite": true,
Expand Down Expand Up @@ -56,7 +56,7 @@
"@tarojs/taro-h5": "3.5.4",
"@tarojs/plugin-framework-react": "3.5.4",
"@tarojs/react": "3.5.4",
"ossaui": "workspace:^0.3.3",
"ossaui": "workspace:^0.4.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/ossa-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ossa-doc

## 0.0.4

### Patch Changes

- [#61](https://github.com/NeteaseYanxuan/OSSA/pull/61) [`fd2910a`](https://github.com/NeteaseYanxuan/OSSA/commit/fd2910a9db05fb95d9f3b66b0c767c5e3ade3ebf) Thanks [@kiner-tang](https://github.com/kiner-tang)! - feat(Carousel): 走马灯点击回调支持传入当前点击子项索引

* [#60](https://github.com/NeteaseYanxuan/OSSA/pull/60) [`752dd04`](https://github.com/NeteaseYanxuan/OSSA/commit/752dd043683877dac417e311cdbfd3bd1175154e) Thanks [@kiner-tang](https://github.com/kiner-tang)! - indicatorColor 与默认保持一致

- [#58](https://github.com/NeteaseYanxuan/OSSA/pull/58) [`6d50ebe`](https://github.com/NeteaseYanxuan/OSSA/commit/6d50ebe652716ac2fb3a6f93107271b98d06034b) Thanks [@kiner-tang](https://github.com/kiner-tang)! - fix(Badge): 修复 Badge 的 info 为 0 或为空时显示异常问题

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ossa-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossa-doc",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
14 changes: 14 additions & 0 deletions packages/ossa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ossaui

## 0.4.0

### Minor Changes

- [#49](https://github.com/NeteaseYanxuan/OSSA/pull/49) [`57019bc`](https://github.com/NeteaseYanxuan/OSSA/commit/57019bc6da770de0e34eba4e3f80e8cde65f5ee8) Thanks [@Zeng-J](https://github.com/Zeng-J)! - Radio 受控 可由 RadioGroup 控制

### Patch Changes

- [#61](https://github.com/NeteaseYanxuan/OSSA/pull/61) [`fd2910a`](https://github.com/NeteaseYanxuan/OSSA/commit/fd2910a9db05fb95d9f3b66b0c767c5e3ade3ebf) Thanks [@kiner-tang](https://github.com/kiner-tang)! - feat(Carousel): 走马灯点击回调支持传入当前点击子项索引

* [#60](https://github.com/NeteaseYanxuan/OSSA/pull/60) [`752dd04`](https://github.com/NeteaseYanxuan/OSSA/commit/752dd043683877dac417e311cdbfd3bd1175154e) Thanks [@kiner-tang](https://github.com/kiner-tang)! - indicatorColor 与默认保持一致

- [#58](https://github.com/NeteaseYanxuan/OSSA/pull/58) [`6d50ebe`](https://github.com/NeteaseYanxuan/OSSA/commit/6d50ebe652716ac2fb3a6f93107271b98d06034b) Thanks [@kiner-tang](https://github.com/kiner-tang)! - fix(Badge): 修复 Badge 的 info 为 0 或为空时显示异常问题

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ossa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossaui",
"version": "0.3.5",
"version": "0.4.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
Loading

0 comments on commit f6fac3f

Please sign in to comment.