Skip to content

Commit

Permalink
release: v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Aug 18, 2024
1 parent 87c0d02 commit 4e3fdef
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.12.1](https://github.com/liana-p/narrat-engine/compare/v3.12.0...v3.12.1) (2024-08-18)


### Bug Fixes

* json editor mistake ([87c0d02](https://github.com/liana-p/narrat-engine/commit/87c0d02937dacf0c8793c9ae24da1db269e98e81))



# [3.12.0](https://github.com/liana-p/narrat-engine/compare/v3.11.2...v3.12.0) (2024-08-18)


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

0 comments on commit 4e3fdef

Please sign in to comment.