Skip to content

Commit

Permalink
Add types directive to packages that need it (#30252)
Browse files Browse the repository at this point in the history
* Add types directive to packages that need it

* Update date CHANGELOG for types

* Fix changelogs
  • Loading branch information
sarayourfriend authored and gziolo committed Mar 26, 2021
1 parent 8958894 commit e902186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

### New Feature

- Publish TypeScript definitions.

## 3.22.0 (2021-03-17)
Expand Down
1 change: 1 addition & 0 deletions packages/api-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"types": "build-types",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@wordpress/i18n": "file:../i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### New Feature

- Bundle type definitions.

## 3.14.0 (2021-03-17)

## 3.0.1 (2018-12-12)
Expand Down
1 change: 1 addition & 0 deletions packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"types": "build-types",
"dependencies": {
"@babel/runtime": "^7.13.10",
"moment": "^2.22.1",
Expand Down

0 comments on commit e902186

Please sign in to comment.