Skip to content

Commit 8584a6a

Browse files
committed
prepae release 1.4.0
1 parent c783267 commit 8584a6a

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
# [1.3.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.2.0...v1.3.0) (2025-01-02)
2-
1+
# [1.4.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.3.0...v1.4.0) (2025-01-14)
32

4-
### Maintenance
53

6-
This *maintenance* release improves the following:
74

8-
- "type checking" experience when using typescript
9-
- overall quality of the code
10-
- tests and code coverage
11-
- documentation
5+
# [1.3.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.2.0...v1.3.0) (2025-01-02)
126

137

148

@@ -44,3 +38,6 @@ This *maintenance* release improves the following:
4438
* add AbstractRenderer and DateRenderer ([a8d86e5](https://github.com/khatastroffik/react-text-renderer-components/commit/a8d86e58f5678c8146b254b1381382a77cf1145e))
4539
* add TimeRenderer and DateTimeRenderer components ([78f605c](https://github.com/khatastroffik/react-text-renderer-components/commit/78f605c7e7f89c1a897eebb537a93739577f04d5))
4640
* improve DateRenderer component and its tests ([4ac81ab](https://github.com/khatastroffik/react-text-renderer-components/commit/4ac81abf9ad07014b924139e6edb540f72b4197a))
41+
42+
43+

RELEASENOTE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# [1.3.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.2.0...v1.3.0) (2025-01-02)
1+
# [1.4.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.3.0...v1.4.0) (2025-01-14)
22

33

4-
### Maintenance
54

6-
This *maintenance* release improves the following:
75

8-
- "type checking" experience when using typescript
9-
- overall quality of the code
10-
- tests and code coverage
11-
- documentation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khatastroffik/react-text-renderer-components",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "a zero-dependencies component library providing (pure) text rendering for common and custom data/field types.",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)