Skip to content

Commit cb53ec4

Browse files
chore: release v0.5.1
1 parent 5d25983 commit cb53ec4

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unlazy/monorepo",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/core",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"packageManager": "[email protected]",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <[email protected]>",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unlazy/react",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"packageManager": "[email protected]",
55
"description": "React lazy loading library for placeholder images",
66
"author": "Johann Schopplich <[email protected]>",

packages/react/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unlazy/solid",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"packageManager": "[email protected]",
55
"description": "Solid lazy loading library for placeholder images",
66
"author": "Johann Schopplich <[email protected]>",

packages/solid/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

packages/unlazy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unlazy",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"packageManager": "[email protected]",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <[email protected]>",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/vue",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"packageManager": "[email protected]",
66
"description": "Vue lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",

packages/vue/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)