Skip to content

Commit

Permalink
chore(release): updated release notes and package versions [ci skip]
Browse files Browse the repository at this point in the history
 - @contentful/forma-36-react-components@3.100.2
 - @contentful/forma-36-react-datepicker@0.4.0-alpha.94
 - @contentful/forma-36-react-timepicker@0.5.0-alpha.95
  • Loading branch information
forma-36 committed Nov 11, 2021
1 parent 1e27103 commit 191f4fc
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/components/datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0-alpha.94](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-datepicker@0.4.0-alpha.93...@contentful/forma-36-react-datepicker@0.4.0-alpha.94) (2021-11-11)

**Note:** Version bump only for package @contentful/forma-36-react-datepicker





# [0.4.0-alpha.93](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-datepicker@0.4.0-alpha.92...@contentful/forma-36-react-datepicker@0.4.0-alpha.93) (2021-11-01)

**Note:** Version bump only for package @contentful/forma-36-react-datepicker
Expand Down
4 changes: 2 additions & 2 deletions packages/components/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/forma-36-react-datepicker",
"description": "Forma 36: Test Component",
"version": "0.4.0-alpha.93",
"version": "0.4.0-alpha.94",
"license": "MIT",
"files": [
"dist",
Expand All @@ -28,7 +28,7 @@
"react": ">=16.8"
},
"devDependencies": {
"@contentful/forma-36-react-components": "^3.100.1",
"@contentful/forma-36-react-components": "^3.100.2",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "12.1.2",
"@types/jest": "25.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/timepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0-alpha.95](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-timepicker@0.5.0-alpha.94...@contentful/forma-36-react-timepicker@0.5.0-alpha.95) (2021-11-11)

**Note:** Version bump only for package @contentful/forma-36-react-timepicker





# [0.5.0-alpha.94](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-timepicker@0.5.0-alpha.93...@contentful/forma-36-react-timepicker@0.5.0-alpha.94) (2021-11-01)

**Note:** Version bump only for package @contentful/forma-36-react-timepicker
Expand Down
4 changes: 2 additions & 2 deletions packages/components/timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/forma-36-react-timepicker",
"version": "0.5.0-alpha.94",
"version": "0.5.0-alpha.95",
"license": "MIT",
"files": [
"dist",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@contentful/forma-36-react-components": "^3.100.1",
"@contentful/forma-36-react-components": "^3.100.2",
"date-fns": "^2.9.0",
"emotion": "^10.0.17",
"is-hotkey": "^0.1.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/forma-36-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.100.2](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-components@3.100.1...@contentful/forma-36-react-components@3.100.2) (2021-11-11)


### Bug Fixes

* remove z-index of focused input ([#1512](https://github.com/contentful/forma-36/issues/1512)) ([1e27103](https://github.com/contentful/forma-36/commit/1e271031d41af33a4008de8d545848476317159e))





## [3.100.1](https://github.com/contentful/forma-36/compare/@contentful/forma-36-react-components@3.100.0...@contentful/forma-36-react-components@3.100.1) (2021-11-01)

**Note:** Version bump only for package @contentful/forma-36-react-components
Expand Down
2 changes: 1 addition & 1 deletion packages/forma-36-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentful/forma-36-react-components",
"description": "Contentful UI Component Library",
"version": "3.100.1",
"version": "3.100.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"style": "dist/styles.css",
Expand Down

0 comments on commit 191f4fc

Please sign in to comment.