Skip to content

Commit

Permalink
chore: release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 11, 2024
1 parent b65bff8 commit aab15aa
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/monorepo",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"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/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlazy/nuxt",
"version": "0.11.1",
"version": "0.11.2",
"packageManager": "[email protected]",
"description": "Nuxt lazy loading module for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.11.1",
"version": "0.11.2",
"private": true
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/react",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"packageManager": "[email protected]",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/solid",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"packageManager": "[email protected]",
"description": "Solid lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlazy/svelte",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"packageManager": "[email protected]",
"description": "Svelte lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
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.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"packageManager": "[email protected]",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit aab15aa

Please sign in to comment.