Skip to content

Commit

Permalink
v.0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jul 20, 2022
1 parent 9b0d837 commit d09b1ec
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 4 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.10.3

### Patch Changes

- Projects will be one of the key parts for p2p collaboration. Started building this feature today.

## 0.10.2

### 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.10.3

### Patch Changes

- Projects will be one of the key parts for p2p collaboration. Started building this feature today.
- Updated dependencies
- @gun-vue/components@0.10.3
- @gun-vue/composables@0.10.3

## 0.10.2

### 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.10.2",
"version": "0.10.3",
"private": true,
"homepage": "https://gun-vue.js.org",
"funding": {
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.10.3

### Patch Changes

- Projects will be one of the key parts for p2p collaboration. Started building this feature today.
- Updated dependencies
- @gun-vue/composables@0.10.3

## 0.10.2

### 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.10.2",
"version": "0.10.3",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down
6 changes: 6 additions & 0 deletions composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gun-vue/composables

## 0.10.3

### Patch Changes

- Projects will be one of the key parts for p2p collaboration. Started building this feature today.

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/composables",
"version": "0.10.2",
"version": "0.10.3",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/repo",
"version": "0.10.2",
"version": "0.10.3",
"private": true,
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down

0 comments on commit d09b1ec

Please sign in to comment.