Skip to content

Commit

Permalink
release: v3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Apr 29, 2024
1 parent 7fa9add commit 4dc4025
Show file tree
Hide file tree
Showing 11 changed files with 4,894 additions and 3,978 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.10.4](https://github.com/liana-p/narrat-engine/compare/v3.10.3...v3.10.4) (2024-04-29)


### Features

* **input:** Added configurable hotkeys ([#271](https://github.com/liana-p/narrat-engine/issues/271)) ([41ab5eb](https://github.com/liana-p/narrat-engine/commit/41ab5eb4a692da0d6313f2adeff5456080144773))



## [3.10.3](https://github.com/liana-p/narrat-engine/compare/v3.10.2...v3.10.3) (2024-04-13)


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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"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.10.3",
"version": "3.10.4",
"main": "src/plugin.js",
"scripts": {},
"dependencies": {
Expand Down
Loading

0 comments on commit 4dc4025

Please sign in to comment.