Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Nov 15, 2021
1 parent 014b2b8 commit 557d7b4
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.3"
"version": "1.1.0"
}
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/editor",
"version": "1.0.2",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -18,10 +18,10 @@
"prepare": "NODE_ENV=production rollup -c && tsc -p ./tsconfig.types.json"
},
"dependencies": {
"@hyperion-framework/parser": "^1.0.0",
"@hyperion-framework/store": "^1.0.2",
"@hyperion-framework/types": "^1.0.0",
"@hyperion-framework/vault": "^1.0.2",
"@hyperion-framework/parser": "^1.1.0",
"@hyperion-framework/store": "^1.1.0",
"@hyperion-framework/types": "^1.1.0",
"@hyperion-framework/vault": "^1.1.0",
"rollup": "^2.36.1"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/parser",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -18,9 +18,9 @@
"prepare": "NODE_ENV=production rollup -c && tsc -p ./tsconfig.types.json"
},
"dependencies": {
"@hyperion-framework/presentation-2": "^1.0.0",
"@hyperion-framework/presentation-2-parser": "^1.0.0",
"@hyperion-framework/types": "^1.0.0",
"@hyperion-framework/presentation-2": "^1.1.0",
"@hyperion-framework/presentation-2-parser": "^1.1.0",
"@hyperion-framework/types": "^1.1.0",
"rollup": "^2.36.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pattern-matching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/pattern-matching",
"version": "1.0.0",
"version": "1.1.0",
"author": "Stephen Fraser <[email protected]>",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -18,7 +18,7 @@
"prepare": "NODE_ENV=production rollup -c && tsc -p ./tsconfig.types.json"
},
"dependencies": {
"@hyperion-framework/types": "^1.0.0"
"@hyperion-framework/types": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-2-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/presentation-2-parser",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@atlas-viewer/iiif-image-api": "^1.2.4",
"@hyperion-framework/presentation-2": "^1.0.0",
"@hyperion-framework/presentation-2": "^1.1.0",
"rollup": "^2.36.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/presentation-2",
"version": "1.0.0",
"version": "1.1.0",
"source": "index.js",
"typings": "index.d.ts",
"author": "Stephen Fraser <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"utility.d.ts"
],
"dependencies": {
"@hyperion-framework/types": "^1.0.0"
"@hyperion-framework/types": "^1.1.0"
},
"devDependencies": {
"tslib": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/presentation-3",
"version": "1.0.0",
"version": "1.1.0",
"source": "index.js",
"types": "index.d.ts",
"author": "Stephen Fraser <[email protected]>",
Expand All @@ -9,7 +9,7 @@
"access": "public"
},
"dependencies": {
"@hyperion-framework/types": "^1.0.0"
"@hyperion-framework/types": "^1.1.0"
},
"files": [
"index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/react-vault",
"version": "1.0.3",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@atlas-viewer/iiif-image-api": "^1.2.4",
"@hyperion-framework/store": "^1.0.2",
"@hyperion-framework/vault": "^1.0.2",
"@hyperion-framework/store": "^1.1.0",
"@hyperion-framework/vault": "^1.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-query": "^1.5.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/store",
"version": "1.0.2",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -18,8 +18,8 @@
"prepare": "NODE_ENV=production rollup -c && tsc -p ./tsconfig.types.json"
},
"dependencies": {
"@hyperion-framework/parser": "^1.0.0",
"@hyperion-framework/types": "^1.0.0",
"@hyperion-framework/parser": "^1.1.0",
"@hyperion-framework/types": "^1.1.0",
"redux": "^4.0.5",
"rollup": "^2.36.1",
"typesafe-actions": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/types",
"version": "1.0.0",
"version": "1.1.0",
"source": "index.js",
"types": "index.d.ts",
"author": "Stephen Fraser <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/validator",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/vault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperion-framework/vault",
"version": "1.0.2",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"web": "dist/index.umd.js",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@atlas-viewer/iiif-image-api": "^1.2.4",
"@hyperion-framework/parser": "^1.0.0",
"@hyperion-framework/store": "^1.0.2",
"@hyperion-framework/types": "^1.0.0",
"@hyperion-framework/parser": "^1.1.0",
"@hyperion-framework/store": "^1.1.0",
"@hyperion-framework/types": "^1.1.0",
"@types/geojson": "^7946.0.7",
"mitt": "^2.1.0",
"rollup": "^2.36.1"
Expand Down

0 comments on commit 557d7b4

Please sign in to comment.