Skip to content

Commit

Permalink
chore(release): publish 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarLebuda committed Nov 25, 2024
1 parent 7de6648 commit bbc7408
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0 (2024-11-25)

This was a version bump only, there were no code changes.

## 1.2.0 (2024-11-25)

This was a version bump only, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-lazy-hydration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercube/nuxt-lazy-hydration",
"version": "1.2.0",
"version": "1.3.0",
"description": "Optimize Vue 3 SSR with lazy hydration, delaying HTML hydration until it's needed for better performance",
"sideEffects": false,
"author": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"nuxt": ">=3.14"
},
"dependencies": {
"@vercube/vue-lazy-hydration": "1.2.0",
"@vercube/vue-lazy-hydration": "1.3.0",
"@nuxt/kit": "3.14.1592"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@vercube/playground",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"private": true,
"scripts": {
"dev": "nuxi dev"
},
"devDependencies": {
"@vercube/nuxt-lazy-hydration": "1.2.0",
"@vercube/nuxt-lazy-hydration": "1.3.0",
"nuxt": "3.14.1592"
}
}
2 changes: 1 addition & 1 deletion packages/vue-lazy-hydration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercube/vue-lazy-hydration",
"version": "1.2.0",
"version": "1.3.0",
"description": "Optimize Vue 3 SSR with lazy hydration, delaying HTML hydration until it's needed for better performance",
"sideEffects": false,
"author": {
Expand Down

0 comments on commit bbc7408

Please sign in to comment.