Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/true-horses-design.md

This file was deleted.

7 changes: 7 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @simple-photo-gallery/common

## 2.1.8

### Patch Changes

- 9903210: Improve robustness, performance and correctness
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simple-photo-gallery/common",
"version": "2.1.7",
"version": "2.1.8",
"description": "Shared utilities and types for Simple Photo Gallery",
"license": "MIT",
"author": "Vladimir Haltakov, Tomasz Rusin",
Expand Down
10 changes: 10 additions & 0 deletions gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# simple-photo-gallery

## 2.1.8

### Patch Changes

- 9903210: Improve robustness, performance and correctness
- Updated dependencies [9903210]
- @simple-photo-gallery/common@2.1.8
- @simple-photo-gallery/theme-modern@2.1.8
2 changes: 1 addition & 1 deletion gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-photo-gallery",
"version": "2.1.7",
"version": "2.1.8",
"description": "Simple Photo Gallery CLI",
"license": "MIT",
"author": "Vladimir Haltakov, Tomasz Rusin",
Expand Down
7 changes: 7 additions & 0 deletions themes/modern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @simple-photo-gallery/theme-modern

## 2.1.8

### Patch Changes

- 9903210: Improve robustness, performance and correctness
2 changes: 1 addition & 1 deletion themes/modern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simple-photo-gallery/theme-modern",
"version": "2.1.7",
"version": "2.1.8",
"description": "Modern theme for Simple Photo Gallery",
"license": "MIT",
"author": "Vladimir Haltakov, Tomasz Rusin",
Expand Down
Loading