From 7545710a23e4c6c2b8c98b5b86b4bc33c8d4b2d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:13:10 +0000 Subject: [PATCH] Version Packages (`canary`) --- .changeset/trac-934-logs-query-pagination.md | 5 ----- packages/catalyst/CHANGELOG.md | 6 ++++++ packages/catalyst/package.json | 2 +- packages/create-catalyst/CHANGELOG.md | 7 +++++++ packages/create-catalyst/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/trac-934-logs-query-pagination.md diff --git a/.changeset/trac-934-logs-query-pagination.md b/.changeset/trac-934-logs-query-pagination.md deleted file mode 100644 index 9c0b45a7d..000000000 --- a/.changeset/trac-934-logs-query-pagination.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/catalyst": minor ---- - -Add pagination to `catalyst logs query`. Use `--limit ` (1–500) to cap the page size, `--after ` to page toward older entries, and `--before ` to page toward newer ones. When more entries are available, the CLI prints a ready-to-run command for the next page with the time window pinned to absolute timestamps. diff --git a/packages/catalyst/CHANGELOG.md b/packages/catalyst/CHANGELOG.md index d8e665e80..10a66419e 100644 --- a/packages/catalyst/CHANGELOG.md +++ b/packages/catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # @bigcommerce/catalyst +## 1.2.0 + +### Minor Changes + +- [#3124](https://github.com/bigcommerce/catalyst/pull/3124) [`bb04eca`](https://github.com/bigcommerce/catalyst/commit/bb04ecab9e0e905efd04da10536083479f9e8ed3) Thanks [@parthshahp](https://github.com/parthshahp)! - Add pagination to `catalyst logs query`. Use `--limit ` (1–500) to cap the page size, `--after ` to page toward older entries, and `--before ` to page toward newer ones. When more entries are available, the CLI prints a ready-to-run command for the next page with the time window pinned to absolute timestamps. + ## 1.1.1 ### Patch Changes diff --git a/packages/catalyst/package.json b/packages/catalyst/package.json index 631832898..20653ec27 100644 --- a/packages/catalyst/package.json +++ b/packages/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/catalyst", - "version": "1.1.1", + "version": "1.2.0", "type": "module", "repository": { "type": "git", diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index f90f3dcac..5bd94f26f 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.3 + +### Patch Changes + +- Updated dependencies [[`bb04eca`](https://github.com/bigcommerce/catalyst/commit/bb04ecab9e0e905efd04da10536083479f9e8ed3)]: + - @bigcommerce/catalyst@1.2.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index 2e3a6ab0d..d2e925c87 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "2.0.2", + "version": "2.0.3", "repository": { "type": "git", "url": "https://github.com/bigcommerce/catalyst",