Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Aug 27, 2023
1 parent 3f2217d commit 0d6192e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.14.1"
"version": "0.14.2"
}
2 changes: 1 addition & 1 deletion packages/@pufflig/ps-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pufflig/ps-chains",
"version": "0.14.1",
"version": "0.14.2",
"license": "MIT",
"main": "./dist/ps-chains.umd.js",
"module": "./dist/ps-chains.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/@pufflig/ps-node-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./dist/ps-node-editor.umd.js",
"module": "./dist/ps-node-editor.es.js",
"types": "./dist/ps-node-editor.d.ts",
"version": "0.14.1",
"version": "0.14.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -20,8 +20,8 @@
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@pufflig/ps-chains": "^0.14.1",
"@pufflig/ps-nodes": "^0.14.1",
"@pufflig/ps-chains": "^0.14.2",
"@pufflig/ps-nodes": "^0.14.2",
"framer-motion": "^10.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@pufflig/ps-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pufflig/ps-nodes",
"private": false,
"version": "0.14.1",
"version": "0.14.2",
"description": "Collection of nodes used in Prompt Studio",
"files": [
"dist"
Expand Down

0 comments on commit 0d6192e

Please sign in to comment.