Skip to content

Commit 4524817

Browse files
committed
chore: 🔨 change log content & update http test case
1 parent c883313 commit 4524817

5 files changed

Lines changed: 41 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ section: "introduction"
2626

2727
- Modify the bundler's config loader from native node to tsx.
2828

29-
## 2026-06-30
30-
3129
**@unimolecule/canon** `v0.1.0`
3230

3331
- Generate a unified changelog

apps/document/content/changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ section: "introduction"
2424

2525
- Modify the bundler's config loader from native node to tsx.
2626

27-
## 2026-06-30
28-
2927
**@unimolecule/canon** `v0.1.0`
3028

3129
- Generate a unified changelog

packages/canon/tests/http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import {
66
createError,
77
createPagePagination,
88
createResponse,
9-
HTTP_STATUS_CODES,
109
RESPONSE_ERROR_CODE,
1110
RESPONSE_ERROR_MESSAGE,
1211
RESPONSE_ERROR_OK,
1312
RESPONSE_SUCCESS_CODE,
1413
RESPONSE_SUCCESS_MESSAGE,
1514
RESPONSE_SUCCESS_OK,
1615
} from "../src/http";
16+
import { HTTP_STATUS_CODES } from "../src/http/status-codes";
1717

1818
describe("HTTP contracts", () => {
1919
it("creates default success response envelopes", () => {

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ catalogs:
3939
"@commitlint/types": "^21.1.0"
4040
"czg": "^1.13.1"
4141
"lint-staged": "^17.0.8"
42-
"prettier": "^3.9.0"
42+
"prettier": "^3.9.2"
4343
"simple-git-hooks": "^2.13.1"
4444
"@unconfig/ts-config": "^0.1.11"
45-
"@unconfig/changeset-workflow": "^0.0.2"
45+
"@unconfig/changeset-workflow": "^0.0.3"
4646
"@changesets/changelog-github": "^0.7.0"
4747
"tsdown": "^0.22.3"
4848
"tsx": "^4.22.4"
@@ -59,5 +59,5 @@ allowBuilds:
5959
simple-git-hooks: true
6060

6161
minimumReleaseAgeExclude:
62-
- "@unconfig/changeset-workflow@0.0.2"
62+
- "@unconfig/changeset-workflow@0.0.2 || 0.0.3"
6363
- "@unconfig/ts-config@0.1.11"

0 commit comments

Comments
 (0)