Skip to content

Commit

Permalink
chore(publish): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Aug 25, 2022
1 parent 6bea98e commit edc1da8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-eels-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-beans-sparkle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/matchbox-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sparkpost/matchbox-icons

## 7.1.7

### Patch Changes

- b6c6f083: Typescript types are now bundled properly

## 7.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/matchbox-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox-icons",
"version": "7.1.6",
"version": "7.1.7",
"description": "React icons for Matchbox",
"main": "dist/matchbox-icons.js",
"module": "dist/matchbox-icons.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/matchbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sparkpost/matchbox

## 7.2.3

### Patch Changes

- c6273f06: RadioCard component height updated to 100%
- b6c6f083: Typescript types are now bundled properly
- Updated dependencies [b6c6f083]
- @sparkpost/matchbox-icons@7.1.7

## 7.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/matchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkpost/matchbox",
"version": "7.2.2",
"version": "7.2.3",
"description": "A React UI component library",
"main": "dist/matchbox.js",
"module": "dist/matchbox.esm.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"styled-system": "^5.1.5"
},
"peerDependencies": {
"@sparkpost/matchbox-icons": "^7.1.6",
"@sparkpost/matchbox-icons": "^7.1.7",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-day-picker": "^7.4.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand All @@ -54,7 +54,7 @@
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@sparkpost/matchbox-icons": "^7.1.6",
"@sparkpost/matchbox-icons": "^7.1.7",
"react-day-picker": "^7.4.8",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
Expand Down

0 comments on commit edc1da8

Please sign in to comment.