Skip to content

Commit

Permalink
Version Packages (#24)
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 Nov 12, 2023
1 parent 1fa0f6a commit 60ec6fc
Show file tree
Hide file tree
Showing 24 changed files with 93 additions and 27 deletions.
11 changes: 0 additions & 11 deletions .changeset/modern-geckos-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-icons-float.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [2ea3b8d]
- @urami/astro@1.0.1

## 0.0.2

### 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.2",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/demo-solid

## 0.0.7

### Patch Changes

- Updated dependencies [1fa0f6a]
- @urami/solid@1.0.3
- @urami/core@1.2.1

## 0.0.6

### 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.6",
"version": "0.0.7",
"type": "module",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/examples/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/demo-sveltekit

## 0.0.9

### Patch Changes

- Updated dependencies [1fa0f6a]
- @urami/svelte@1.1.1
- @urami/core@1.2.1

## 0.0.8

### 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.8",
"version": "0.0.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urami/astro

## 1.0.1

### Patch Changes

- 2ea3b8d: change homepage to framework specific docs
- Updated dependencies [1fa0f6a]
- @urami/utils@1.0.2
- @urami/core@1.2.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.1

### Patch Changes

- 1fa0f6a: change contact email

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"description": "Automatic image optimization server endpoints",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/react

## 1.0.3

### Patch Changes

- 1fa0f6a: change contact email
- Updated dependencies [1fa0f6a]
- @urami/utils@1.0.2

## 1.0.2

### 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,6 +1,6 @@
{
"name": "@urami/react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Automatic image optimization component for React",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/solid

## 1.0.3

### Patch Changes

- 1fa0f6a: change contact email
- Updated dependencies [1fa0f6a]
- @urami/utils@1.0.2

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/solid",
"version": "1.0.2",
"version": "1.0.3",
"description": "Automatic image optimization component for Solid",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/svelte

## 1.1.1

### Patch Changes

- 1fa0f6a: change contact email
- Updated dependencies [1fa0f6a]
- @urami/utils@1.0.2

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/svelte",
"version": "1.1.0",
"version": "1.1.1",
"description": "Automatic image optimization component for Svelte",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urami/types

## 1.0.1

### Patch Changes

- 1fa0f6a: change contact email

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/types",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Phumrapee Limpiancop",
"email": "[email protected]",
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 @@
# @urami/utils

## 1.0.2

### Patch Changes

- 1fa0f6a: change contact email

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "Utilities function for automatic image optimization",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urami/vue

## 1.0.3

### Patch Changes

- 1fa0f6a: change contact email
- Updated dependencies [1fa0f6a]
- @urami/utils@1.0.2

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urami/vue",
"version": "1.0.2",
"version": "1.0.3",
"description": "Automatic image optimization component for Vue",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down

0 comments on commit 60ec6fc

Please sign in to comment.