Skip to content

Commit

Permalink
v.0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 6, 2024
1 parent 2c2d8cd commit f00ba17
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.21.2

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

### Minor 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.21.2

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

### Minor 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.21.0",
"version": "0.21.2",
"type": "module",
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down
6 changes: 6 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gun-vue/components

## 0.21.2

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

### Minor 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.21.0",
"version": "0.21.2",
"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.21.2

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

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

## 0.21.1

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gun-vue/desktop",
"private": true,
"version": "0.21.0",
"version": "0.21.1",
"type": "module",
"homepage": "https://gun-vue.js.org",
"funding": {
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.21.2

### Patch Changes

- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file.

## 0.21.0

### Minor 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.21.0",
"version": "0.21.2",
"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.21.1",
"version": "0.21.2",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
Expand Down

0 comments on commit f00ba17

Please sign in to comment.