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

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 17, 2019
1 parent 7f30c84 commit b675f38
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,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "3.10.0",
"version": "3.11.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contentz",
"description": "Create Content, Get a Highly Optimized Website",
"version": "3.10.0",
"version": "3.11.0",
"bin": "./cli.js",
"files": [
"src",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@contentz/init": "3.10.0",
"@contentz/init": "^3.11.0",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/core": "^10.0.7",
"@mdx-js/mdx": "^0.17.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentz/init",
"description": "Initialize a new Contentz website",
"version": "3.10.0",
"version": "3.11.0",
"main": "src/index.js",
"bin": {
"contentz-init": "./cli.js"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"dependencies": {
"@contentz/utils": "3.10.0",
"@contentz/utils": "^3.11.0",
"chalk": "^2.4.2",
"execa": "^1.0.0",
"meow": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentz/utils",
"description": "Utility functions for Contentz",
"version": "3.10.0",
"version": "3.11.0",
"files": [
"fs.js",
"package.json"
Expand Down

0 comments on commit b675f38

Please sign in to comment.