From d1de1d181a41f39cd2f01839348fa2da187331cb Mon Sep 17 00:00:00 2001 From: Stephen Fraser Date: Fri, 20 Sep 2024 15:21:37 +0100 Subject: [PATCH] v1.2.0 --- lerna.json | 2 +- packages/components/package.json | 6 +++--- packages/creator-api/package.json | 2 +- packages/creators/package.json | 10 +++++----- packages/editors/package.json | 8 ++++---- packages/manifest-editor/package.json | 12 ++++++------ packages/projects/package.json | 4 ++-- packages/shell/package.json | 6 +++--- presets/collection-preset/package.json | 8 ++++---- presets/manifest-preset/package.json | 10 +++++----- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/lerna.json b/lerna.json index 363b96f8..4c172b11 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.2.0", "pnpmClient": "pnpm", "packages": ["packages/*", "presets/*", "apps/*"] } diff --git a/packages/components/package.json b/packages/components/package.json index 69e0b40b..e99cfaa8 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/components", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -49,14 +49,14 @@ "@headlessui/react": "^2.0.3", "@iiif/helpers": "^1.2.12", "@iiif/presentation-3": "^2.2.3", + "@react-aria/collections": "3.0.0-alpha.4", "clsx": "^2.1.1", "polygon-editor": "^0.0.4", - "@react-aria/collections": "3.0.0-alpha.4", "react": "^18.3.1", "react-aria": "^3.34.3", "react-aria-components": "^1.3.3", - "react-error-boundary": "^4.0.13", "react-dom": "^18.3.1", + "react-error-boundary": "^4.0.13", "react-iiif-vault": "^1.2.1", "react-lazy-load-image-component": "^1.6.0", "tailwind-merge": "^2.3.0" diff --git a/packages/creator-api/package.json b/packages/creator-api/package.json index 53368141..1f69f075 100644 --- a/packages/creator-api/package.json +++ b/packages/creator-api/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/creator-api", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { diff --git a/packages/creators/package.json b/packages/creators/package.json index 251a5f83..e8c80ae9 100644 --- a/packages/creators/package.json +++ b/packages/creators/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/creators", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -47,12 +47,12 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/creator-api": "1.1.0", + "@manifest-editor/components": "^1.2.0", + "@manifest-editor/creator-api": "^1.2.0", "@manifest-editor/editor-api": "1.1.0", - "@manifest-editor/editors": "1.1.0", + "@manifest-editor/editors": "^1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/shell": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1", diff --git a/packages/editors/package.json b/packages/editors/package.json index 59e4ba75..e3992e07 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/editors", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -54,10 +54,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/creator-api": "1.1.0", + "@manifest-editor/components": "^1.2.0", + "@manifest-editor/creator-api": "^1.2.0", "@manifest-editor/editor-api": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/shell": "^1.2.0", "classnames": "^2.5.1", "dompurify": "3.1.0", "draft-convert": "^2.1.12", diff --git a/packages/manifest-editor/package.json b/packages/manifest-editor/package.json index 6b5ae2e0..0d6b5ab4 100644 --- a/packages/manifest-editor/package.json +++ b/packages/manifest-editor/package.json @@ -1,6 +1,6 @@ { "name": "manifest-editor", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -49,12 +49,12 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/collection-preset": "1.1.0", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/editors": "1.1.0", + "@manifest-editor/collection-preset": "^1.2.0", + "@manifest-editor/components": "^1.2.0", + "@manifest-editor/editors": "^1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/manifest-preset": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/manifest-preset": "^1.2.0", + "@manifest-editor/shell": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1" diff --git a/packages/projects/package.json b/packages/projects/package.json index 04314f6f..44c48c4e 100644 --- a/packages/projects/package.json +++ b/packages/projects/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/projects", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -47,7 +47,7 @@ "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", "@manifest-editor/client-vault": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/shell": "^1.2.0", "immer": "^10.0.4", "localforage": "^1.10.0", "react": "^18.3.1", diff --git a/packages/shell/package.json b/packages/shell/package.json index 6573f72d..aa0ea816 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/shell", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -44,8 +44,8 @@ "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", "@manifest-editor/client-vault": "1.1.0", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/creator-api": "1.1.0", + "@manifest-editor/components": "^1.2.0", + "@manifest-editor/creator-api": "^1.2.0", "@manifest-editor/editor-api": "1.1.0", "immer": "^10.0.4", "localforage": "^1.10.0", diff --git a/presets/collection-preset/package.json b/presets/collection-preset/package.json index 1036cf8d..8f4a0b97 100644 --- a/presets/collection-preset/package.json +++ b/presets/collection-preset/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/collection-preset", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -40,10 +40,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/creators": "1.1.0", - "@manifest-editor/editors": "1.1.0", + "@manifest-editor/creators": "^1.2.0", + "@manifest-editor/editors": "^1.2.0", "@manifest-editor/iiif-browser": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/shell": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1", diff --git a/presets/manifest-preset/package.json b/presets/manifest-preset/package.json index ce12e6b0..f4ce4d47 100644 --- a/presets/manifest-preset/package.json +++ b/presets/manifest-preset/package.json @@ -1,6 +1,6 @@ { "name": "@manifest-editor/manifest-preset", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "bugs": "https://github.com/digirati-co-uk/iiif-manifest-editor/issues", "repository": { @@ -40,10 +40,10 @@ "@iiif/parser": "^2.1.2", "@iiif/presentation-3": "^2.2.3", "@iiif/presentation-3-normalized": "^0.9.7", - "@manifest-editor/components": "1.1.0", - "@manifest-editor/creators": "1.1.0", - "@manifest-editor/editors": "1.1.0", - "@manifest-editor/shell": "1.1.0", + "@manifest-editor/components": "^1.2.0", + "@manifest-editor/creators": "^1.2.0", + "@manifest-editor/editors": "^1.2.0", + "@manifest-editor/shell": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-iiif-vault": "^1.2.1",