Skip to content

Commit

Permalink
0.6.6 rooms introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Feb 7, 2022
1 parent eae5908 commit 2e7ab4e
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/silly-comics-deliver.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-geese-shave.md

This file was deleted.

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

## 0.6.6

### Patch Changes

- eae5908: Rooms got the spaces inside. Certificates help guests write their positions to the room space.
- 96a160f: Rooms introduced and barebones implemented. With new "square" `gunAvatar` backgrounds to have fun with!
- Updated dependencies [eae5908]
- Updated dependencies [96a160f]
- @gun-vue/composables@0.6.6

## 0.6.5

### 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.6.5",
"version": "0.6.6",
"license": "MIT",
"repository": "github:defucc/gun-vue",
"homepage": "https://gun-vue.js.org",
Expand Down
7 changes: 7 additions & 0 deletions composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gun-vue/composables

## 0.6.6

### Patch Changes

- eae5908: Rooms got the spaces inside. Certificates help guests write their positions to the room space.
- 96a160f: Rooms introduced and barebones implemented. With new "square" `gunAvatar` backgrounds to have fun with!

## 0.6.5

### 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.6.5",
"version": "0.6.6",
"license": "MIT",
"repository": "github:defucc/gun-vue",
"homepage": "https://gun-vue.js.org",
Expand Down
11 changes: 11 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gun-vue/demo

## 0.6.6

### Patch Changes

- eae5908: Rooms got the spaces inside. Certificates help guests write their positions to the room space.
- 96a160f: Rooms introduced and barebones implemented. With new "square" `gunAvatar` backgrounds to have fun with!
- Updated dependencies [eae5908]
- Updated dependencies [96a160f]
- @gun-vue/components@0.6.6
- @gun-vue/composables@0.6.6

## 0.6.5

### 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.6.5",
"version": "0.6.6",
"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.6.6

### Patch Changes

- Updated dependencies [eae5908]
- Updated dependencies [96a160f]
- @gun-vue/components@0.6.6

## 0.6.5

### 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.6.5",
"version": "0.6.6",
"homepage": "https://gun-vue.js.org",
"description": "Documentation for gun-vue build with Vitepress",
"main": "index.js",
Expand Down

0 comments on commit 2e7ab4e

Please sign in to comment.