Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keupoz committed Nov 25, 2024
1 parent a04a2eb commit e18f583
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/mson-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @keupoz/mson-core

## 1.0.1

### Patch Changes

- Fix plane dilation
2 changes: 1 addition & 1 deletion packages/mson-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keupoz/mson-core",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core package of TypeScript MSON port",
"homepage": "https://github.com/keupoz/mson-ts/tree/main/packages/mson-core",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mson-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @keupoz/mson-three

## 1.0.1

### Patch Changes

- Updated dependencies
- @keupoz/mson-core@1.0.1
2 changes: 1 addition & 1 deletion packages/mson-three/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keupoz/mson-three",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "MSON port integration with Three.js",
"homepage": "https://github.com/keupoz/mson-ts/tree/main/packages/mson-three",
"repository": {
Expand Down

0 comments on commit e18f583

Please sign in to comment.