Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ethlete-io/ethdk
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Jan 8, 2025
2 parents 2567dc0 + 887a65c commit 731f14f
Show file tree
Hide file tree
Showing 5 changed files with 1,058 additions and 1,194 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-ears-kick.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ethlete/contentful

## 3.7.1

### Patch Changes

- [`e34e60b`](https://github.com/ethlete-io/ethdk/commit/e34e60b26df11baf7d9c8dd305f91b60902294cc) Thanks [@TomTomB](https://github.com/TomTomB)! - Gracefully handle contentful assets where the file is missing (e.g. when no file is uploaded to the asset in Contentful for the current locale).

## 3.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethlete/contentful",
"version": "3.7.0",
"version": "3.7.1",
"peerDependencies": {
"@angular/cdk": "^18.1.0 || ^19.0.0",
"@angular/common": "^18.1.0 || ^19.0.0",
Expand Down
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"update-nx": "rm -f migrations.json && pnpx nx migrate latest && pnpx nx migrate --run-migrations --if-exists"
},
"dependencies": {
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@changesets/cli": "2.27.10",
"@angular/animations": "19.0.5",
"@angular/cdk": "19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@changesets/cli": "2.27.11",
"@floating-ui/dom": "1.6.12",
"@nx/angular": "20.2.1",
"@nx/angular": "20.2.2",
"date-fns": "4.1.0",
"jiti": "2.4.1",
"rxjs": "7.8.1",
Expand All @@ -40,29 +40,29 @@
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.4",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@angular-eslint/eslint-plugin": "19.0.1",
"@angular-eslint/eslint-plugin-template": "19.0.1",
"@angular-eslint/template-parser": "19.0.1",
"@angular/cli": "19.0.4",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"@angular-devkit/build-angular": "19.0.5",
"@angular-devkit/core": "19.0.5",
"@angular-devkit/schematics": "19.0.5",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.0.5",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@changesets/changelog-github": "0.5.0",
"@contentful/rich-text-types": "17.0.0",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@nx/cypress": "20.2.1",
"@nx/eslint": "20.2.1",
"@nx/eslint-plugin": "20.2.1",
"@nx/jest": "20.2.1",
"@nx/js": "20.2.1",
"@nx/plugin": "20.2.1",
"@nx/storybook": "20.2.1",
"@nx/web": "20.2.1",
"@nx/workspace": "20.2.1",
"@schematics/angular": "19.0.4",
"@eslint/js": "9.17.0",
"@nx/cypress": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/storybook": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@schematics/angular": "19.0.5",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-controls": "8.4.7",
Expand All @@ -71,16 +71,16 @@
"@storybook/angular": "8.4.7",
"@storybook/core-server": "8.4.7",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.0",
"@swc/core": "1.10.1",
"@types/jest": "29.5.14",
"@types/mdx": "2.0.13",
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/utils": "8.17.0",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/utils": "8.18.2",
"autoprefixer": "10.4.20",
"cypress": "13.16.1",
"eslint": "9.16.0",
"cypress": "13.17.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"husky": "9.1.7",
Expand All @@ -89,10 +89,10 @@
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "2.4.0",
"ng-packagr": "19.0.1",
"nx": "20.2.1",
"nx": "20.2.2",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.1",
"postcss-preset-env": "10.1.3",
"postcss-url": "10.1.3",
"prettier": "3.4.2",
"prettier-plugin-organize-attributes": "1.0.0",
Expand All @@ -102,7 +102,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.17.0"
"typescript-eslint": "8.18.2"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit 731f14f

Please sign in to comment.