Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/main/commitlint/cli-…
Browse files Browse the repository at this point in the history
…19.5.0
  • Loading branch information
mdmjg authored Oct 11, 2024
2 parents 2b24878 + b7b758d commit 5d16202
Show file tree
Hide file tree
Showing 92 changed files with 1,449 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .changelogrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"**F36 Avatar** `v4.71.2`":["- Shrink image to reduce overlapping with the color border\n","- Round overlay icon for app variant\n"]}
{}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@ The Changelog gives an overview of the changes we've made to Forma 36

<!-- CHANGELOG:INSERT -->

## 11-10-2024

**F36 Avatar** `v4.74.0`

- increase inner white padding for app variant

## 10-10-2024

**F36 Tokens** `v4.1.0`

- feat(tokens): smaller font-size-2xl
- feat(display-text): smaller line-height to match new font-size-2xl size

**F36 Typography** `v4.72.0`

- feat(tokens): smaller font-size-2xl
- feat(display-text): smaller line-height to match new font-size-2xl size

**F36 Header** `v4.73.0`

- feat(header): render title as h1

## 08-10-2024

**F36 Avatar** `v4.71.2`

- Shrink image to reduce overlapping with the color border
- Round overlay icon for app variant

## 27-09-2024

`@contentful/f36-components@4.71.1`
Expand Down
84 changes: 26 additions & 58 deletions package-lock.json

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

28 changes: 28 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 4.74.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-collapse@4.74.0
- @contentful/f36-core@4.74.0
- @contentful/f36-typography@4.74.0

## 4.73.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-collapse@4.73.0
- @contentful/f36-core@4.73.0
- @contentful/f36-typography@4.73.0

## 4.72.0

### Patch Changes

- Updated dependencies [[`0067b57`](https://github.com/contentful/forma-36/commit/0067b57aaadbd05cb878dd5e34d407a80b000281)]:
- @contentful/f36-tokens@4.1.0
- @contentful/f36-typography@4.72.0
- @contentful/f36-collapse@4.72.0
- @contentful/f36-core@4.72.0

## 4.71.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-accordion",
"version": "4.71.2",
"version": "4.74.0",
"description": "Forma 36: Accordion React Component",
"license": "MIT",
"files": [
Expand All @@ -20,11 +20,11 @@
"build": "tsup"
},
"dependencies": {
"@contentful/f36-collapse": "^4.71.2",
"@contentful/f36-core": "^4.71.2",
"@contentful/f36-collapse": "^4.74.0",
"@contentful/f36-core": "^4.74.0",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-tokens": "^4.0.4",
"@contentful/f36-typography": "^4.71.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.74.0",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
28 changes: 28 additions & 0 deletions packages/components/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 4.74.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.74.0
- @contentful/f36-icon@4.74.0
- @contentful/f36-typography@4.74.0

## 4.73.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.73.0
- @contentful/f36-icon@4.73.0
- @contentful/f36-typography@4.73.0

## 4.72.0

### Patch Changes

- Updated dependencies [[`0067b57`](https://github.com/contentful/forma-36/commit/0067b57aaadbd05cb878dd5e34d407a80b000281)]:
- @contentful/f36-tokens@4.1.0
- @contentful/f36-typography@4.72.0
- @contentful/f36-core@4.72.0
- @contentful/f36-icon@4.72.0

## 4.71.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@contentful/f36-asset",
"version": "4.71.2",
"version": "4.74.0",
"description": "Forma 36: Asset component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-core": "^4.71.2",
"@contentful/f36-icon": "^4.71.2",
"@contentful/f36-core": "^4.74.0",
"@contentful/f36-icon": "^4.74.0",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-tokens": "^4.0.4",
"@contentful/f36-typography": "^4.71.2",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.74.0",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
37 changes: 37 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change Log

## 4.74.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-button@4.74.0
- @contentful/f36-core@4.74.0
- @contentful/f36-forms@4.74.0
- @contentful/f36-popover@4.74.0
- @contentful/f36-skeleton@4.74.0
- @contentful/f36-typography@4.74.0

## 4.73.0

### Patch Changes

- Updated dependencies []:
- @contentful/f36-button@4.73.0
- @contentful/f36-core@4.73.0
- @contentful/f36-forms@4.73.0
- @contentful/f36-popover@4.73.0
- @contentful/f36-skeleton@4.73.0
- @contentful/f36-typography@4.73.0

## 4.72.0

### Patch Changes

- Updated dependencies [[`0067b57`](https://github.com/contentful/forma-36/commit/0067b57aaadbd05cb878dd5e34d407a80b000281)]:
- @contentful/f36-tokens@4.1.0
- @contentful/f36-typography@4.72.0
- @contentful/f36-button@4.72.0
- @contentful/f36-core@4.72.0
- @contentful/f36-forms@4.72.0
- @contentful/f36-popover@4.72.0
- @contentful/f36-skeleton@4.72.0

## 4.71.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@contentful/f36-autocomplete",
"version": "4.71.2",
"version": "4.74.0",
"description": "Forma 36: Autocomplete component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-button": "^4.71.2",
"@contentful/f36-core": "^4.71.2",
"@contentful/f36-forms": "^4.71.2",
"@contentful/f36-button": "^4.74.0",
"@contentful/f36-core": "^4.74.0",
"@contentful/f36-forms": "^4.74.0",
"@contentful/f36-icons": "^4.29.0",
"@contentful/f36-popover": "^4.71.2",
"@contentful/f36-skeleton": "^4.71.2",
"@contentful/f36-tokens": "^4.0.4",
"@contentful/f36-typography": "^4.71.2",
"@contentful/f36-popover": "^4.74.0",
"@contentful/f36-skeleton": "^4.74.0",
"@contentful/f36-tokens": "^4.1.0",
"@contentful/f36-typography": "^4.74.0",
"@contentful/f36-utils": "^4.24.3",
"downshift": "^6.1.12",
"emotion": "^10.0.17"
Expand Down
Loading

0 comments on commit 5d16202

Please sign in to comment.