Skip to content

Commit ffa68fd

Browse files
chore: release v1.0.0
1 parent 6934054 commit ffa68fd

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.4",
4+
"version": "1.0.0",
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.4",
4+
"version": "1.0.0",
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.4",
4+
"version": "1.0.0",
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,7 +1,7 @@
11
{
22
"name": "@unlazy/nuxt",
33
"type": "module",
4-
"version": "0.12.4",
4+
"version": "1.0.0",
55
"packageManager": "[email protected]",
66
"description": "Nuxt lazy loading module for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",

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": "0.12.4",
2+
"version": "1.0.0",
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": "0.12.4",
4+
"version": "1.0.0",
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.4",
3+
"version": "1.0.0",
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.4",
4+
"version": "1.0.0",
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.4",
3+
"version": "1.0.0",
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.4",
4+
"version": "1.0.0",
55
"packageManager": "[email protected]",
66
"description": "Svelte lazy loading library for placeholder images",
77
"author": "Johann Schopplich <[email protected]>",

0 commit comments

Comments
 (0)