Skip to content

Commit

Permalink
v.0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 2, 2023
1 parent e736941 commit c9a338a
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 23 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.12.4

### Patch Changes

- fix icons

## 0.12.3

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

### Patch Changes

- fix icons
- Updated dependencies
- @gun-vue/components@0.12.4
- @gun-vue/composables@0.12.4

## 0.12.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/app",
"version": "0.12.3",
"version": "0.12.4",
"private": true,
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@capacitor/cli": "^4.6.1",
"@iconify/json": "^2.1.159",
"@iconify/json": "^2.2.0",
"@tauri-apps/cli": "^1.2.2",
"@unocss/extractor-pug": "0.48.0",
"@vitejs/plugin-vue": "^4.0.0",
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.12.4

### Patch Changes

- fix icons
- Updated dependencies
- @gun-vue/composables@0.12.4

## 0.12.3

### 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.12.3",
"version": "0.12.4",
"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.12.4

### Patch Changes

- fix icons

## 0.12.3

### 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.12.3",
"version": "0.12.4",
"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.12.3",
"version": "0.12.4",
"private": true,
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down
28 changes: 12 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gun-vue/test

## 0.12.4

### Patch Changes

- Updated dependencies
- @gun-vue/components@0.12.4

## 0.12.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/test",
"version": "0.12.3",
"version": "0.12.4",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -24,6 +24,6 @@
"jsdom": "^20.0.3",
"prettier": "^2.8.1",
"vite": "^4.0.3",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
}
}

0 comments on commit c9a338a

Please sign in to comment.