Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - dendriform-demo@3.4.2
 - dendriform-immer-patch-optimiser@2.1.2
 - dendriform@3.4.2
  • Loading branch information
dxinteractive committed Mar 18, 2022
1 parent 053a006 commit 459cccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/dendriform-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dendriform-demo",
"version": "3.4.1",
"version": "3.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"date-fns": "^2.11.1",
"dendriform": "^3.4.1",
"dendriform": "^3.4.2",
"gray-matter": "^4.0.2",
"next": "9.5.3",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dendriform-immer-patch-optimiser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"main": "dist/index.js",
"description": "Immer patch optimisation to add \"move\" operations.",
Expand Down
4 changes: 2 additions & 2 deletions packages/dendriform/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.1",
"version": "3.4.2",
"license": "MIT",
"main": "dist/index.js",
"description": "Build performant, reactive data-editing UIs for React. Succinct code, observable state, undo & redo included!",
Expand All @@ -20,7 +20,7 @@
"prepare": "tsdx build"
},
"dependencies": {
"dendriform-immer-patch-optimiser": "^2.1.1",
"dendriform-immer-patch-optimiser": "^2.1.2",
"immer": "9.0.1",
"shallow-equal": "1.2.1"
},
Expand Down

0 comments on commit 459cccc

Please sign in to comment.