Skip to content

Commit 1d004d9

Browse files
chore: release v0.12.4
1 parent f571705 commit 1d004d9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"private": true,
66
"scripts": {
77
"dev": "vitepress dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/monorepo",
33
"type": "module",
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"private": true,
66
"packageManager": "[email protected]",
77
"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.12.3",
4+
"version": "0.12.4",
55
"packageManager": "[email protected]",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <[email protected]>",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unlazy/nuxt",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"packageManager": "[email protected]",
55
"description": "Nuxt lazy loading module for placeholder images",
66
"author": "Johann Schopplich <[email protected]>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.12.3",
2+
"version": "0.12.4",
33
"private": true
44
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/react",
33
"type": "module",
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"packageManager": "[email protected]",
66
"description": "React lazy loading library for placeholder images",
77
"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.12.3",
3+
"version": "0.12.4",
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,7 +1,7 @@
11
{
22
"name": "@unlazy/solid",
33
"type": "module",
4-
"version": "0.12.3",
4+
"version": "0.12.4",
55
"packageManager": "[email protected]",
66
"description": "Solid lazy loading library for placeholder images",
77
"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.12.3",
3+
"version": "0.12.4",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

packages/svelte/package.json

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

0 commit comments

Comments
 (0)