Skip to content

Commit

Permalink
v.0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Mar 21, 2022
1 parent 2113e36 commit c0ce131
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/fresh-flies-join.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 @@
# @gun-vue/repo

## 0.7.7

### Patch Changes

- 2113e36: Reactions are more powerful now. You can plus OR minus a post and it will make it move up or down in the list. If a post has negative rating, it's filtered out. So... collective moderation becomes possible.

## 0.7.6

### Patch Changes
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.7.7

### Patch Changes

- 2113e36: Reactions are more powerful now. You can plus OR minus a post and it will make it move up or down in the list. If a post has negative rating, it's filtered out. So... collective moderation becomes possible.
- Updated dependencies [2113e36]
- @gun-vue/composables@0.7.7

## 0.7.6

### 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.7.6",
"version": "0.7.7",
"license": "MIT",
"repository": {
"type": "git",
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.7.7

### Patch Changes

- 2113e36: Reactions are more powerful now. You can plus OR minus a post and it will make it move up or down in the list. If a post has negative rating, it's filtered out. So... collective moderation becomes possible.

## 0.7.6

### 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.7.6",
"version": "0.7.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gun-vue/demo

## 0.7.7

### Patch Changes

- 2113e36: Reactions are more powerful now. You can plus OR minus a post and it will make it move up or down in the list. If a post has negative rating, it's filtered out. So... collective moderation becomes possible.
- Updated dependencies [2113e36]
- @gun-vue/components@0.7.7
- @gun-vue/composables@0.7.7

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gun-vue/demo",
"private": true,
"version": "0.7.6",
"version": "0.7.7",
"homepage": "https://gun-vue.js.org",
"engines": {
"node": "16.x"
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gun-vue/site

## 0.7.7

### Patch Changes

- 2113e36: Reactions are more powerful now. You can plus OR minus a post and it will make it move up or down in the list. If a post has negative rating, it's filtered out. So... collective moderation becomes possible.
- Updated dependencies [2113e36]
- @gun-vue/components@0.7.7

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gun-vue/docs",
"private": true,
"version": "0.7.6",
"version": "0.7.7",
"homepage": "https://gun-vue.js.org",
"description": "Documentation for gun-vue build with Vitepress",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gun-vue/repo",
"private": true,
"version": "0.7.6",
"version": "0.7.7",
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/davay"
Expand Down

0 comments on commit c0ce131

Please sign in to comment.