Skip to content

Commit 2104ca3

Browse files
committed
chore: bump version of markdown package with the new changes
1 parent 66377b0 commit 2104ca3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simplecomponent",
33
"description": "React components made simple",
44
"private": true,
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": {
77
"name": "Rodolfo Pereira",
88
"email": "phinpho@gmail.com",

packages/markdown/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.1](https://github.com/phinpho/simplecomponent/compare/v0.1.0...v0.1.1) (2024-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **markdown:** re-export the react-markdown types ([66377b0](https://github.com/phinpho/simplecomponent/commit/66377b000e8a59844ba3822eaa7080755f15762f))
7+
8+
9+
110
# [0.1.0](https://github.com/phinpho/simplecomponent/compare/v0.0.2...v0.1.0) (2024-11-27)
211

312

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"frontmatter",
1515
"yaml"
1616
],
17-
"version": "0.1.0",
17+
"version": "0.1.1",
1818
"author": {
1919
"name": "Rodolfo Pereira",
2020
"email": "phinpho@gmail.com",

0 commit comments

Comments
 (0)