Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Nov 12, 2024
1 parent aab7dc7 commit ca8ab67
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion adapters/in-memory/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion adapters/minio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion adapters/node-fs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/combined-converter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/front-matter-converter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-converter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/yaml-converter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/interface-tests/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ca8ab67

Please sign in to comment.