Skip to content

Commit 11dcb8a

Browse files
committed
v. 0.21.5
1 parent 16cad7d commit 11dcb8a

File tree

12 files changed

+305
-1659
lines changed

12 files changed

+305
-1659
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.21.5
4+
5+
### Patch Changes
6+
7+
- Bump versions of all dependencies
8+
39
## 0.21.4
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.21.5
4+
5+
### Patch Changes
6+
7+
- Bump versions of all dependencies
8+
39
## 0.21.4
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.21.4",
3+
"version": "0.21.5",
44
"type": "module",
55
"homepage": "https://gun-vue.js.org",
66
"funding": {

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.21.5
4+
5+
### Patch Changes
6+
7+
- Bump versions of all dependencies
8+
39
## 0.21.4
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.21.4",
3+
"version": "0.21.5",
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.21.5
4+
5+
### Patch Changes
6+
7+
- Bump versions of all dependencies
8+
39
## 0.21.4
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.21.4",
3+
"version": "0.21.5",
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.21.5
4+
5+
### Patch Changes
6+
7+
- Bump versions of all dependencies
8+
39
## 0.21.4
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.21.4",
3+
"version": "0.21.5",
44
"private": "true",
55
"homepage": "https://gun-vue.js.org",
66
"bugs": {

0 commit comments

Comments
 (0)