Skip to content

Commit e31bbb1

Browse files
committed
v.0.22.6
1 parent 8521b61 commit e31bbb1

File tree

11 files changed

+36
-6
lines changed

11 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
7+
- Major docs update + fixes to the packages with external 'vue'
8+
39
## 0.22.5
410

511
### Patch Changes

app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/app
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
7+
- Major docs update + fixes to the packages with external 'vue'
8+
39
## 0.22.5
410

511
### Patch Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/app",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"type": "module",
55
"homepage": "https://gun-vue.js.org",
66
"funding": {

app/public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'gun-vue-v.0.22.5';
1+
const CACHE_NAME = 'gun-vue-v.0.22.6';
22
const ASSETS_TO_CACHE = [
33
'/',
44
'/index.html',

components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/components
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
7+
- Major docs update + fixes to the packages with external 'vue'
8+
39
## 0.22.5
410

511
### Patch Changes

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/components",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"homepage": "https://gun-vue.js.org",
55
"bugs": {
66
"url": "https://github.com/defucc/gun-vue/issues"

composables/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/composables
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
7+
- Major docs update + fixes to the packages with external 'vue'
8+
39
## 0.22.5
410

511
### Patch Changes

composables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/composables",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"homepage": "https://gun-vue.js.org",
55
"bugs": {
66
"url": "https://github.com/DeFUCC/gun-vue/issues"

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/docs
22

3+
## 0.22.6
4+
5+
### Patch Changes
6+
7+
- Major docs update + fixes to the packages with external 'vue'
8+
39
## 0.22.5
410

511
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/docs",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"private": "true",
55
"homepage": "https://gun-vue.js.org",
66
"bugs": {

0 commit comments

Comments
 (0)