Skip to content

Commit

Permalink
Version Packages (beta) (#296)
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 Jul 15, 2023
1 parent aca22ff commit 2b6e9ce
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"hungry-walls-worry",
"khaki-ducks-doubt",
"lemon-mice-smile",
"plenty-colts-sparkle",
"popular-worms-worry",
"rude-experts-reply",
"selfish-humans-whisper",
"sweet-kings-turn",
"tasty-turkeys-switch",
"ten-berries-compare"
]
}
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@react-three/drei": "^9.78.2",
"@react-three/fiber": "^8.13.5",
"miniplex": "workspace:2.0.0-beta.5",
"miniplex-react": "workspace:2.0.0-beta.5",
"miniplex": "workspace:2.0.0-beta.6",
"miniplex-react": "workspace:2.0.0-beta.6",
"postprocessing": "^6.32.2",
"r3f-perf": "^7.1.2",
"randomish": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/vanilla-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fp-ts": "^2.16.0",
"miniplex": "workspace:2.0.0-beta.5",
"miniplex": "workspace:2.0.0-beta.6",
"randomish": "^0.1.6",
"three": "^0.154.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# miniplex

## 2.0.0-beta.6

### Patch Changes

- 85f97cc: `World.reindex(entity)` is now a public method. When creating queries that use `.where(predicate)` to check entities _by value_, you are expected to use it to notify the world that an entity whose values you have mutated should be reindexed.

## 2.0.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"state-management"
],
"sideEffects": false,
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"main": "dist/miniplex.cjs.js",
"module": "dist/miniplex.esm.js",
"types": "dist/miniplex.cjs.d.ts",
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 @@
# Changelog

## 2.0.0-beta.6

### Patch Changes

- aca22ff: Given the `miniplex-react` package's documentation an overhaul for the upcoming 2.0.0 release. [Do give it a read](https://github.com/hmans/miniplex/blob/main/packages/react/README.md), feedback welcome!

## 2.0.0-beta.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"hooks"
],
"sideEffects": false,
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"main": "dist/miniplex-react.cjs.js",
"module": "dist/miniplex-react.esm.js",
"types": "dist/miniplex-react.cjs.d.ts",
Expand All @@ -28,7 +28,7 @@
],
"license": "MIT",
"devDependencies": {
"miniplex": "2.0.0-beta.5",
"miniplex": "2.0.0-beta.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 2b6e9ce

Please sign in to comment.