Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.90.0"}
{".":"0.91.0"}
126 changes: 126 additions & 0 deletions docs/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/content/driver/magento/src/driver.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { provideDaffContentMagentoDriver } from './provider';

/**
* @deprecated
* @deprecated Deprecated in version 0.91.0. Will be removed in version 0.94.0.
*/
@NgModule({
imports: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const provideDaffMagentoCacheHeader = () => makeEnvironmentProviders([
* on a response, if there was a response with that header set.
*
* @inheritdoc
* @deprecated Prefer using {@link provideDaffMagentoCacheHeader} instead.
* @deprecated Prefer using {@link provideDaffMagentoCacheHeader} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
*/
@Injectable({
providedIn: 'root',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const provideDaffMagentoApolloCacheableOperations = () => makeEnvironment
* A service that will convert cacheable apollo operations into a format that Magento will understand as cacheable.
*
* @inheritdoc
* @deprecated Prefer using {@link provideDaffMagentoApolloCacheableOperations} instead.
* @deprecated Prefer using {@link provideDaffMagentoApolloCacheableOperations} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
*/
@Injectable({
providedIn: 'root',
Expand Down
2 changes: 1 addition & 1 deletion libs/driver/magento/src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import introspectionQueryResultData from './introspection.json';
export const MAGENTO_POSSIBLE_TYPES = introspectionQueryResultData;

/**
* @deprecated Prefer {@link MAGENTO_POSSIBLE_TYPES} instead.
* @deprecated Prefer {@link MAGENTO_POSSIBLE_TYPES} instead. Deprecated in version 0.91.0. Will be removed in version 0.94.0.
*/
export { MAGENTO_POSSIBLE_TYPES as schema };
178 changes: 89 additions & 89 deletions libs/driver/shopify/src/codegen/generated-shopify-types.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daffodil/daffodil",
"version": "0.90.0",
"version": "0.91.0",
"license": "MIT",
"scripts": {
"build:dev": "nx run-many -t build && cd tools/release && gulp devVersion",
Expand Down
2 changes: 1 addition & 1 deletion tools/schematics/ng-add/generators/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.90.0'; // x-release-please-version
export const version = '0.91.0'; // x-release-please-version