Skip to content

Commit

Permalink
Merge pull request #28 from CoreMedia/release-2307
Browse files Browse the repository at this point in the history
Changes for Release 2307.0.0
  • Loading branch information
pitgrap committed Aug 2, 2023
2 parents d68456b + 897e641 commit 6caaf60
Show file tree
Hide file tree
Showing 28 changed files with 3,533 additions and 9,758 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v2307.0.0

*Released 02.08.2023*

### Breaking Changes:

- Updated `schema.json` to CoreMedia Content Cloud v11 - 2307.1 and to the latest CoreMedia Campaign Service changes
- Updated apollo server (stitching server) to v4
- removed "COREMEDIA_STITCHING_ENABLE_GRAPHIQL", because apollo server 4 doesn't support it anymore. Instead, Apollo Studio is available as replacement.

### Features:

- Updated storybook to v7
- Updated graphql to v16
- Updated @graphql-tools/* to latest versions in @coremedia-labs/headless-server-stitching
- Updated @graphql-codegen/* to latest versions in @coremedia-labs/graphql-layer

### Bugfixes and Changes:

- Updated minor versions of dependencies

---

## v2304.1.1

*Released 28.06.2023*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![CoreMedia Labs Logo](https://documentation.coremedia.com/badges/banner_coremedia_labs_wide.png)

![CoreMedia Content Cloud Version](https://img.shields.io/static/v1?message=2304&label=CoreMedia%20Content%20Cloud&style=for-the-badge&labelColor=666666&color=672779
![CoreMedia Content Cloud Version](https://img.shields.io/static/v1?message=2307&label=CoreMedia%20Content%20Cloud&style=for-the-badge&labelColor=666666&color=672779
"This badge shows the CoreMedia version this project is compatible with.
Please read the versioning section of the project to see what other CoreMedia versions are supported and how to find them."
)
Expand Down
23 changes: 11 additions & 12 deletions apps/spark/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
module.exports = {
stories: [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(ts|tsx)"
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials"
],
framework: "@storybook/react",
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(ts|tsx)"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],
framework: {
name: "@storybook/react-vite",
options: {}
},
core: {
builder: '@storybook/builder-vite',
disableTelemetry: true,
disableTelemetry: true
},
docs: {
autodocs: true
}
};
};
1 change: 0 additions & 1 deletion apps/spark/docs/.nojekyll

This file was deleted.

57 changes: 0 additions & 57 deletions apps/spark/docs/assets/highlight.css

This file was deleted.

58 changes: 0 additions & 58 deletions apps/spark/docs/assets/main.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/spark/docs/assets/search.js

This file was deleted.

Loading

0 comments on commit 6caaf60

Please sign in to comment.