Skip to content

Commit

Permalink
Version Packages (#29)
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 Dec 6, 2023
1 parent 916e163 commit 9dcb2aa
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-actors-tap.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/examples/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urami/demo-astro

## 0.0.5

### Patch Changes

- @urami/astro@1.0.3

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@urami/demo-astro",
"type": "module",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urami/demo-solid

## 0.0.9

### Patch Changes

- Updated dependencies [493ffbd]
- @urami/core@1.2.3

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/demo-solid",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urami/demo-sveltekit

## 0.0.11

### Patch Changes

- Updated dependencies [493ffbd]
- @urami/core@1.2.3

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/demo-sveltekit",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urami/astro

## 1.0.3

### Patch Changes

- Updated dependencies [493ffbd]
- @urami/core@1.2.3

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/astro",
"version": "1.0.2",
"version": "1.0.3",
"description": "Astro integration for automatic image optimization",
"type": "module",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urami/core

## 1.2.3

### Patch Changes

- 493ffbd: `sharp` has been correctly defined as peer dependency

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/core",
"version": "1.2.2",
"version": "1.2.3",
"description": "Automatic image optimization server endpoints",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down

0 comments on commit 9dcb2aa

Please sign in to comment.