Skip to content

Commit

Permalink
docs(changelog): add changelogs for 1bc834c [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
forma-36 committed Jun 16, 2022
1 parent 1bc834c commit c01d18f
Show file tree
Hide file tree
Showing 68 changed files with 488 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .changelogrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"**F36 Popover** `v4.10.3`":["- bump popper version \n"],"**F36 Tooltip** `v4.10.3`":["- bump popper version \n"]}
6 changes: 0 additions & 6 deletions .changeset/mean-stingrays-add.md

This file was deleted.

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

## 4.10.3

### Patch Changes

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

## 4.10.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.10.2",
"version": "4.10.3",
"description": "Forma 36: Accordion React Component",
"license": "MIT",
"files": [
Expand All @@ -21,11 +21,11 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-collapse": "^4.10.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-icons": "^4.10.2",
"@contentful/f36-collapse": "^4.10.3",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-icons": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-typography": "^4.10.2",
"@contentful/f36-typography": "^4.10.3",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/components/asset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.10.3

### Patch Changes

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

## 4.10.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,17 +1,17 @@
{
"name": "@contentful/f36-asset",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Asset component",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-icon": "^4.10.2",
"@contentful/f36-icons": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-icon": "^4.10.3",
"@contentful/f36-icons": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-typography": "^4.10.2",
"@contentful/f36-typography": "^4.10.3",
"emotion": "^10.0.17"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies [[`1bc834c6`](https://github.com/contentful/forma-36/commit/1bc834c65097e5b253b7bc69a96a16121b4e7cc4)]:
- @contentful/f36-popover@4.10.3
- @contentful/f36-button@4.10.3
- @contentful/f36-forms@4.10.3
- @contentful/f36-icons@4.10.3
- @contentful/f36-skeleton@4.10.3
- @contentful/f36-typography@4.10.3
- @contentful/f36-utils@4.10.3
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@contentful/f36-autocomplete",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Autocomplete component",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-button": "^4.10.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-forms": "^4.10.2",
"@contentful/f36-icons": "^4.10.2",
"@contentful/f36-popover": "^4.10.2",
"@contentful/f36-skeleton": "^4.10.2",
"@contentful/f36-button": "^4.10.3",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-forms": "^4.10.3",
"@contentful/f36-icons": "^4.10.3",
"@contentful/f36-popover": "^4.10.3",
"@contentful/f36-skeleton": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-typography": "^4.10.2",
"@contentful/f36-utils": "^4.10.2",
"@contentful/f36-typography": "^4.10.3",
"@contentful/f36-utils": "^4.10.3",
"downshift": "^6.1.7",
"emotion": "^10.0.17"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-badge",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Badge React Component",
"license": "MIT",
"files": [
Expand All @@ -21,12 +21,12 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"emotion": "^10.0.17"
},
"devDependencies": {
"@contentful/f36-typography": "^4.10.2"
"@contentful/f36-typography": "^4.10.3"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies []:
- @contentful/f36-spinner@4.10.3
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@contentful/f36-button",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Button component",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-spinner": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-spinner": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"emotion": "^10.0.17"
},
"devDependencies": {
"@contentful/f36-icon": "^4.10.2",
"@contentful/f36-icons": "^4.10.2"
"@contentful/f36-icon": "^4.10.3",
"@contentful/f36-icons": "^4.10.3"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
17 changes: 17 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies [[`1bc834c6`](https://github.com/contentful/forma-36/commit/1bc834c65097e5b253b7bc69a96a16121b4e7cc4)]:
- @contentful/f36-tooltip@4.10.3
- @contentful/f36-asset@4.10.3
- @contentful/f36-badge@4.10.3
- @contentful/f36-button@4.10.3
- @contentful/f36-drag-handle@4.10.3
- @contentful/f36-icon@4.10.3
- @contentful/f36-icons@4.10.3
- @contentful/f36-menu@4.10.3
- @contentful/f36-skeleton@4.10.3
- @contentful/f36-typography@4.10.3
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@contentful/f36-card",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Card components",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-asset": "^4.10.2",
"@contentful/f36-badge": "^4.10.2",
"@contentful/f36-button": "^4.10.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-drag-handle": "^4.10.2",
"@contentful/f36-icon": "^4.10.2",
"@contentful/f36-icons": "^4.10.2",
"@contentful/f36-menu": "^4.10.2",
"@contentful/f36-skeleton": "^4.10.2",
"@contentful/f36-asset": "^4.10.3",
"@contentful/f36-badge": "^4.10.3",
"@contentful/f36-button": "^4.10.3",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-drag-handle": "^4.10.3",
"@contentful/f36-icon": "^4.10.3",
"@contentful/f36-icons": "^4.10.3",
"@contentful/f36-menu": "^4.10.3",
"@contentful/f36-skeleton": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-tooltip": "^4.10.2",
"@contentful/f36-typography": "^4.10.2",
"@contentful/f36-tooltip": "^4.10.3",
"@contentful/f36-typography": "^4.10.3",
"emotion": "^10.0.17",
"truncate": "^3.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/components/collapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/f36-collapse",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: Collapse React Component",
"license": "MIT",
"files": [
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"emotion": "^10.0.17"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/components/copybutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies [[`1bc834c6`](https://github.com/contentful/forma-36/commit/1bc834c65097e5b253b7bc69a96a16121b4e7cc4)]:
- @contentful/f36-tooltip@4.10.3
- @contentful/f36-icons@4.10.3
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/copybutton/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@contentful/f36-copybutton",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: CopyButton component",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-icons": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-icons": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-tooltip": "^4.10.2",
"@contentful/f36-tooltip": "^4.10.3",
"emotion": "^10.0.17",
"react-copy-to-clipboard": "^5.0.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/components/datetime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies []:
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentful/f36-datetime",
"version": "4.10.2",
"version": "4.10.3",
"description": "Forma 36: DateTime component",
"scripts": {
"build": "parcel build"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.2",
"@contentful/f36-core": "^4.10.3",
"@contentful/f36-tokens": "^4.0.1",
"dayjs": "^1.10.6",
"emotion": "^10.0.17"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/drag-handle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.10.3

### Patch Changes

- Updated dependencies []:
- @contentful/f36-icons@4.10.3
- @contentful/f36-core@4.10.3

## 4.10.2

### Patch Changes
Expand Down
Loading

0 comments on commit c01d18f

Please sign in to comment.