Skip to content

Commit

Permalink
Merge pull request #21 from jerzakm/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jerzakm authored Nov 23, 2023
2 parents f702c14 + 656ce9e commit cce5d59
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-socks-agree.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 @@
# @threejs-kit/docs

## 0.0.3

### Patch Changes

- Updated dependencies [a29f901]
- @threejs-kit/instanced-sprite-mesh@1.1.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @three-kit/docs

## 0.0.14

### Patch Changes

- Updated dependencies [a29f901]
- @threejs-kit/instanced-sprite-mesh@1.1.0

## 0.0.13

### 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.13",
"version": "0.0.14",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/instanced-sprite-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @three-kit/materials

## 1.1.0

### Minor Changes

- a29f901: createSpritesheet utility function for combining multiple image files into one and generating metadata for instancing

## 1.0.0

### Major 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.0.0",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

1 comment on commit cce5d59

@vercel
Copy link

@vercel vercel bot commented on cce5d59 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

threejs-kit-playground – ./apps/playground

threejs-kit-playground-git-main-jerzakm.vercel.app
threejs-kit-playground.vercel.app
threejs-kit-playground-jerzakm.vercel.app

Please sign in to comment.