Skip to content

Commit 208a5ed

Browse files
chore: release packages (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 797b1a8 commit 208a5ed

20 files changed

Lines changed: 90 additions & 50 deletions

File tree

.changeset/calm-feet-land.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/few-foxes-say.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/heroic-owls-land.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/open-product-boundary.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/wise-deer-do.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/posecode-embed/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# posecode-embed
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 797b1a8: Establish the Posecode 0.3 open-standard and product-layer license boundary. The specification, parser, and share codec remain Apache-2.0. The renderer, embed, and MCP product surfaces move to AGPL-3.0-only with a separately negotiated commercial option. Earlier MIT and Apache-2.0 releases keep their existing rights.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1bd0c1f]
12+
- Updated dependencies [cdcd978]
13+
- Updated dependencies [797b1a8]
14+
- posecode-parser@0.3.0
15+
- posecode-render@0.3.0
16+
- posecode-share@0.3.0
17+
318
## 0.2.2
419

520
### Patch Changes

packages/posecode-embed/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posecode-embed",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Embed a live 3D Posecode movement anywhere with one <script> tag — the <posecode-player> web component.",
55
"license": "AGPL-3.0-only",
66
"type": "module",
@@ -38,9 +38,9 @@
3838
"three.js"
3939
],
4040
"dependencies": {
41-
"posecode-parser": "0.2.2",
42-
"posecode-render": "0.2.2",
43-
"posecode-share": "0.2.2"
41+
"posecode-parser": "0.3.0",
42+
"posecode-render": "0.3.0",
43+
"posecode-share": "0.3.0"
4444
},
4545
"devDependencies": {
4646
"esbuild": "^0.28.1"

packages/posecode-embed/src/compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { parse, POSECODE_VERSION } from "posecode-parser";
44
import type { ParseResult } from "posecode-parser";
55

66
/** Version of the posecode-embed package/bundle. */
7-
export const version = "0.2.2";
7+
export const version = "0.3.0";
88

99
/** Version of the Posecode language understood by this bundle. */
1010
export const languageVersion = POSECODE_VERSION;

packages/posecode-eval/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
".": "./src/index.ts"
1212
},
1313
"dependencies": {
14-
"posecode-parser": "0.2.2",
15-
"posecode-render": "0.2.2",
14+
"posecode-parser": "0.3.0",
15+
"posecode-render": "0.3.0",
1616
"three": "^0.171.0"
1717
},
1818
"devDependencies": {

packages/posecode-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
".": "./src/index.ts"
1212
},
1313
"dependencies": {
14-
"posecode-parser": "0.2.2"
14+
"posecode-parser": "0.3.0"
1515
}
1616
}

0 commit comments

Comments
 (0)