sb-mig 5.0.5-beta.2 → 5.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -384,8 +384,8 @@ sb-mig debug
384
384
 
385
385
  ## Roadmap
386
386
 
387
- - [ ] Sync / Migrate content (stories)
388
- - [ ] Improve preset creation/update
387
+ - [x] Sync / Migrate content (stories)
388
+ - [x] Improve preset creation/update
389
389
  - [x] Sync Roles
390
390
  - [x] Sync / Migrate datasources
391
391
  - [x] Sync components with extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sb-mig",
3
- "version": "5.0.5-beta.2",
3
+ "version": "5.0.5",
4
4
  "description": "CLI to rule the world. (and handle stuff related to Storyblok CMS)",
5
5
  "author": "Marcin Krawczyk <marckraw@icloud.com>",
6
6
  "license": "MIT",