diff --git a/adapters/in-memory/package.json b/adapters/in-memory/package.json index 85f47f3..d1de70d 100644 --- a/adapters/in-memory/package.json +++ b/adapters/in-memory/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/in-memory-adapter", - "version": "0.12.10", + "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", diff --git a/adapters/minio/package.json b/adapters/minio/package.json index 2843234..1cf5a24 100644 --- a/adapters/minio/package.json +++ b/adapters/minio/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/minio-s3-adapter", - "version": "0.12.10", + "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", diff --git a/adapters/node-fs/package.json b/adapters/node-fs/package.json index 1861f3c..ea1b0de 100644 --- a/adapters/node-fs/package.json +++ b/adapters/node-fs/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/node-filesystem-adapter", - "version": "0.12.10", + "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", diff --git a/packages/combined-converter/package.json b/packages/combined-converter/package.json index b9c3466..88560c8 100644 --- a/packages/combined-converter/package.json +++ b/packages/combined-converter/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/converter", - "version": "0.12.10", + "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", diff --git a/packages/core/package.json b/packages/core/package.json index fa3f5c7..190252c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/core", - "version": "0.12.10", + "version": "0.12.11", "main": "dist/exports/lib.js", "types": "dist/exports/lib.d.ts", "author": "Cotton Coding", diff --git a/plugins/front-matter-converter/package.json b/plugins/front-matter-converter/package.json index 2552024..681f253 100644 --- a/plugins/front-matter-converter/package.json +++ b/plugins/front-matter-converter/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/front-matter-converter", - "version": "0.12.10", + "version": "0.12.11", "description": "Convert front matter yaml and json into json from loom-io files", "main": "dist/exports/lib.js", "module": "dist/exports/lib.js", diff --git a/plugins/json-converter/package.json b/plugins/json-converter/package.json index 9221554..1f0e82e 100644 --- a/plugins/json-converter/package.json +++ b/plugins/json-converter/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/json-converter", - "version": "0.12.10", + "version": "0.12.11", "description": "A plugin for @loom-io to convert json files to JSON", "main": "dist/json-converter.js", "module": "dist/json-converter.js", diff --git a/plugins/yaml-converter/package.json b/plugins/yaml-converter/package.json index 9ac0bfb..cec6b5b 100644 --- a/plugins/yaml-converter/package.json +++ b/plugins/yaml-converter/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/yaml-converter", - "version": "0.12.10", + "version": "0.12.11", "description": "Convert yaml files to json with loom-io", "main": "dist/yaml-converter.js", "module": "dist/yaml-converter.js", diff --git a/tests/interface-tests/package.json b/tests/interface-tests/package.json index a12327f..28cd596 100644 --- a/tests/interface-tests/package.json +++ b/tests/interface-tests/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/interface-tests", - "version": "0.12.10", + "version": "0.12.11", "description": "Reuseable tests to test the interface of a loom-io plugin", "main": "./dist/index.js", "type": "module", diff --git a/tests/test-utils/package.json b/tests/test-utils/package.json index 403e660..87ac1ba 100644 --- a/tests/test-utils/package.json +++ b/tests/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@loom-io/test-utils", - "version": "0.12.10", + "version": "0.12.11", "description": "Utils for testing loom-io packages", "main": "./dist/index.js", "type": "module",