Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-npm-publishing.md

This file was deleted.

45 changes: 22 additions & 23 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"author": "Ian Macalinao <me@ianm.com>",
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@biomejs/biome": "^2.4.6",
"@changesets/cli": "^2.30.0",
"@macalinao/biome-config": "^0.2.0",
"turbo": "^2.8.13",
"turbo": "^2.8.14",
"typedoc": "^0.28.17",
"typescript": "^5.9.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/format-temporal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# format-temporal

## 0.5.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/format-temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "format-temporal",
"description": "Format Temporal objects as localized strings.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/interval-temporal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# interval-temporal

## 0.5.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interval-temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "interval-temporal",
"description": "An interval type for Temporal. Also contains helpers for comparing and sorting Temporal objects.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/parse-temporal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# parse-temporal

## 0.5.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parse-temporal",
"description": "Parse Temporal objects from strings.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/superjson-temporal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# superjson-temporal

## 0.5.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/superjson-temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superjson-temporal",
"description": "SuperJSON serializers/deserializers for Temporal types.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.5.1",
"version": "0.5.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/temporal-quarter-fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# temporal-quarter-fns

## 0.4.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-quarter-fns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "temporal-quarter-fns",
"description": "Functions for working with quarters in Temporal.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/temporal-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# temporal-zod

## 0.6.2

### Patch Changes

- 3452230: Fix npm publishing to use trusted publishing via OIDC

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "temporal-zod",
"description": "Zod validators for Temporal types.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.6.1",
"version": "0.6.2",
"license": "Apache-2.0",
"type": "module",
"sideEffects": [
Expand Down