Skip to content

Commit

Permalink
v.0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Aug 15, 2022
1 parent aceb14a commit 327f59c
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 1,348 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gun-vue/repo

## 0.11.5

### Patch Changes

- Composables export fix

## 0.11.4

### Patch Changes
Expand Down
9 changes: 9 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gun-vue/app

## 0.11.5

### Patch Changes

- Composables export fix
- Updated dependencies
- @gun-vue/components@0.11.5
- @gun-vue/composables@0.11.5

## 0.11.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/app",
"version": "0.11.4",
"version": "0.11.5",
"private": true,
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Gun-Vue",
"version": "0.11.4"
"version": "0.11.5"
},
"tauri": {
"allowlist": {
Expand Down
8 changes: 8 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gun-vue/components

## 0.11.5

### Patch Changes

- Composables export fix
- Updated dependencies
- @gun-vue/composables@0.11.5

## 0.11.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/components",
"version": "0.11.4",
"version": "0.11.5",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down
Loading

0 comments on commit 327f59c

Please sign in to comment.