Skip to content

Commit

Permalink
Version Packages (#852)
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 Oct 23, 2022
1 parent bc6286c commit 5880043
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-ghosts-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-steaks-battle.md

This file was deleted.

9 changes: 9 additions & 0 deletions example/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @3design/nextjs-app

## 1.0.3

### Patch Changes

- [#844](https://github.com/4-design/for-ui/pull/844) [`b3a4336`](https://github.com/4-design/for-ui/commit/b3a433647d8bf6c1247a103e198aa5f310da9c5e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all non-major dependencies

- Updated dependencies [[`b3a4336`](https://github.com/4-design/for-ui/commit/b3a433647d8bf6c1247a103e198aa5f310da9c5e), [`bc6286c`](https://github.com/4-design/for-ui/commit/bc6286c61409836052b68d55f47f9725917df5ee)]:
- @4design/for-ui@1.0.5

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@4design/nextjs-app",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
9 changes: 9 additions & 0 deletions example/vite-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @3design/vite-app

## 1.0.4

### Patch Changes

- [#844](https://github.com/4-design/for-ui/pull/844) [`b3a4336`](https://github.com/4-design/for-ui/commit/b3a433647d8bf6c1247a103e198aa5f310da9c5e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all non-major dependencies

- Updated dependencies [[`b3a4336`](https://github.com/4-design/for-ui/commit/b3a433647d8bf6c1247a103e198aa5f310da9c5e), [`bc6286c`](https://github.com/4-design/for-ui/commit/bc6286c61409836052b68d55f47f9725917df5ee)]:
- @4design/for-ui@1.0.5

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/vite-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@4design/vite-app",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
8 changes: 8 additions & 0 deletions packages/for-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @3design/3design-ui

## 1.0.5

### Patch Changes

- [#844](https://github.com/4-design/for-ui/pull/844) [`b3a4336`](https://github.com/4-design/for-ui/commit/b3a433647d8bf6c1247a103e198aa5f310da9c5e) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all non-major dependencies

- [#853](https://github.com/4-design/for-ui/pull/853) [`bc6286c`](https://github.com/4-design/for-ui/commit/bc6286c61409836052b68d55f47f9725917df5ee) Thanks [@locona](https://github.com/locona)! - chore: packages/3design-ui -> packages/for-ui

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/for-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4design/for-ui",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/4-design/for-ui",
"main": "dist/commonjs/for-ui.js",
"module": "dist/esm/for-ui.esm.js",
Expand Down

0 comments on commit 5880043

Please sign in to comment.