Skip to content

Commit

Permalink
release: v3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Aug 31, 2024
1 parent a5b1dda commit cd6419f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.15.1](https://github.com/liana-p/narrat-engine/compare/v3.15.0...v3.15.1) (2024-08-31)


### Bug Fixes

* input legend now won't show inputs that aren't being used yet ([1354bf2](https://github.com/liana-p/narrat-engine/commit/1354bf276c8950a9c25eced4c767562d96a5bd63))
* properly save cleared dialog to avoid a save bug ([a5b1dda](https://github.com/liana-p/narrat-engine/commit/a5b1ddac980fb6d31995ccdcb069ba3a9c2eae4b))



# [3.15.0](https://github.com/liana-p/narrat-engine/compare/v3.14.2...v3.15.0) (2024-08-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrat-monorepo",
"version": "3.15.0",
"version": "3.15.1",
"private": true,
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-narrat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-narrat-plugin",
"version": "3.15.0",
"version": "3.15.1",
"type": "module",
"description": "A tool to automatically create a narrat plugin",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-narrat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-narrat",
"version": "3.15.0",
"version": "3.15.1",
"type": "module",
"description": "A tool to automatically create a narrat game",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@narrat/desktop-editor",
"version": "3.15.0",
"version": "3.15.1",
"private": true,
"description": "Desktop editor for narrat",
"main": "electron-main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/narrat-2d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/narrat-plugin-counter.es.js",
"module": "dist/narrat-plugin-counter.es.js",
"types": "dist/plugin.d.ts",
"version": "3.15.0",
"version": "3.15.1",
"repository": {
"type": "git",
"url": "git@github.com:liana-p/narrat-engine.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/narrat-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "narrat-editor",
"description": "Interactive editor for narrat games",
"private": true,
"version": "3.15.0",
"version": "3.15.1",
"type": "module",
"keywords": [
"game"
Expand Down
2 changes: 1 addition & 1 deletion packages/narrat-plugin-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/narrat-plugin-counter.es.js",
"module": "dist/narrat-plugin-counter.es.js",
"types": "dist/plugin.d.ts",
"version": "3.15.0",
"version": "3.15.1",
"repository": {
"type": "git",
"url": "git@github.com:liana-p/narrat-engine.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/narrat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrat",
"version": "3.15.0",
"version": "3.15.1",
"description": "narrat narrative engine",
"main": "dist/narrat.umd.js",
"module": "dist/narrat.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-narrat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"author": "Liana Pigeot",
"license": "MIT",
"version": "3.15.0",
"version": "3.15.1",
"main": "src/plugin.js",
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit cd6419f

Please sign in to comment.