Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
chore: version packages (#100)
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 May 8, 2024
1 parent e3d798b commit d060e51
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-hounds-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-trains-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-knives-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-dryers-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-bikes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-adults-mate.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 0.0.54

### Patch Changes

- Updated dependencies [[`02c36be`](https://github.com/Team-Grace/devgrace/commit/02c36bec7062ee500436207a2d2b09d8f403b111), [`d749621`](https://github.com/Team-Grace/devgrace/commit/d7496216ccfc834ff6ff921005f63ac6be25520e), [`e3d798b`](https://github.com/Team-Grace/devgrace/commit/e3d798b51678fe768e30efb067dc259b45b9d730)]:
- @devgrace/react@1.1.0
- @devgrace/ui@0.8.3

## 0.0.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.53",
"version": "0.0.54",
"private": true,
"homepage": "https://github.com/Team-Grace/devgrace",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @devgrace/react

## 1.1.0

### Minor Changes

- [#122](https://github.com/Team-Grace/devgrace/pull/122) [`d749621`](https://github.com/Team-Grace/devgrace/commit/d7496216ccfc834ff6ff921005f63ac6be25520e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat: Add SwitchCase, useBlockPromiseMultipleClick, delay

- [#124](https://github.com/Team-Grace/devgrace/pull/124) [`e3d798b`](https://github.com/Team-Grace/devgrace/commit/e3d798b51678fe768e30efb067dc259b45b9d730) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): Add useFileReader hook

### Patch Changes

- [#99](https://github.com/Team-Grace/devgrace/pull/99) [`02c36be`](https://github.com/Team-Grace/devgrace/commit/02c36bec7062ee500436207a2d2b09d8f403b111) Thanks [@ssi02014](https://github.com/ssi02014)! - refac: eslint rule'

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devgrace/react",
"sideEffects": false,
"version": "1.0.2",
"version": "1.1.0",
"description": "devgrace/react",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @devgrace/types

## 1.1.0

### Minor Changes

- [#110](https://github.com/Team-Grace/devgrace/pull/110) [`0954239`](https://github.com/Team-Grace/devgrace/commit/0954239c7dbe9b95dc5ae08de05a2546c8be3fe3) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(types): Add ExtractSetType, ExtractMapType, Promiseable

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devgrace/types",
"sideEffects": false,
"version": "1.0.1",
"version": "1.1.0",
"description": "devgrace/types",
"exports": {
".": {
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 @@
# @devgrace/ui

## 0.8.3

### Patch Changes

- [#99](https://github.com/Team-Grace/devgrace/pull/99) [`02c36be`](https://github.com/Team-Grace/devgrace/commit/02c36bec7062ee500436207a2d2b09d8f403b111) Thanks [@ssi02014](https://github.com/ssi02014)! - refac: eslint rule'

## 0.8.2

### 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,7 +1,7 @@
{
"name": "@devgrace/ui",
"sideEffects": false,
"version": "0.8.2",
"version": "0.8.3",
"description": "devgrace/ui",
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @devgrace/utils

## 1.1.0

### Minor Changes

- [#122](https://github.com/Team-Grace/devgrace/pull/122) [`d749621`](https://github.com/Team-Grace/devgrace/commit/d7496216ccfc834ff6ff921005f63ac6be25520e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat: Add SwitchCase, useBlockPromiseMultipleClick, delay

### Patch Changes

- [#109](https://github.com/Team-Grace/devgrace/pull/109) [`dfc99cd`](https://github.com/Team-Grace/devgrace/commit/dfc99cd9f0562de1c3fc33057dd9ff57fbc4241c) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): add delay utils function

- [#106](https://github.com/Team-Grace/devgrace/pull/106) [`d5c9a45`](https://github.com/Team-Grace/devgrace/commit/d5c9a45aaf7d806bc222de81952682799feee895) Thanks [@ssi02014](https://github.com/ssi02014)! - feat: Add isPromise

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devgrace/utils",
"sideEffects": false,
"version": "1.0.2",
"version": "1.1.0",
"description": "devgrace/utils",
"exports": {
".": {
Expand Down

0 comments on commit d060e51

Please sign in to comment.