Skip to content

Commit

Permalink
Version bump: v172.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterest-gestalt committed Feb 5, 2025
1 parent cc7fb0f commit d346ece
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 @@
## 172.2.0 (Feb 5, 2025)

### Minor

- RadioGroup: VR changes ([#3978](https://github.com/pinterest/gestalt/pull/3978)) - [Preview link](https://deploy-preview-3978--gestalt.netlify.app?devexample=true)

## 172.1.0 (Feb 5, 2025)

### Minor
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": "172.1.0",
"version": "172.2.0",
"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": "172.1.0",
"version": "172.2.0",
"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": "172.1.0",
"version": "172.2.0",
"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": "172.1.0",
"version": "172.2.0",
"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": "172.1.0",
"version": "172.2.0",
"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 d346ece

Please sign in to comment.