Skip to content

Commit 62b0fd4

Browse files
committed
bump
1 parent 9294c25 commit 62b0fd4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

polyfill/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The `/full/` entrypoints support an expanded set of calendar systems: `buddhist`
134134
Globally install the polyfill that supports only the `iso8601` and `gregory` calendar systems. Uses native if available.
135135

136136
```html
137-
<script src='https://cdn.jsdelivr.net/npm/temporal-polyfill@1.0.2/global.min.js'></script>
137+
<script src='https://cdn.jsdelivr.net/npm/temporal-polyfill@1.0.3/global.min.js'></script>
138138
<script>
139139
console.log(Temporal.Now.zonedDateTimeISO().toString())
140140
</script>
@@ -143,7 +143,7 @@ Globally install the polyfill that supports only the `iso8601` and `gregory` cal
143143
Globally install the `/full/` polyfill that supports an expanded set of calendar systems: `buddhist`, `chinese`, `coptic`, `dangi`, `ethiopic`, `ethioaa`, `hebrew`, `indian`, `islamic-civil`, `islamic-tbla`, `islamic-umalqura`, `japanese`, `persian`, and `roc`.
144144

145145
```html
146-
<script src='https://cdn.jsdelivr.net/npm/temporal-polyfill@1.0.2/full/global.min.js'></script>
146+
<script src='https://cdn.jsdelivr.net/npm/temporal-polyfill@1.0.3/full/global.min.js'></script>
147147
<script>
148148
console.log(Temporal.Now.zonedDateTimeISO().withCalendar('buddhist').toString())
149149
</script>

polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "temporal-polyfill",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"title": "Temporal Polyfill",
66
"description": "A lightweight polyfill for Temporal, successor to the JavaScript Date object",
77
"author": {

0 commit comments

Comments
 (0)