Skip to content

Commit 97baaa1

Browse files
committed
v.0.25.0
1 parent b4e2b04 commit 97baaa1

File tree

11 files changed

+36
-6
lines changed

11 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- Authentication fully rebuilt with KDF.
8+
39
## 0.24.2
410

511
### Patch Changes

app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/app
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- Authentication fully rebuilt with KDF.
8+
39
## 0.24.2
410

511
### Patch Changes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/app",
3-
"version": "0.24.2",
3+
"version": "0.25.0",
44
"type": "module",
55
"homepage": "https://gun-vue.js.org",
66
"funding": {

app/public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'gun-vue-v.0.24.1-1';
1+
const CACHE_NAME = 'gun-vue-v.0.25';
22
const ASSETS_TO_CACHE = [
33
'/',
44
'/index.html',

components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/components
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- Authentication fully rebuilt with KDF.
8+
39
## 0.24.2
410

511
### Patch Changes

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/components",
3-
"version": "0.24.2",
3+
"version": "0.25.0",
44
"homepage": "https://gun-vue.js.org",
55
"bugs": {
66
"url": "https://github.com/defucc/gun-vue/issues"

composables/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/composables
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- Authentication fully rebuilt with KDF.
8+
39
## 0.24.2
410

511
### Patch Changes

composables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/composables",
3-
"version": "0.24.2",
3+
"version": "0.25.0",
44
"homepage": "https://gun-vue.js.org",
55
"bugs": {
66
"url": "https://github.com/DeFUCC/gun-vue/issues"

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gun-vue/docs
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- Authentication fully rebuilt with KDF.
8+
39
## 0.24.2
410

511
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gun-vue/docs",
3-
"version": "0.24.2",
3+
"version": "0.25.0",
44
"private": "true",
55
"homepage": "https://gun-vue.js.org",
66
"bugs": {

0 commit comments

Comments
 (0)