Skip to content

Commit

Permalink
v.0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Apr 27, 2023
1 parent 3a78716 commit 4e7c1e3
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 7 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.16.8

### Patch Changes

- Gun-es based build

## 0.16.7

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

## 0.16.8

### Patch Changes

- Gun-es based build

## 0.16.7

### 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.16.7",
"version": "0.16.8",
"type": "module",
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gun_vue"
version = "0.16.7"
version = "0.16.8"
description = "Gun-Vue makes reactive p2p graphs a thing"
authors = ["davay42"]
license = "MIT"
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.16.7"
"version": "0.16.8"
},
"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.16.8

### Patch Changes

- Gun-es based build
- Updated dependencies
- @gun-vue/composables@0.16.8

## 0.16.7

### 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.16.7",
"version": "0.16.8",
"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.16.8

### Patch Changes

- Gun-es based build

## 0.16.7

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

## 0.16.8

### Patch Changes

- Gun-es based build

## 0.16.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/docs",
"version": "0.16.7",
"version": "0.16.8",
"private": "true",
"homepage": "https://gun-vue.js.org",
"bugs": {
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.16.7",
"version": "0.16.8",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
Expand Down

0 comments on commit 4e7c1e3

Please sign in to comment.