Skip to content

Commit 5d15d80

Browse files
committed
1.3.0
close #4
1 parent 2748bce commit 5d15d80

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.3.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.2.0...v1.3.0) (2025-01-02)
2+
3+
4+
### Maintenance
5+
6+
This *maintenance* release improves the following:
7+
8+
- "type checking" experience when using typescript
9+
- overall quality of the code
10+
- tests and code coverage
11+
- documentation
12+
13+
14+
115
# [1.2.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.1.0...v1.2.0) (2024-11-22)
216

317

@@ -30,6 +44,3 @@
3044
* add AbstractRenderer and DateRenderer ([a8d86e5](https://github.com/khatastroffik/react-text-renderer-components/commit/a8d86e58f5678c8146b254b1381382a77cf1145e))
3145
* add TimeRenderer and DateTimeRenderer components ([78f605c](https://github.com/khatastroffik/react-text-renderer-components/commit/78f605c7e7f89c1a897eebb537a93739577f04d5))
3246
* improve DateRenderer component and its tests ([4ac81ab](https://github.com/khatastroffik/react-text-renderer-components/commit/4ac81abf9ad07014b924139e6edb540f72b4197a))
33-
34-
35-

RELEASENOTE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# [1.2.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.1.0...v1.2.0) (2024-11-22)
2-
3-
4-
### Features
5-
6-
* add the NEW component "QuarterRenderer" to render the quarter number (and optional the year) of an input date ([a0c2351](https://github.com/khatastroffik/react-text-renderer-components/commit/a0c2351486529532f90b9a990dc9083e82d72a8a))
1+
# [1.3.0](https://github.com/khatastroffik/react-text-renderer-components/compare/v1.2.0...v1.3.0) (2025-01-02)
72

83

4+
### Maintenance
95

6+
This *maintenance* release improves the following:
107

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.2.0",
3+
"version": "1.3.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)