Skip to content

Commit

Permalink
minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 6, 2024
1 parent 289c109 commit bb019ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
v0.2.4 (2024-04-05)
-------------------

- conformance to latest spec (Apr 2024)
- fix: Typescript error when using CommonJS module outputs (#35)
- fix: PlainTime.toString() throws error with SWC minifier (#36)
- fix: temporal-spec types updated for weekOfYear/yearOfWeek returning undefined
- fix: temporal-spec types updated for weekOfYear/yearOfWeek


v0.2.3 (2024-03-01)
Expand Down
4 changes: 3 additions & 1 deletion examples/temporal-polyfill-cjs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Demonstration of CommonJS/ESM interop bug
# Test case for [#35] (FIXED)

```shell-session
$ pnpm run typecheck
Expand All @@ -17,3 +17,5 @@ Found 1 error.
 ELIFECYCLE  Command failed with exit code 1.
```

[#35]: https://github.com/fullcalendar/temporal-polyfill/issues/35
2 changes: 1 addition & 1 deletion packages/temporal-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"directory": "packages/temporal-spec"
},
"type": "module",
"types": "./index.d.ts",
"main": "./index.cjs",
"types": "./index.d.ts",
"module": "./index.js",
"exports": {
".": {
Expand Down

0 comments on commit bb019ae

Please sign in to comment.