Skip to content

Commit

Permalink
release: v3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Jul 28, 2024
1 parent 80d1d90 commit 4314a2c
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.11.1](https://github.com/liana-p/narrat-engine/compare/v3.11.0...v3.11.1) (2024-07-28)


### Features

* handle gamepad switch on map button + add configurable custom game splash screen ([80d1d90](https://github.com/liana-p/narrat-engine/commit/80d1d901533bea0114eb9810f95b9615ec764b43))
* scenes docs ([ae99f8e](https://github.com/liana-p/narrat-engine/commit/ae99f8e54e434179afc4149f5ca4beff9c18cd51))



# [3.11.0](https://github.com/liana-p/narrat-engine/compare/v3.10.4...v3.11.0) (2024-07-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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.1",
"repository": {
"type": "git",
"url": "[email protected]: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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.1",
"repository": {
"type": "git",
"url": "[email protected]: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.11.0",
"version": "3.11.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.11.0",
"version": "3.11.1",
"main": "src/plugin.js",
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit 4314a2c

Please sign in to comment.