Skip to content

Commit ea30892

Browse files
chore(release): update version
1 parent 248005c commit ea30892

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

wp-react-lib/.changeset/shaggy-shoes-hunt.md

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

wp-react-lib/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# @devgateway/wp-react-lib
2+
3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 78c8a42: # Changelog
8+
9+
### ⚙️ Miscellaneous Tasks
10+
11+
- _(TCDICORE-234)_ Update dependencies
12+
- _(DVIZ-42)_ Migrate consumers and some components to typescript
13+
- _(DVIZ-42)_ Migrate from babel to unbuild (rollup)
14+
- _(DVIZ-42)_ Remove unused packages
15+
- UI enhancements
16+
- TCDICORE-146 fix double loader
17+
- TCDICORE-151 remove unused variables
18+
- TCDICORE-151 add missing env variable
19+
- _(TCDICORE-195)_ Add settings context export
20+
21+
### Breaking Change
22+
23+
- Introduction of TypeScript support requires consumers to update their build configuration
24+
- TypeScript types are now available for all components and utilities
25+
26+
### 🐛 Bug Fixes
27+
28+
- Issue with opening pages in some iOS devices

wp-react-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devgateway/wp-react-lib",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Sebastian Dimunzio <sdimunzio@developmentgateway.org/>",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)