Skip to content

Commit

Permalink
Merge pull request #43 from dancing-team/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
yusixian authored Feb 21, 2023
2 parents 85c020f + 8664ec7 commit 59ce1d5
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-ducks-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-rivers-divide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dance-ui/ui

## 0.1.1

### Patch Changes

- bed7a0a: feat: 新增轮播图组件及其基础 api
- bed7a0a: fix: useThrottle

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dance-ui/ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "🌸 A simple and elegant component library.",
"keywords": [
"components",
Expand Down
10 changes: 10 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dance-ui/example

## 0.1.1

### Patch Changes

- bed7a0a: feat: 新增轮播图组件及其基础 api
- bed7a0a: fix: useThrottle
- Updated dependencies [bed7a0a]
- Updated dependencies [bed7a0a]
- @dance-ui/ui@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dance-ui/example",
"version": "0.1.0",
"version": "0.1.1",
"description": "🌸 A simple and elegant component library document site.",
"authors": [
"[email protected]"
Expand All @@ -23,7 +23,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@dance-ui/ui": "workspace:^0.1.0",
"@dance-ui/ui": "workspace:^0.1.1",
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@mdx-js/react": "^1.6.22",
Expand Down
6 changes: 6 additions & 0 deletions packages/new-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# new-component

## 1.1.1

### Patch Changes

- bed7a0a: feat: 新增轮播图组件及其基础 api

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/new-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "new-component",
"version": "1.1.0",
"version": "1.1.1",
"description": "新建组件脚本",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 59ce1d5

@vercel
Copy link

@vercel vercel bot commented on 59ce1d5 Feb 21, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.