Skip to content

Commit 5bb323e

Browse files
chore: release v2.0.1
1 parent 48767bb commit 5bb323e

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

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": "2.0.0",
4+
"version": "2.0.1",
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": "2.0.0",
4+
"version": "2.0.1",
55
"private": true,
66
"packageManager": "pnpm@10.33.0",
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": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@10.33.0",
66
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlazy/nuxt",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@10.33.0",
66
"description": "Nuxt lazy loading module for placeholder images",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"private": true,
44
"scripts": {
55
"dev": "nuxt dev",

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": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@10.33.0",
66
"description": "React lazy loading library for placeholder images",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

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": "2.0.0",
3+
"version": "2.0.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,7 +1,7 @@
11
{
22
"name": "@unlazy/solid",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@10.33.0",
66
"description": "Solid lazy loading library for placeholder images",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@10.33.0",
66
"description": "Svelte lazy loading library for placeholder images",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",

0 commit comments

Comments
 (0)