Skip to content

Commit

Permalink
Version Packages (#43)
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 Jun 17, 2024
1 parent 178714d commit d3b010a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-hounds-reflect.md

This file was deleted.

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

## 1.0.12

### Patch Changes

- Updated dependencies [178714d]
- @hello-worlds/planets@0.0.25
- @hello-worlds/react@0.0.28

## 1.0.11

### 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.11",
"version": "1.0.12",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/planets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hello-worlds/planets

## 0.0.25

### Patch Changes

- 178714d: Add local-space XY values to generator functions

## 0.0.24

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

## 0.0.28

### Patch Changes

- Updated dependencies [178714d]
- @hello-worlds/planets@0.0.25

## 0.0.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.27",
"version": "0.0.28",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -15,7 +15,7 @@
],
"devDependencies": {
"@hello-worlds/core": "0.0.9",
"@hello-worlds/planets": "0.0.24",
"@hello-worlds/planets": "0.0.25",
"@react-three/drei": "9.88.7",
"@react-three/fiber": "8.15.8",
"@types/react": "^18.2.45",
Expand All @@ -27,7 +27,7 @@
},
"peerDependencies": {
"@hello-worlds/core": "^0.0.9",
"@hello-worlds/planets": "^0.0.24",
"@hello-worlds/planets": "^0.0.25",
"@react-three/drei": "^9.30.1",
"@react-three/fiber": "^8.8.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit d3b010a

Please sign in to comment.