Skip to content

Commit

Permalink
chore: update versions (#124)
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] authored Apr 5, 2022
1 parent 9d8820e commit 9ae9eea
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/wicked-guests-add.md

This file was deleted.

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

## 0.0.20

### Patch Changes

- Updated dependencies [[`9d8820e`](https://github.com/design-to-release/cosmic-design/commit/9d8820e796a264225ca8e57b7479bfc0e94cfda7)]:
- [email protected]

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/san/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmic-san",
"version": "0.0.19",
"version": "0.0.20",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cosmic-svelte

## 0.0.20

### Patch Changes

- Updated dependencies [[`9d8820e`](https://github.com/design-to-release/cosmic-design/commit/9d8820e796a264225ca8e57b7479bfc0e94cfda7)]:
- [email protected]

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmic-svelte",
"version": "0.0.19",
"version": "0.0.20",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cosmic-design

## 0.0.37

### Patch Changes

- [#123](https://github.com/design-to-release/cosmic-design/pull/123) [`9d8820e`](https://github.com/design-to-release/cosmic-design/commit/9d8820e796a264225ca8e57b7479bfc0e94cfda7) Thanks [@xuelongm](https://github.com/xuelongm)! - add sub menu

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmic-ui-alpha",
"version": "0.0.36",
"version": "0.0.37",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cosmic-vue

## 0.0.57

### Patch Changes

- [#123](https://github.com/design-to-release/cosmic-design/pull/123) [`9d8820e`](https://github.com/design-to-release/cosmic-design/commit/9d8820e796a264225ca8e57b7479bfc0e94cfda7) Thanks [@xuelongm](https://github.com/xuelongm)! - add sub menu

## 0.0.56

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmic-vue",
"version": "0.0.56",
"version": "0.0.57",
"scripts": {
"watch": "vite build --watch",
"dev": "vite",
Expand Down

0 comments on commit 9ae9eea

Please sign in to comment.