Skip to content

Commit 73e45a7

Browse files
Version Packages
1 parent 75f9ca1 commit 73e45a7

9 files changed

+19
-36
lines changed

.changeset/heavy-ducks-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-files-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-ears-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-ducks-scream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-bears-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-lizards-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nervous-lamps-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @primer/components
22

3+
## 23.1.1
4+
5+
### Patch Changes
6+
7+
- [`c50b9f93`](https://github.com/primer/components/commit/c50b9f93402e7898b2a30f6f7fd0159ed40a8e86) [#1059](https://github.com/primer/components/pull/1059) Thanks [@colebemis](https://github.com/colebemis)! - Migrate `Dropdown` to TypeScript
8+
9+
* [`681799fd`](https://github.com/primer/components/commit/681799fd996537f56b15169ce8ac801e68aff41b) [#1066](https://github.com/primer/components/pull/1066) Thanks [@colebemis](https://github.com/colebemis)! - Migrate `useMouseIntent` to TypeScript
10+
11+
- [`eaeb2389`](https://github.com/primer/components/commit/eaeb2389738c1c366e41ddb7795b03c865359034) [#1055](https://github.com/primer/components/pull/1055) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Migrate `utils` to TypeScript
12+
13+
* [`106eb85e`](https://github.com/primer/components/commit/106eb85e969fa9ece03a789b1175346e8d53cb83) [#1060](https://github.com/primer/components/pull/1060) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Migrate `Dialog` to TypeScript
14+
15+
- [`f11e6ac6`](https://github.com/primer/components/commit/f11e6ac67ff675137e672a33d445678fd3b64b3a) [#1048](https://github.com/primer/components/pull/1048) Thanks [@colebemis](https://github.com/colebemis)! - Migrate `SelectMenu` to TypeScript
16+
17+
* [`bb635a50`](https://github.com/primer/components/commit/bb635a5094baf6821e45a7a03c6582989ee86fd5) [#1058](https://github.com/primer/components/pull/1058) Thanks [@colebemis](https://github.com/colebemis)! - Migrate theme to TypeScript
18+
19+
- [`fabca94e`](https://github.com/primer/components/commit/fabca94ebc3b5429b5c541aeaac6eb508fd5f182) [#1047](https://github.com/primer/components/pull/1047) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Migrate `Pagination` to TypeScript
20+
321
## 23.1.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/components",
3-
"version": "23.1.0",
3+
"version": "23.1.1",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)