Skip to content

Commit c851107

Browse files
author
lubomir.brezina
committed
release: publish
1 parent bbaffd2 commit c851107

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/eighty-comics-draw.md

-9
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-atoms/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<a name="5.0.1"></a>
22

3+
## 10.3.2
4+
5+
### Patch Changes
6+
7+
- f7f170a: Update HeadlineTypes to HeadlineType
8+
9+
- **What?** Update HeadlineTypes to HeadlineType for better backward compatibility (Is not breaking change, because i recently added those exports in previous changeset and i don't suppose anyone has had time to use them in the meantime.)
10+
- **Why?** Unification of naming.
11+
- **How?** Nothing.
12+
313
## 10.3.1
414

515
### Patch Changes

packages/plugin-atoms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ima/plugin-atoms",
3-
"version": "10.3.1",
3+
"version": "10.3.2",
44
"description": "IMA.js UI React atoms",
55
"main": "./dist/cjs/main.js",
66
"module": "./dist/esm/server/main.js",

0 commit comments

Comments
 (0)