Skip to content

Commit

Permalink
version bump framework 1.1.0 and frontend 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Apr 4, 2024
1 parent 6537689 commit d3909c7
Show file tree
Hide file tree
Showing 45 changed files with 287 additions and 24 deletions.
19 changes: 19 additions & 0 deletions apps/edb-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @slub/edb-api

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/exhibition-sparql-config@1.1.0
- @slub/edb-core-utils@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/json-schema-utils@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-db-impl@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion apps/edb-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/edb-api",
"description": "Simple API to interact with EDB",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions apps/edb-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @slub/edb-cli

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/exhibition-sparql-config@1.1.0
- @slub/edb-core-utils@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-db-impl@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion apps/edb-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/edb-cli",
"description": "Client tools to interact with EDB from the command line",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions apps/edb-mongo-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @slub/edb-mongo-api

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/edb-core-utils@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/json-schema-utils@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-schema@1.1.0
4 changes: 2 additions & 2 deletions apps/edb-mongo-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/edb-mongo-api",
"description": "Simple API to interact with EDB on MongoDB",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@slub/sparql-schema": "workspace:*",
"@slub/json-schema-utils": "workspace:*",
"@tpluscode/sparql-builder": "^0.3.31",
"@sinclair/typebox": "^0.32.20",
"@sinclair/typebox": "^0.32.20",
"cmd-ts": "^0.13.0",
"elysia": "^1.0.10",
"graphql": "^16.8.1",
Expand Down
18 changes: 18 additions & 0 deletions apps/edb-prisma-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @slub/edb-prisma-cli

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/edb-core-utils@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/json-schema-prisma-utils@1.1.0
- @slub/json-schema-utils@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion apps/edb-prisma-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/edb-prisma-cli",
"description": "Client tools to interact with EDB and prisma orm schemata from the command line",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions apps/edb-surreal-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @slub/edb-surreal-api

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/exhibition-sparql-config@1.1.0
- @slub/edb-core-utils@1.1.0
- @slub/json-schema-utils@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-db-impl@1.1.0
2 changes: 1 addition & 1 deletion apps/edb-surreal-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/edb-surreal-api",
"description": "Simple API to interact with EDB on SurrealDB",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions apps/exhibition-live/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# adb-next

## 0.2.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/edb-core-utils@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-db-impl@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion apps/exhibition-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adb-next",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 12 additions & 0 deletions manifestation/exhibition-sparql-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @slub/exhibition-sparql-config

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
2 changes: 1 addition & 1 deletion manifestation/exhibition-sparql-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slub/exhibition-sparql-config",
"description": "Semantic Namespace and SPARQL endpoint configuration for the SLUB exhibitions project",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions manifestation/exhibition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/exhibition-schema

## 1.3.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
2 changes: 1 addition & 1 deletion manifestation/exhibition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/exhibition-schema",
"version": "1.2.0",
"version": "1.3.0",
"description": "Schema for the exhibition database",
"type": "module",
"types": "./index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/build-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/edb-build-helper

## 0.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
4 changes: 2 additions & 2 deletions packages/build-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@slub/edb-build-helper",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bin": {
"make-package-json": "./make-package-json.js"
"make-package-json": "./make-package-json.js"
}
}
7 changes: 7 additions & 0 deletions packages/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/edb-core-types

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/edb-core-types",
"version": "1.0.0",
"version": "1.1.0",
"description": "Core types for EDB",
"type": "module",
"types": "./index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/edb-core-utils

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/edb-core-utils",
"version": "1.0.0",
"version": "1.1.0",
"description": "Core utils for EDB",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-edb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-config-edb

## 0.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
2 changes: 1 addition & 1 deletion packages/eslint-config-edb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-edb",
"version": "0.0.0",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/global-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @slub/edb-global-types

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/edb-graph-traversal@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion packages/global-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/edb-global-types",
"version": "1.0.0",
"version": "1.1.0",
"description": "Global types for EDB",
"type": "module",
"types": "./index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/graph-traversal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @slub/edb-graph-traversal

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/edb-core-utils@1.1.0
- @slub/json-schema-utils@1.1.0
2 changes: 1 addition & 1 deletion packages/graph-traversal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/edb-graph-traversal",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/json-schema-prisma-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @slub/json-schema-prisma-utils

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/edb-core-utils@1.1.0
- @slub/json-schema-utils@1.1.0
2 changes: 1 addition & 1 deletion packages/json-schema-prisma-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/json-schema-prisma-utils",
"version": "1.0.0",
"version": "1.1.0",
"description": "JsonSchema utility functions for JSONSchema to Prisma conversion",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/json-schema-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/json-schema-utils

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
2 changes: 1 addition & 1 deletion packages/json-schema-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/json-schema-utils",
"version": "1.0.0",
"version": "1.1.0",
"description": "JsonSchema utility functions for EDB",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
19 changes: 19 additions & 0 deletions packages/prisma-db-impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @slub/prisma-db-impl

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation

### Patch Changes

- Updated dependencies
- @slub/exhibition-schema@1.3.0
- @slub/exhibition-sparql-config@1.1.0
- @slub/edb-core-types@1.1.0
- @slub/edb-global-types@1.1.0
- @slub/edb-graph-traversal@1.1.0
- @slub/json-schema-utils@1.1.0
- @slub/remote-query-implementations@1.1.0
- @slub/sparql-schema@1.1.0
2 changes: 1 addition & 1 deletion packages/prisma-db-impl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slub/prisma-db-impl",
"version": "1.0.0",
"version": "1.1.0",
"description": "a set of store specific implementations of PRISMA query builders",
"type": "module",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/remote-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @slub/remote-query-implementations

## 1.1.0

### Minor Changes

- stabilizing interfaces and make UX and Design improvements in all areas, translation and behavioral adaptation
Loading

0 comments on commit d3909c7

Please sign in to comment.