Skip to content

Commit b4b8e8b

Browse files
committed
v1.0.3
1 parent f3a222f commit b4b8e8b

File tree

11 files changed

+43
-43
lines changed

11 files changed

+43
-43
lines changed

apps/playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@manifest-editor/creator-api": "^1.0.3",
15-
"@manifest-editor/iiif-browser": "^1.0.3",
16-
"@manifest-editor/shell": "^1.0.3",
14+
"@manifest-editor/creator-api": "1.0.3",
15+
"@manifest-editor/iiif-browser": "1.0.3",
16+
"@manifest-editor/shell": "1.0.3",
1717
"@tanstack/react-router": "^1.26.9",
18-
"manifest-editor": "^1.0.3",
18+
"manifest-editor": "1.0.3",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1"
2121
},

apps/vite-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"manifest-editor": "1.0.2",
12+
"manifest-editor": "1.0.3",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},

apps/web/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"@iiif/parser": "^2.1.2",
1313
"@iiif/presentation-3": "^2.2.3",
1414
"@iiif/presentation-3-normalized": "^0.9.7",
15-
"@manifest-editor/collection-preset": "1.0.2",
16-
"@manifest-editor/components": "1.0.2",
17-
"@manifest-editor/editors": "1.0.2",
18-
"@manifest-editor/iiif-browser": "1.0.2",
19-
"@manifest-editor/manifest-preset": "1.0.2",
20-
"@manifest-editor/projects": "1.0.2",
21-
"@manifest-editor/shell": "1.0.2",
15+
"@manifest-editor/collection-preset": "1.0.3",
16+
"@manifest-editor/components": "1.0.3",
17+
"@manifest-editor/editors": "1.0.3",
18+
"@manifest-editor/iiif-browser": "1.0.3",
19+
"@manifest-editor/manifest-preset": "1.0.3",
20+
"@manifest-editor/projects": "1.0.3",
21+
"@manifest-editor/shell": "1.0.3",
2222
"@tanstack/react-query": "^5.37.1",
2323
"browser-fs-access": "^0.35.0",
2424
"classnames": "^2.5.1",
25-
"manifest-editor": "1.0.2",
25+
"manifest-editor": "1.0.3",
2626
"idb-keyval": "^6.2.1",
2727
"next": "^14.2.3",
2828
"posthog-js": "^1.144.1",
@@ -37,7 +37,7 @@
3737
"@contentlayer2/source-contentful": "^0.4.1",
3838
"@contentlayer2/source-files": "~0.4.1",
3939
"@netlify/plugin-nextjs": "^5.4.0",
40-
"@manifest-editor/iiif-preview-server": "1.0.2",
40+
"@manifest-editor/iiif-preview-server": "1.0.3",
4141
"@manifest-editor/ui": "1.0.0",
4242
"@next/eslint-plugin-next": "^14.1.1",
4343
"@repo/eslint-config": "0.0.0",

packages/creator-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@iiif/parser": "^2.1.2",
4747
"@iiif/presentation-3": "^2.2.3",
4848
"@iiif/presentation-3-normalized": "^0.9.7",
49-
"@manifest-editor/editor-api": "^1.0.3",
49+
"@manifest-editor/editor-api": "1.0.3",
5050
"polygon-editor": "^0.0.4",
5151
"react-iiif-vault": "^1.2.1"
5252
},

packages/creators/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@iiif/parser": "^2.1.2",
4848
"@iiif/presentation-3": "^2.2.3",
4949
"@iiif/presentation-3-normalized": "^0.9.7",
50-
"@manifest-editor/components": "^1.0.3",
51-
"@manifest-editor/creator-api": "^1.0.3",
52-
"@manifest-editor/editor-api": "^1.0.3",
53-
"@manifest-editor/editors": "^1.0.3",
54-
"@manifest-editor/iiif-browser": "^1.0.3",
55-
"@manifest-editor/shell": "^1.0.3",
50+
"@manifest-editor/components": "1.0.3",
51+
"@manifest-editor/creator-api": "1.0.3",
52+
"@manifest-editor/editor-api": "1.0.3",
53+
"@manifest-editor/editors": "1.0.3",
54+
"@manifest-editor/iiif-browser": "1.0.3",
55+
"@manifest-editor/shell": "1.0.3",
5656
"react": "^18.3.1",
5757
"react-dom": "^18.3.1",
5858
"react-iiif-vault": "^1.2.1",

packages/editors/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@iiif/parser": "^2.1.2",
5555
"@iiif/presentation-3": "^2.2.3",
5656
"@iiif/presentation-3-normalized": "^0.9.7",
57-
"@manifest-editor/components": "^1.0.3",
58-
"@manifest-editor/creator-api": "^1.0.3",
59-
"@manifest-editor/editor-api": "^1.0.3",
60-
"@manifest-editor/shell": "^1.0.3",
57+
"@manifest-editor/components": "1.0.3",
58+
"@manifest-editor/creator-api": "1.0.3",
59+
"@manifest-editor/editor-api": "1.0.3",
60+
"@manifest-editor/shell": "1.0.3",
6161
"classnames": "^2.5.1",
6262
"dompurify": "3.1.0",
6363
"draft-convert": "^2.1.12",

packages/manifest-editor/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"@iiif/parser": "^2.1.2",
5050
"@iiif/presentation-3": "^2.2.3",
5151
"@iiif/presentation-3-normalized": "^0.9.7",
52-
"@manifest-editor/collection-preset": "^1.0.3",
53-
"@manifest-editor/components": "^1.0.3",
54-
"@manifest-editor/editors": "^1.0.3",
55-
"@manifest-editor/iiif-browser": "^1.0.3",
56-
"@manifest-editor/manifest-preset": "^1.0.3",
57-
"@manifest-editor/shell": "^1.0.3",
52+
"@manifest-editor/collection-preset": "1.0.3",
53+
"@manifest-editor/components": "1.0.3",
54+
"@manifest-editor/editors": "1.0.3",
55+
"@manifest-editor/iiif-browser": "1.0.3",
56+
"@manifest-editor/manifest-preset": "1.0.3",
57+
"@manifest-editor/shell": "1.0.3",
5858
"react": "^18.3.1",
5959
"react-dom": "^18.3.1",
6060
"react-iiif-vault": "^1.2.1"

packages/projects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@iiif/presentation-3": "^2.2.3",
4848
"@iiif/presentation-3-normalized": "^0.9.7",
4949
"@manifest-editor/client-vault": "1.0.2",
50-
"@manifest-editor/shell": "^1.0.3",
50+
"@manifest-editor/shell": "1.0.3",
5151
"immer": "^10.0.4",
5252
"localforage": "^1.10.0",
5353
"react": "^18.3.1",

packages/shell/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@iiif/presentation-3": "^2.2.3",
4545
"@iiif/presentation-3-normalized": "^0.9.7",
4646
"@manifest-editor/client-vault": "1.0.2",
47-
"@manifest-editor/components": "^1.0.3",
48-
"@manifest-editor/creator-api": "^1.0.3",
49-
"@manifest-editor/editor-api": "^1.0.3",
47+
"@manifest-editor/components": "1.0.3",
48+
"@manifest-editor/creator-api": "1.0.3",
49+
"@manifest-editor/editor-api": "1.0.3",
5050
"immer": "^10.0.4",
5151
"localforage": "^1.10.0",
5252
"mitt": "^3.0.1",

presets/collection-preset/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@iiif/parser": "^2.1.2",
4141
"@iiif/presentation-3": "^2.2.3",
4242
"@iiif/presentation-3-normalized": "^0.9.7",
43-
"@manifest-editor/creators": "^1.0.3",
44-
"@manifest-editor/editors": "^1.0.3",
45-
"@manifest-editor/iiif-browser": "^1.0.3",
46-
"@manifest-editor/shell": "^1.0.3",
43+
"@manifest-editor/creators": "1.0.3",
44+
"@manifest-editor/editors": "1.0.3",
45+
"@manifest-editor/iiif-browser": "1.0.3",
46+
"@manifest-editor/shell": "1.0.3",
4747
"react": "^18.3.1",
4848
"react-dom": "^18.3.1",
4949
"react-iiif-vault": "^1.2.1",

presets/manifest-preset/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@iiif/parser": "^2.1.2",
4141
"@iiif/presentation-3": "^2.2.3",
4242
"@iiif/presentation-3-normalized": "^0.9.7",
43-
"@manifest-editor/components": "^1.0.3",
44-
"@manifest-editor/creators": "^1.0.3",
45-
"@manifest-editor/editors": "^1.0.3",
46-
"@manifest-editor/shell": "^1.0.3",
43+
"@manifest-editor/components": "1.0.3",
44+
"@manifest-editor/creators": "1.0.3",
45+
"@manifest-editor/editors": "1.0.3",
46+
"@manifest-editor/shell": "1.0.3",
4747
"react": "^18.3.1",
4848
"react-dom": "^18.3.1",
4949
"react-iiif-vault": "^1.2.1",

0 commit comments

Comments
 (0)