Skip to content

Commit

Permalink
chore: version packages (#27)
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 21, 2024
1 parent 4bd0e00 commit 6572afa
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/wise-hats-arrive.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- Updated dependencies [4bd0e00]
- @modern-kit/react@1.1.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"homepage": "https://github.com/modern-agile-team/modern-kit",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-kit/react

## 1.1.0

### Minor Changes

- 4bd0e00: Migration Babel to ESBuild

## 1.0.3

### 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": "@modern-kit/react",
"sideEffects": false,
"version": "1.0.3",
"version": "1.1.0",
"description": "modern-kit/react",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-kit/utils

## 1.2.0

### Minor Changes

- 4bd0e00: Migration Babel to ESBuild

## 1.1.0

### Minor 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": "@modern-kit/utils",
"sideEffects": false,
"version": "1.1.0",
"version": "1.2.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 6572afa

Please sign in to comment.