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 Oct 31, 2022
1 parent 54295c1 commit 5bf323d
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 356 deletions.
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.

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

## 1.4.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 与默认保持一致

* Updated dependencies [[`fd2910a`](https://github.com/NeteaseYanxuan/OSSA/commit/fd2910a9db05fb95d9f3b66b0c767c5e3ade3ebf), [`752dd04`](https://github.com/NeteaseYanxuan/OSSA/commit/752dd043683877dac417e311cdbfd3bd1175154e)]:
- ossaui@0.3.6

## 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.4.4",
"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.3.6",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ossa-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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 与默认保持一致

## 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
8 changes: 8 additions & 0 deletions packages/ossa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ossaui

## 0.3.6

### 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 与默认保持一致

## 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.3.6",
"description": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
Loading

0 comments on commit 5bf323d

Please sign in to comment.