Skip to content

Commit

Permalink
refactor: change contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Nov 12, 2023
1 parent 2ea3b8d commit 1fa0f6a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .changeset/modern-geckos-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@urami/svelte": patch
"@urami/react": patch
"@urami/solid": patch
"@urami/types": patch
"@urami/utils": patch
"@urami/core": patch
"@urami/vue": patch
---

change contact email
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatic image optimization server endpoints",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatic image optimization component for React",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatic image optimization component for Solid",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatic image optimization component for Svelte",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utilities function for automatic image optimization",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Automatic image optimization component for Vue",
"author": {
"name": "Phumrapee Limpiancop",
"email": "contact@rayriffy.com",
"email": "mail@rayriffy.com",
"url": "https://rayriffy.com"
},
"homepage": "https://urami.dev/",
Expand Down

0 comments on commit 1fa0f6a

Please sign in to comment.