Skip to content

Commit

Permalink
Version bump: v167.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterest-gestalt committed Jan 8, 2025
1 parent 0516f08 commit b88e353
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 167.1.4 (Jan 8, 2025)

### Patch

- DatePicker: fix in onChange event ([#3929](https://github.com/pinterest/gestalt/pull/3929)) - [Preview link](https://deploy-preview-3929--gestalt.netlify.app?devexample=true)

## 167.1.3 (Jan 7, 2025)

### Patch
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-gestalt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-gestalt",
"version": "167.1.3",
"version": "167.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "ESLint rules for Pinterest's design language Gestalt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-charts",
"version": "167.1.3",
"version": "167.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A React UI chart component which enforces Pinterest's design language",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-datepicker",
"version": "167.1.3",
"version": "167.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A React UI datepicker component which enforces Pinterest's design language",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-design-tokens",
"version": "167.1.3",
"version": "167.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "Design tokens style dictionary for Gestalt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt",
"version": "167.1.3",
"version": "167.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A set of React UI components which enforce Pinterest's design language",
Expand Down

0 comments on commit b88e353

Please sign in to comment.