Skip to content

Commit 87d8de7

Browse files
authored
Merge branch 'dev' into fix/timezone-parsing-bug
2 parents 65c6e18 + 88ad3fd commit 87d8de7

File tree

25 files changed

+22430
-11729
lines changed

25 files changed

+22430
-11729
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint & Unit Test
22
on:
33
push:
4-
branches: [master, dev]
4+
branches: [dev]
55
pull_request:
66
branches: [dev]
77

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
run: |
41-
npm install -g @semantic-release/changelog @semantic-release/git semantic-release
42-
semantic-release
41+
npm install @semantic-release/changelog @semantic-release/git semantic-release --no-save
42+
npx patch-package
43+
npx semantic-release

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build
2020
babel.config.js
2121
prettier.config.js
2222
.eslintrc.json
23+
patches
2324

2425
#doc
2526
CONTRIBUTING.md

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.11.17](https://github.com/iamkun/dayjs/compare/v1.11.16...v1.11.17) (2025-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* [en-AU] locale use the same ordinal as moment ([#2878](https://github.com/iamkun/dayjs/issues/2878)) ([1b95ecd](https://github.com/iamkun/dayjs/commit/1b95ecd21d4feafe7ab113a2d48d7d8d93bb95c9))
7+
8+
## [1.11.16](https://github.com/iamkun/dayjs/compare/v1.11.15...v1.11.16) (2025-08-29)
9+
10+
11+
### Bug Fixes
12+
13+
* test release workflow (no code changes) ([c38c428](https://github.com/iamkun/dayjs/commit/c38c428a78c344699eff373adfc8c007bb3a514f))
14+
15+
## [1.11.15](https://github.com/iamkun/dayjs/compare/v1.11.14...v1.11.15) (2025-08-28)
16+
17+
18+
### Bug Fixes
19+
20+
* Fix misspellings in Irish or Irish Gaelic [ga] ([#2861](https://github.com/iamkun/dayjs/issues/2861)) ([9c14a42](https://github.com/iamkun/dayjs/commit/9c14a4245a8e764ee3260ff17a7ff48dfd09d279))
21+
122
## [1.11.14](https://github.com/iamkun/dayjs/compare/v1.11.13...v1.11.14) (2025-08-27)
223

324

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ dayjs().format('Q Do k kk X x') // more available formats
9999

100100
📚[Plugin List](https://day.js.org/docs/en/plugin/plugin)
101101

102-
### Usage Trend
103-
104-
<a href="https://npm-compare.com/moment,dayjs/#timeRange=THREE_YEARS" target="_blank">
105-
<img src="https://user-images.githubusercontent.com/3455798/270162667-c7bd2ebe-675e-45c6-a2c9-dc67f3b65d6e.png">
106-
</a>
107-
108102
## Sponsors
109103

110104
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
@@ -123,14 +117,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
123117
<img width="70" src="https://images.opencollective.com/sight-sound/54f7220/logo/256.png?height=256">
124118
</a>
125119
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
126-
<a href="https://www.exoflare.com/open-source/?utm_source=dayjs&utm_campaign=open_source" target="_blank">
127-
<img width="70" src="https://user-images.githubusercontent.com/17680888/162761622-1407a849-0c41-4591-8aa9-f98114ec2092.png">
128-
</a>
129-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
130-
<a href="https://chudovo.com/front-end-development/" target="_blank">
131-
<img width="70" src="https://images.opencollective.com/chudovo/3c866f5/logo/256.png?height=256">
132-
</a>
133-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
134120
<a href="https://github.com/radioplusexperts" target="_blank">
135121
<img width="70" src="https://avatars.githubusercontent.com/u/188567998?v=4">
136122
</a>

docs/en/API-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Note
22

3-
The documents are moved to [https://day.js.org](https://day.js.org).
3+
The documents are moved to [https://day.js.org](https://day.js.org).

docs/es-es/README-es-es.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ dayjs().format('Q Do k kk X x') // ahora tenemos más formatos disponibles
108108

109109
📚[Lista de complementos](https://day.js.org/docs/en/plugin/plugin)
110110

111-
### Tendencia de Uso
112-
113-
<a href="https://npm-compare.com/moment,dayjs/#timeRange=THREE_YEARS" target="_blank">
114-
<img src="https://user-images.githubusercontent.com/3455798/270162667-c7bd2ebe-675e-45c6-a2c9-dc67f3b65d6e.png">
115-
</a>
116-
117111
## Patrocinadores
118112

119113
Apoya a este proyecto convirtiéndote en un patrocinador. Tu logo aparecerá aquí, enlazado a tu sitio web. [[Conviértete en un patrocinador](https://opencollective.com/dayjs#sponsor)]

docs/he/README-he.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ dayjs().format('Q Do k kk X x') // כעת יותר אפשרויות זמינות
120120

121121
📚[רשימת תוספים](https://day.js.org/docs/en/plugin/plugin)
122122

123-
### מגמת השימוש
124-
125-
<a href="https://npm-compare.com/moment,dayjs/#timeRange=THREE_YEARS" target="_blank">
126-
<img src="https://user-images.githubusercontent.com/3455798/270162667-c7bd2ebe-675e-45c6-a2c9-dc67f3b65d6e.png">
127-
</a>
128-
129123
### ספונסרים
130124
תמכו בפרויקט זה כדי להיות ספונסר. קבלו לוגו עם קישור לאתר שלכם שיופיע כאן.
131125

docs/ja/README-ja.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ dayjs().format('Q Do k kk X x') // 多様なフォーマットが利用可能に
108108

109109
📚[プラグインリスト](https://day.js.org/docs/en/plugin/plugin)
110110

111-
### 使用トレンド
112-
113-
<a href="https://npm-compare.com/moment,dayjs/#timeRange=THREE_YEARS" target="_blank">
114-
<img src="https://user-images.githubusercontent.com/3455798/270162667-c7bd2ebe-675e-45c6-a2c9-dc67f3b65d6e.png">
115-
</a>
116-
117111
## ライセンス
118112

119113
Day.js は [MIT License](../../LICENSE) のもとで利用を許諾します。

docs/ko/README-ko.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ dayjs().format('Q Do k kk X x') // more available formats
108108

109109
📚[플러그인 목록](https://day.js.org/docs/en/plugin/plugin)
110110

111-
### 사용 트렌드
112-
113-
<a href="https://npm-compare.com/moment,dayjs/#timeRange=THREE_YEARS" target="_blank">
114-
<img src="https://user-images.githubusercontent.com/3455798/270162667-c7bd2ebe-675e-45c6-a2c9-dc67f3b65d6e.png">
115-
</a>
116-
117111
## License
118112

119113
Day.js는 [MIT License](./LICENSE)를 사용합니다.

0 commit comments

Comments
 (0)