Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
v2.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
abz53378 committed Dec 18, 2018
1 parent 67caba8 commit 5c3e235
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,6 +4,6 @@
"packages": [
"packages/*"
],
"version": "2.0.36",
"version": "2.0.37",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/canner-container/package.json
@@ -1,6 +1,6 @@
{
"name": "@canner/container",
"version": "2.0.15",
"version": "2.0.37",
"description": "The container renders sidebar, navbar and pass some properties to canner",
"main": "lib/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/canner-layouts/package.json
@@ -1,6 +1,6 @@
{
"name": "canner-layouts",
"version": "2.0.14",
"version": "2.0.37",
"description": "Layouts for Canner",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/canner-schema-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "canner-schema-loader",
"version": "2.0.36",
"version": "2.0.37",
"description": "Deconstruct JSX into objects schema object and componentTree.",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/canner/package.json
@@ -1,6 +1,6 @@
{
"name": "canner",
"version": "2.0.36",
"version": "2.0.37",
"description": "Build CMS in few lines of code for different data sources",
"main": "lib/index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"canner-compiler": "2.0.14",
"canner-graphql-interface": "2.0.25",
"canner-helpers": "2.0.14",
"canner-layouts": "2.0.14",
"canner-layouts": "2.0.37",
"canner-ref-id": "2.0.14",
"graphql-tag": "^2.9.1",
"immer": "^1.3.0",
Expand Down

0 comments on commit 5c3e235

Please sign in to comment.