Skip to content

Commit

Permalink
Merge pull request #26 from jerzakm/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jerzakm committed Jan 25, 2024
2 parents f05c85e + 1bb7bdd commit c2ab95b
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-months-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-toes-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-owls-tickle.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [ace70f5]
- Updated dependencies [0cb6e5c]
- Updated dependencies [848a412]
- @threejs-kit/instanced-sprite-mesh@2.0.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@threejs-kit/docs",
"type": "module",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
9 changes: 9 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @three-kit/docs

## 0.0.16

### Patch Changes

- Updated dependencies [ace70f5]
- Updated dependencies [0cb6e5c]
- Updated dependencies [848a412]
- @threejs-kit/instanced-sprite-mesh@2.0.0

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threejs-kit/playground",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
14 changes: 14 additions & 0 deletions packages/instanced-sprite-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @three-kit/materials

## 2.0.0

### Major Changes

- 848a412: Per instnace granular animation controls with GPGPU

### Minor Changes

- ace70f5: updated sprite builder to support multiple animations per spritesheet image file

### Patch Changes

- 0cb6e5c: bugfix: corrected center point of a zoom when using triangle geometry (glsl)

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instanced-sprite-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threejs-kit/instanced-sprite-mesh",
"version": "1.2.0",
"version": "2.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit c2ab95b

Please sign in to comment.