Skip to content

Commit

Permalink
Version Packages (#12)
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 Oct 24, 2023
1 parent fec9bc6 commit cf13439
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-owls-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-shirts-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-singers-sneeze.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- @urami/solid@1.0.2

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.5

### Patch Changes

- Updated dependencies [fec9bc6]
- @urami/svelte@1.0.2

## 0.0.4

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

## 1.0.2

### Patch Changes

- Updated dependencies [efbabcd]
- @urami/utils@1.0.1

## 1.0.1

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

## 1.0.2

### Patch Changes

- Updated dependencies [efbabcd]
- @urami/utils@1.0.1

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.0.2

### Patch Changes

- fec9bc6: add reactivity to svelte image component
- Updated dependencies [efbabcd]
- @urami/utils@1.0.1

## 1.0.1

### Patch 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.0.1",
"version": "1.0.2",
"description": "Automatic image optimization component for Svelte",
"author": {
"name": "Phumrapee Limpiancop",
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.1

### Patch Changes

- efbabcd: test suite for utils

## 1.0.0

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

### Patch Changes

- 8bd33f1: test suite for vue
- Updated dependencies [efbabcd]
- @urami/utils@1.0.1

## 1.0.1

### 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.1",
"version": "1.0.2",
"description": "Automatic image optimization component for Vue",
"author": {
"name": "Phumrapee Limpiancop",
Expand Down

0 comments on commit cf13439

Please sign in to comment.