Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip #27

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
10 changes: 9 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,13 @@
"formatter": {
"quoteStyle": "single"
}
}
},
"overrides": [
{
"include": ["package.json"],
"formatter": {
"lineWidth": 1
}
}
]
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.0.7"
"version": "2.0.14"
}
2 changes: 1 addition & 1 deletion packages/cli-plugin-contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ DESCRIPTION
Import a Contentful project into a DatoCMS project
```

_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v2.0.7/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_
_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v2.0.14/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_
<!-- commandsstop -->

# Test
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-contentful/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli-plugin-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cli-plugin-contentful",
"version": "2.0.7",
"version": "2.0.14",
"description": "Plugin for DatoCMS CLI to import projects from Contentful to DatoCMS",
"keywords": [
"contentful",
Expand Down Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/datocms/cli/issues"
},
"dependencies": {
"@datocms/cli-utils": "^2.0.7",
"@datocms/cli-utils": "^2.0.14",
"@oclif/core": "^1.8.0",
"async-scheduler": "^1.4.4",
"contentful-management": "^10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ DESCRIPTION
Imports a WordPress site into a DatoCMS project
```

_See code: [lib/commands/wordpress/import.js](https://github.com/datocms/cli/blob/v2.0.7/packages/cli-plugin-wordpress/lib/commands/wordpress/import.js)_
_See code: [lib/commands/wordpress/import.js](https://github.com/datocms/cli/blob/v2.0.14/packages/cli-plugin-wordpress/lib/commands/wordpress/import.js)_
<!-- commandsstop -->

# Development
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-wordpress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli-plugin-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cli-plugin-wordpress",
"version": "2.0.7",
"version": "2.0.14",
"description": "DatoCMS CLI plugin to import WordPress sites",
"author": "DatoCMS <[email protected]>",
"homepage": "https://github.com/datocms/cli",
Expand All @@ -20,7 +20,7 @@
"access": "public"
},
"dependencies": {
"@datocms/cli-utils": "^2.0.7",
"@datocms/cli-utils": "^2.0.14",
"@oclif/core": "^1.8.0",
"async-scheduler": "^1.4.4",
"enquirer": ">= 2.3.0 < 3",
Expand Down
Loading