Skip to content

Commit 663dcea

Browse files
committed
Auto-generated commit
1 parent 783ad27 commit 663dcea

File tree

5 files changed

+65
-9
lines changed

5 files changed

+65
-9
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ indent_style = tab
121121
[*.{md,md.txt}]
122122
indent_style = space
123123
indent_size = 4
124-
trim_trailing_whitespace = false
124+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125125
126126
# Set properties for `usage.txt` files:
127127
[usage.txt]

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-12-21)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`8684eb4`](https://github.com/stdlib-js/stdlib/commit/8684eb429498a239bff9bdd72f443dd1cd981552) - **docs:** update related packages sections [(#4114)](https://github.com/stdlib-js/stdlib/pull/4114) _(by stdlib-bot, Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-26)

CONTRIBUTORS

+12-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
910
Ahmed Atwa <[email protected]>
1011
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1113
Aleksandr <[email protected]>
1214
Ali Salesi <[email protected]>
1315
Aman Bhansali <[email protected]>
@@ -24,6 +26,8 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
Divyansh Seth <[email protected]>
2731
Dominic Lim <[email protected]>
2832
Dominik Moritz <[email protected]>
2933
Dorrin Sotoudeh <[email protected]>
@@ -46,11 +50,10 @@ Jordan Gallivan <[email protected]>
4650
Joris Labie <[email protected]>
4751
Justin Dennison <[email protected]>
4852
Karthik Prakash <[email protected]>
49-
5053
Kohantika Nath <[email protected]>
5154
Krishnendu Das <[email protected]>
5255
Kshitij-Dale <[email protected]>
53-
56+
Lovelin Dhoni J B <[email protected]>
5457
Manik Sharma <[email protected]>
5558
Manvith M <[email protected]>
5659
Marcus Fantham <[email protected]>
@@ -61,6 +64,7 @@ Mohammad Kaif <[email protected]>
6164
Momtchil Momtchev <[email protected]>
6265
Muhammad Haris <[email protected]>
6366
Naresh Jagadeesan <[email protected]>
67+
Naveen Kumar <[email protected]>
6468
Neeraj Pathak <[email protected]>
6569
Nishant Shinde <[email protected]>
6670
Nithin Katta <[email protected]>
@@ -71,10 +75,11 @@ Ori Miles <[email protected]>
7175
Philipp Burckhardt <[email protected]>
7276
Prajwal Kulkarni <[email protected]>
7377
Pranav Goswami <[email protected]>
74-
75-
78+
Pranjal Jha <[email protected]>
79+
Prashant Kumar Yadav <[email protected]>
80+
Pratik Singh <[email protected]>
7681
Pratyush Kumar Chouhan <[email protected]>
77-
82+
Priyansh Prajapati <[email protected]>
7883
Priyanshu Agarwal <[email protected]>
7984
Pushpendra Chandravanshi <[email protected]>
8085
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +98,7 @@ Sarthak Paandey <[email protected]>
9398
Saurabh Singh <[email protected]>
9499
Seyyed Parsa Neshaei <[email protected]>
95100
Shashank Shekhar Singh <[email protected]>
96-
101+
Shivam Ahir <[email protected]>
97102
Shraddheya Shendre <[email protected]>
98103
Shubh Mehta <[email protected]>
99104
Shubham Mishra <[email protected]>
@@ -112,10 +117,10 @@ UtkershBasnet <[email protected]>
112117
Vaibhav Patel <[email protected]>
113118
Varad Gupta <[email protected]>
114119
Vinit Pandit <[email protected]>
120+
Vivek maurya <[email protected]>
115121
Xiaochuan Ye <[email protected]>
116122
Yaswanth Kosuru <[email protected]>
117123
Yernar Yergaziyev <[email protected]>
118-
119124
olenkabilonizhka <[email protected]>
120125
121126

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ str = removeFirst( 'The Last of the Mohicans', 5 );
112112

113113
<section class="related">
114114

115+
* * *
116+
117+
## See Also
118+
119+
- <span class="package-name">[`@stdlib/string-base/remove-first-code-point`][@stdlib/string/base/remove-first-code-point]</span><span class="delimiter">: </span><span class="description">remove the first Unicode code point of a string.</span>
120+
- <span class="package-name">[`@stdlib/string-base/remove-first-grapheme-cluster`][@stdlib/string/base/remove-first-grapheme-cluster]</span><span class="delimiter">: </span><span class="description">remove the first grapheme cluster (i.e., user-perceived character) of a string.</span>
121+
- <span class="package-name">[`@stdlib/string-base/remove-last`][@stdlib/string/base/remove-last]</span><span class="delimiter">: </span><span class="description">remove the last UTF-16 code unit of a string.</span>
122+
115123
</section>
116124

117125
<!-- /.related -->
@@ -188,6 +196,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
188196

189197
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-remove-first/main/LICENSE
190198

199+
<!-- <related-links> -->
200+
201+
[@stdlib/string/base/remove-first-code-point]: https://github.com/stdlib-js/string-base-remove-first-code-point
202+
203+
[@stdlib/string/base/remove-first-grapheme-cluster]: https://github.com/stdlib-js/string-base-remove-first-grapheme-cluster
204+
205+
[@stdlib/string/base/remove-last]: https://github.com/stdlib-js/string-base-remove-last
206+
207+
<!-- </related-links> -->
208+
191209
</section>
192210

193211
<!-- /.links -->

0 commit comments

Comments
 (0)