Skip to content

Commit

Permalink
fix(version): react-windrose
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurn committed Aug 25, 2024
1 parent 9a525ab commit 93acf77
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-app

## 1.0.2

### Patch Changes

- Updated dependencies
- @eunchurn/react-windrose@1.3.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.12

### Patch Changes

- Updated dependencies
- @eunchurn/react-windrose@1.3.1

## 1.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app",
"version": "1.2.11",
"version": "1.2.12",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-windrose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.1

### Patch Changes

- fix version

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eunchurn/react-windrose",
"version": "1.3.0",
"version": "1.3.1",
"private": false,
"types": "lib/index.d.ts",
"exports": {
Expand Down

0 comments on commit 93acf77

Please sign in to comment.