Skip to content

Commit

Permalink
Version Packages (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 23, 2023
1 parent 6cc5227 commit 4e9e6ef
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-owls-kick.md

This file was deleted.

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

## 1.0.10

### Patch Changes

- Updated dependencies [6cc5227]
- @hello-worlds/react@0.0.26

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "1.0.9",
"version": "1.0.10",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hello-worlds/react

## 0.0.26

### Patch Changes

- 6cc5227: Dispose old planets when new planets are created

## 0.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-worlds/react",
"version": "0.0.25",
"version": "0.0.26",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4e9e6ef

Please sign in to comment.