Skip to content

Commit

Permalink
Version Packages (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 9, 2022
1 parent 56c33bd commit fc269ba
Show file tree
Hide file tree
Showing 8 changed files with 262 additions and 293 deletions.
7 changes: 0 additions & 7 deletions .changeset/large-cameras-tell.md

This file was deleted.

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

## 1.7.1

### Patch Changes

- [#105](https://github.com/NeteaseYanxuan/OSSA/pull/105) [`56c33bd`](https://github.com/NeteaseYanxuan/OSSA/commit/56c33bde4035e4f263cc8949d29712fa3956c8b9) Thanks [@CaedmonW](https://github.com/CaedmonW)! - add onImageClick for upload

- Updated dependencies [[`56c33bd`](https://github.com/NeteaseYanxuan/OSSA/commit/56c33bde4035e4f263cc8949d29712fa3956c8b9)]:
- ossaui@0.5.1

## 1.7.0

### Minor 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.7.0",
"version": "1.7.1",
"private": true,
"description": "OSSA Demo",
"privite": true,
Expand Down Expand Up @@ -58,7 +58,7 @@
"@tarojs/shared": "3.5.4",
"@tarojs/taro": "3.5.4",
"@tarojs/taro-h5": "3.5.4",
"ossaui": "workspace:^0.5.0",
"ossaui": "workspace:^0.5.1",
"@ossa/loki": "workspace:^1.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ossa-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ossa-doc

## 0.2.1

### Patch Changes

- [#105](https://github.com/NeteaseYanxuan/OSSA/pull/105) [`56c33bd`](https://github.com/NeteaseYanxuan/OSSA/commit/56c33bde4035e4f263cc8949d29712fa3956c8b9) Thanks [@CaedmonW](https://github.com/CaedmonW)! - add onImageClick for upload

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
6 changes: 6 additions & 0 deletions packages/ossa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ossaui

## 0.5.1

### Patch Changes

- [#105](https://github.com/NeteaseYanxuan/OSSA/pull/105) [`56c33bd`](https://github.com/NeteaseYanxuan/OSSA/commit/56c33bde4035e4f263cc8949d29712fa3956c8b9) Thanks [@CaedmonW](https://github.com/CaedmonW)! - add onImageClick for upload

## 0.5.0

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

2 comments on commit fc269ba

@vercel
Copy link

@vercel vercel bot commented on fc269ba Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ossa-doc – ./

ossa-doc-ossa.vercel.app
ossa-doc.vercel.app
ossa.miaode.com
ossa-doc-git-main-ossa.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fc269ba Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ossa-demo – ./

ossa-demo-ossa.vercel.app
ossaui.vercel.app
ossa-demo-git-main-ossa.vercel.app

Please sign in to comment.