Skip to content

Commit

Permalink
Publish v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 10, 2025
1 parent a3786e3 commit ea2f169
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/genart.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
});
}
get version() {
return "0.24.0";
return "0.25.0";
}
get id() {
return this._opts.id;
Expand Down
2 changes: 1 addition & 1 deletion dist/genart.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/adapter-editart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/adapter-editart",
"version": "0.24.0",
"version": "0.25.0",
"description": "GenArtAPI platform adapter for editart.xyz",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-fxhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/adapter-fxhash",
"version": "0.24.0",
"version": "0.25.0",
"description": "GenArtAPI platform adapter for fxhash.xyz",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/adapter-layer",
"version": "0.24.0",
"version": "0.25.0",
"description": "GenArtAPI platform adapter for layer.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-urlparams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/adapter-urlparams",
"version": "0.24.0",
"version": "0.25.0",
"description": "GenArtAPI reference platform adapter, using URL search params for artwork parameter configuration & serialization",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/core",
"version": "0.24.0",
"version": "0.25.0",
"description": "Platform-independent extensible API for browser-based generative art",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/time-fps-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genart-api/time-fps-overlay",
"version": "0.24.0",
"version": "0.25.0",
"description": "GenArtAPI time provider with FPS overlay",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
"build:bindings": "npx wasm-api-bindgen --config src/typedefs-config.json --lang ts -o src/generated/api.ts --lang zig -o zig/api.zig src/typedefs.json",
"clean": "bun ../../tools/clean-package.js generated",
"doc": "typedoc src/api.ts",
"doc": "typedoc",
"publish": "yarn npm publish --access public",
"test": "bun test"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/wasm/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
"excludePrivate": true,
"excludeInternal": true,
"out": "doc",
"entryPoints": ["src/index.ts"]
"entryPoints": ["src/index.ts"],
"highlightLanguages": [
"bash",
"c",
"html",
"javascript",
"json",
"typescript",
"zig"
]
}
4 changes: 2 additions & 2 deletions project-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"vite-plugin-html": "^3.2.2"
},
"dependencies": {
"@genart-api/core": "^0.24.0",
"@genart-api/adpater-urlparams": "^0.24.0"
"@genart-api/core": "^0.25.0",
"@genart-api/adpater-urlparams": "^0.25.0"
}
}

0 comments on commit ea2f169

Please sign in to comment.