Skip to content

Commit

Permalink
bump: inc patch version for merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abiriadev committed Jun 2, 2024
1 parent 759138c commit 38ec495
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/blue-archive-students/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# blue-archive-students

## 1.0.2

### Patch Changes

- Updated dependencies
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/blue-archive-students/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-archive-students",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"scripts": {
"build": "seia build",
Expand Down
6 changes: 6 additions & 0 deletions packages/seia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# seia.js

## 0.1.2

### Patch Changes

- - #6 Thanks @nemorize! - Fixed some typos in codebase and documentations

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/seia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seia.js",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"description": "Lightweight SSR framework for React Server Components",
"keywords": [
Expand Down

0 comments on commit 38ec495

Please sign in to comment.