Skip to content

Commit

Permalink
chore: release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 20, 2023
1 parent 2e2e959 commit d5c558c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlazy/monorepo",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/core",
"type": "module",
"version": "0.4.2",
"version": "0.4.3",
"packageManager": "[email protected]",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlazy/react",
"version": "0.4.2",
"version": "0.4.3",
"packageManager": "[email protected]",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
},
"version": "0.4.3"
}
2 changes: 1 addition & 1 deletion packages/unlazy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unlazy",
"type": "module",
"version": "0.4.2",
"version": "0.4.3",
"packageManager": "[email protected]",
"description": "Universal lazy loading library for placeholder images leveraging native browser APIs",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/vue",
"type": "module",
"version": "0.4.2",
"version": "0.4.3",
"packageManager": "[email protected]",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down

0 comments on commit d5c558c

Please sign in to comment.