Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Jul 17, 2024
1 parent ee4d190 commit 43a472c
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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"description": "Convert front matter yaml and json into json with loom-io",
"main": "dist/exports/lib.js",
"type": "module",
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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"description": "Convert yaml files to json with loom-io",
"main": "dist/yaml-converter.js",
"type": "module",
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.2",
"version": "0.12.3",
"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.2",
"version": "0.12.3",
"description": "Utils for testing loom-io packages",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 43a472c

Please sign in to comment.