Skip to content

Commit

Permalink
v.0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jul 13, 2024
1 parent 696d108 commit 010eebb
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .changeset/few-pens-own.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.20.0

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

## 0.18.4

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

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

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

## 0.20.0

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

### Patch Changes

- Updated dependencies [696d108]
- @gun-vue/composables@0.20.0

## 0.18.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/components",
"version": "0.18.3",
"version": "0.20.0",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@coders-tm/vue-number-format": "3.34.1",
"@gun-vue/composables": "0.18.3",
"@gun-vue/composables": "0.20.0",
"@unocss/reset": "0.61.3",
"@vueuse/core": "10.11.0",
"@vueuse/gesture": "2.0.0",
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.20.0

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

## 0.18.4

### 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.18.3",
"version": "0.20.0",
"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.20.0

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

## 0.18.3

### Patch 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.18.3",
"version": "0.20.0",
"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.20.0

### Minor Changes

- 696d108: Fixed the bug by fixing versions of packages, no more bracket and automatic updates.

## 0.18.3

### 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.18.3",
"version": "0.20.0",
"private": "true",
"homepage": "https://gun-vue.js.org",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/examples",
"version": "0.19.0",
"version": "0.20.0",
"private": true,
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
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.18.3",
"version": "0.20.0",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
Expand Down

0 comments on commit 010eebb

Please sign in to comment.