Skip to content

Commit a31f53d

Browse files
committed
update changelog and package for 0.0.3
1 parent 6d484c3 commit a31f53d

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

changelog.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# changelog
22

3+
## 0.0.3
4+
5+
- fix: issue in index template due to hbs brackets
6+
- fix: do not add styles import if styled-components are not used
7+
- feat: use different test ids depending on platform
8+
- feat: remove new lines and semicolons from template strings
9+
310
## 0.0.2
411

5-
- changed keywords for npm package
6-
- introduced changelog
7-
- improved readme
8-
- make templates exchangeable
9-
- improve functional template to work with `PropsWithChildren`
12+
- chore: changed keywords for npm package
13+
- docs: introduced changelog
14+
- docs: improved readme
15+
- feat: make templates exchangeable
16+
- refactor: improve functional template to work with `PropsWithChildren`
1017

1118
## 0.0.1
1219

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a9g/plop-generator-react-atomic-component",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "plop generator react atomic component",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)