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

Commit 159ad0c

Browse files
committed
v3.13.1
1 parent 5d9fd51 commit 159ad0c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"command": {
55
"version": {
66
"allowBranch": "master"

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contentz",
33
"description": "Create Content, Get a Highly Optimized Website",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"bin": "./cli.js",
66
"files": [
77
"src",
@@ -38,9 +38,9 @@
3838
"dependencies": {
3939
"@babel/core": "^7.3.4",
4040
"@babel/preset-env": "^7.3.4",
41-
"@contentz/init": "^3.13.0",
42-
"@contentz/social": "^3.13.0",
43-
"@contentz/write": "^3.13.0",
41+
"@contentz/init": "^3.13.1",
42+
"@contentz/social": "^3.13.1",
43+
"@contentz/write": "^3.13.1",
4444
"@emotion/babel-preset-css-prop": "^10.0.9",
4545
"@emotion/core": "^10.0.7",
4646
"@mdx-js/mdx": "^0.17.5",

packages/init/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentz/init",
33
"description": "Initialize a new Contentz website",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"main": "src/index.js",
66
"bin": {
77
"contentz-init": "./cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@contentz/utils": "^3.13.0",
38+
"@contentz/utils": "^3.13.1",
3939
"chalk": "^2.4.2",
4040
"execa": "^1.0.0",
4141
"meow": "^5.0.0",

packages/social/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentz/social",
33
"description": "Generate social images for Contentz",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"main": "src/index.js",
66
"bin": {
77
"contentz-social": "./cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@contentz/utils": "^3.13.0",
38+
"@contentz/utils": "^3.13.1",
3939
"@emotion/core": "^10.0.10",
4040
"chalk": "^2.4.2",
4141
"emotion-server": "^10.0.9",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentz/utils",
33
"description": "Utility functions for Contentz",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"files": [
66
"fs.js",
77
"get-config.js",

packages/write/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentz/write",
33
"description": "Write a new Contentz article",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"main": "src/index.js",
66
"bin": {
77
"contentz-write": "./cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@contentz/utils": "^3.13.0",
38+
"@contentz/utils": "^3.13.1",
3939
"chalk": "^2.4.2",
4040
"cli-prompt": "^0.6.0",
4141
"meow": "^5.0.0",

0 commit comments

Comments
 (0)