Add changelogs
This commit is contained in:
parent
4cb893dda9
commit
01276d492e
|
@ -2,7 +2,7 @@
|
|||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
- Add `is_offline` attribute for `Plugin` type. #32467
|
||||
|
||||
- Added Typescript type declarations. #32615
|
||||
# 3.1.0
|
||||
|
||||
- Add "moment" to peerDependencies. #8349
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- Update dependency `@wordpress/icons` to ^8.1.0
|
||||
|
||||
- Added Typescript type declarations. #32615
|
||||
# 3.0.1
|
||||
|
||||
- Update all js packages with minor/patch version changes. #8392
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
|
||||
- Added Typescript type declarations. #32615
|
||||
# 2.1.0
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- Update dependency `@wordpress/hooks` to ^3.5.0
|
||||
|
||||
- Added Typescript type declarations. #32615
|
||||
# 7.0.1
|
||||
|
||||
- Add missing dependencies. #8349
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- Update TaskList types.
|
||||
|
||||
- Added Typescript type declarations. #32615
|
||||
# 3.0.1
|
||||
|
||||
- Add missing dependency.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update woo admin ts config to have an isolated TS environment
|
Loading…
Reference in New Issue