Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit ab7f459

Browse files
committed
v4.0.1-canary.2
1 parent fdbf063 commit ab7f459

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
33
"name": "@catalog/docs",
4-
"version": "4.0.1-canary.1",
4+
"version": "4.0.1-canary.2",
55
"dependencies": {
66
"@babel/standalone": "^7.1.0",
7-
"catalog": "^4.0.1-canary.1",
7+
"catalog": "^4.0.1-canary.2",
88
"node-sass": "^4.11.0",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.1-canary.1",
2+
"version": "4.0.1-canary.2",
33
"packages": [
44
"docs",
55
"packages/*"

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catalog/babel-preset",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"description": "Babel preset for Catalog",
55
"homepage": "https://www.catalog.style/",
66
"bugs": "https://github.com/interactivethings/catalog/issues",

packages/catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "catalog",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"main": "dist/index.js",
55
"module": "dist/index.es.js",
66
"dependencies": {
7-
"@catalog/core": "^4.0.1-canary.1"
7+
"@catalog/core": "^4.0.1-canary.2"
88
},
99
"files": [
1010
"dist",

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catalog/cli",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"description": "Commandline tool for Catalog",
55
"keywords": [
66
"styleguide",
@@ -23,9 +23,9 @@
2323
],
2424
"dependencies": {
2525
"@babel/core": "^7.2.2",
26-
"@catalog/babel-preset": "^4.0.1-canary.1",
27-
"@catalog/core": "^4.0.1-canary.1",
28-
"@catalog/markdown-loader": "^4.0.1-canary.1",
26+
"@catalog/babel-preset": "^4.0.1-canary.2",
27+
"@catalog/core": "^4.0.1-canary.2",
28+
"@catalog/markdown-loader": "^4.0.1-canary.2",
2929
"args": "^5.0.0",
3030
"babel-loader": "^8.0.5",
3131
"babel-preset-react-app": "^9.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catalog/core",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"description": "Create living style guides using Markdown or React",
55
"keywords": [
66
"styleguide",

packages/markdown-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catalog/markdown-loader",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"description": "Webpack loader for Catalog markdown files",
55
"homepage": "https://www.catalog.style/",
66
"bugs": "https://github.com/interactivethings/catalog/issues",

packages/standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catalog/standalone",
3-
"version": "4.0.1-canary.1",
3+
"version": "4.0.1-canary.2",
44
"description": "Standalone version of Catalog",
55
"homepage": "https://www.catalog.style/",
66
"bugs": "https://github.com/interactivethings/catalog/issues",
@@ -15,7 +15,7 @@
1515
"build": "rollup -c rollup.config.js"
1616
},
1717
"devDependencies": {
18-
"@catalog/core": "^4.0.1-canary.1"
18+
"@catalog/core": "^4.0.1-canary.2"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)