Skip to content

Commit 488ca0c

Browse files
Version Packages (next)
1 parent e22dc3a commit 488ca0c

5 files changed

Lines changed: 44 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"initialVersions": {
55
"@tailor-platform/create-sdk": "1.64.0",
66
"@tailor-platform/sdk": "1.64.0",
7-
"@tailor-platform/sdk-codemod": "0.2.7"
7+
"@tailor-platform/sdk-codemod": "0.2.7",
8+
"@tailor-platform/tailor-proto": "0.0.0"
89
},
910
"changesets": [
1011
"apply-deploy-source-strings",
@@ -15,6 +16,7 @@
1516
"execute-script-review-scope",
1617
"invoker-option-rename",
1718
"keyring-default-storage",
19+
"lazy-load-service-pb-startup",
1820
"open-download-review-scope",
1921
"principal-followup-review",
2022
"principal-unify-codemod",
@@ -26,11 +28,16 @@
2628
"remove-tailor-sdk-skills-shim",
2729
"remove-v2-cli-aliases",
2830
"remove-workflow-test-env-fallback",
31+
"renovate-1507",
32+
"renovate-1514",
2933
"renovate-1516",
3034
"renovate-1525",
35+
"renovate-1527",
36+
"renovate-1532",
3137
"require-function-log-content-hash",
3238
"runtime-globals-import",
3339
"store-cli-users-by-subject",
40+
"subpath-imports-migration",
3441
"tailor-principal-type",
3542
"timestamps-updated-at-create",
3643
"v2-baseline",

packages/create-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @tailor-platform/create-sdk
22

3+
## 2.0.0-next.3
4+
35
## 2.0.0-next.2
46
### Major Changes
57

packages/create-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailor-platform/create-sdk",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
55
"license": "MIT",
66
"repository": {

packages/sdk/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @tailor-platform/sdk
22

3+
## 2.0.0-next.3
4+
### Patch Changes
5+
6+
7+
8+
- [#1526](https://github.com/tailor-platform/sdk/pull/1526) [`b0d1487`](https://github.com/tailor-platform/sdk/commit/b0d148734a507ed8e2dc77bc034442ec5ee3175e) Thanks [@toiroakr](https://github.com/toiroakr)! - Improve CLI startup time for commands that do not connect to the platform. Commands such as `profile list`, `profile delete`, `login`, and `logout` now start approximately 5x faster (~1.6s instead of ~8s).
9+
10+
11+
12+
- [#1507](https://github.com/tailor-platform/sdk/pull/1507) [`7701823`](https://github.com/tailor-platform/sdk/commit/7701823ceb454509f0b28e09115f36c5508ad8e4) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @urql/core to v6.0.2
13+
14+
15+
16+
- [#1514](https://github.com/tailor-platform/sdk/pull/1514) [`21ff9fb`](https://github.com/tailor-platform/sdk/commit/21ff9fb0193b35ccdc59ba9e804884f9a5e8640e) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update oxc
17+
18+
19+
20+
- [#1527](https://github.com/tailor-platform/sdk/pull/1527) [`abfc979`](https://github.com/tailor-platform/sdk/commit/abfc9797f496a81c0edb991c37e053092bf87f9e) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update rolldown
21+
22+
23+
24+
- [#1532](https://github.com/tailor-platform/sdk/pull/1532) [`a54f156`](https://github.com/tailor-platform/sdk/commit/a54f156ec2ed43a279aade6fd4e3eb81879659d7) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @clack/prompts to v1.6.0
25+
26+
27+
28+
- [#1490](https://github.com/tailor-platform/sdk/pull/1490) [`0639734`](https://github.com/tailor-platform/sdk/commit/0639734531335df884db4b5517d5e5ff6db601c7) Thanks [@toiroakr](https://github.com/toiroakr)! - refactor: migrate internal path aliases to Node subpath imports
29+
30+
Replace the tsconfig `@/*` path alias with the `#/*` subpath import
31+
(`package.json` `imports`), and resolve `@tailor-platform/tailor-proto` as a
32+
regular package dependency instead of a `@tailor-proto/*` path alias. Internal
33+
build/resolution change only — no public API or runtime behavior change.
34+
335
## 2.0.0-next.2
436
### Major Changes
537

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailor-platform/sdk",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)