Skip to content

Commit f5566f4

Browse files
committed
v.0.25.1
1 parent 1ff3b37 commit f5566f4

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
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.25.1
4+
5+
### Patch Changes
6+
7+
- Bump deps and fix styles for components
8+
39
## 0.25.0
410

511
### Minor 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.25.1
4+
5+
### Patch Changes
6+
7+
- Bump deps and fix styles for components
8+
39
## 0.25.0
410

511
### Minor 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.25.0",
3+
"version": "0.25.1",
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.25.1
4+
5+
### Patch Changes
6+
7+
- Bump deps and fix styles for components
8+
39
## 0.25.0
410

511
### Minor 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.25.0",
3+
"version": "0.25.1",
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.25.1
4+
5+
### Patch Changes
6+
7+
- Bump deps and fix styles for components
8+
39
## 0.25.0
410

511
### Minor 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.25.0",
3+
"version": "0.25.1",
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.25.1
4+
5+
### Patch Changes
6+
7+
- Bump deps and fix styles for components
8+
39
## 0.25.0
410

511
### Minor 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.25.0",
3+
"version": "0.25.1",
44
"private": "true",
55
"homepage": "https://gun-vue.js.org",
66
"bugs": {

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/repo",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"private": true,
55
"homepage": "https://gun-vue.js.org",
66
"repository": {

0 commit comments

Comments
 (0)