Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #193

Merged
merged 1 commit into from
Nov 26, 2024
Merged
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/beige-dogs-speak.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/chatty-baboons-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-badgers-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-poems-kiss.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/gold-kings-watch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-brooms-hammer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-ties-decide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/new-rockets-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-tomatoes-smoke.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/pre.json

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/soft-beers-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-hotels-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-crews-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-boats-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-days-battle.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/young-queens-hide.md

This file was deleted.

10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"type": "module",
"devDependencies": {
"@bluecadet/launchpad": "2.0.0-next.5",
"@bluecadet/launchpad-cli": "2.0.0-next.5",
"@bluecadet/launchpad-content": "2.0.0-next.8",
"@bluecadet/launchpad-monitor": "2.0.0-next.4",
"@bluecadet/launchpad-scaffold": "2.0.0-next.3"
"@bluecadet/launchpad": "2.0.0",
"@bluecadet/launchpad-cli": "2.0.0",
"@bluecadet/launchpad-content": "2.0.0",
"@bluecadet/launchpad-monitor": "2.0.0",
"@bluecadet/launchpad-scaffold": "2.0.0"
},
"dependencies": {
"lucide-vue-next": "^0.461.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @bluecadet/launchpad-cli

## 2.0.0

### Major Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`3dd25b3ff7d4636fab43812af2714db948f600e1`](https://github.com/bluecadet/launchpad/commit/3dd25b3ff7d4636fab43812af2714db948f600e1) Thanks [@claytercek](https://github.com/claytercek)! - **New CLI Package**:
- Move CLI to separate package
- Lazy import CLI commands to improve startup time
- Move config and dotenv loading and parsing to CLI package
- convert core package to have no code, just a shorthand for installing all sub-packages

### Minor Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`af3ef8664bea647a93a36cd9703c143db060d8d0`](https://github.com/bluecadet/launchpad/commit/af3ef8664bea647a93a36cd9703c143db060d8d0) Thanks [@claytercek](https://github.com/claytercek)! - convert configs to zod validators

### Patch Changes

- [#185](https://github.com/bluecadet/launchpad/pull/185) [`0c3887a48977daa001abbfe0fc8d94aa3bfd6935`](https://github.com/bluecadet/launchpad/commit/0c3887a48977daa001abbfe0fc8d94aa3bfd6935) Thanks [@claytercek](https://github.com/claytercek)! - Include package.json in exports

- [#191](https://github.com/bluecadet/launchpad/pull/191) [`879d4de542038d5e9910de149307fb8434a04cd1`](https://github.com/bluecadet/launchpad/commit/879d4de542038d5e9910de149307fb8434a04cd1) Thanks [@claytercek](https://github.com/claytercek)! - More verbose error logging, plus better messages on source configs with unions

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`543c836deac30d8f3b18a377db0f8c4f051ea8ef`](https://github.com/bluecadet/launchpad/commit/543c836deac30d8f3b18a377db0f8c4f051ea8ef) Thanks [@claytercek](https://github.com/claytercek)! - Add image transform plugins

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`a35e2b2ad94b0cbd183bb48d278cf1951b945741`](https://github.com/bluecadet/launchpad/commit/a35e2b2ad94b0cbd183bb48d278cf1951b945741) Thanks [@claytercek](https://github.com/claytercek)! - refactor to TS

- Updated dependencies [[`9252b2489f1e7170223c2c2bfaffe2202d32b59a`](https://github.com/bluecadet/launchpad/commit/9252b2489f1e7170223c2c2bfaffe2202d32b59a), [`0c3887a48977daa001abbfe0fc8d94aa3bfd6935`](https://github.com/bluecadet/launchpad/commit/0c3887a48977daa001abbfe0fc8d94aa3bfd6935), [`754ddd330f9e626b45a08bc7d6ce84f057bbb989`](https://github.com/bluecadet/launchpad/commit/754ddd330f9e626b45a08bc7d6ce84f057bbb989), [`75622fbcf94d84717d6c1107799b5d745828a7a6`](https://github.com/bluecadet/launchpad/commit/75622fbcf94d84717d6c1107799b5d745828a7a6), [`af3ef8664bea647a93a36cd9703c143db060d8d0`](https://github.com/bluecadet/launchpad/commit/af3ef8664bea647a93a36cd9703c143db060d8d0), [`543c836deac30d8f3b18a377db0f8c4f051ea8ef`](https://github.com/bluecadet/launchpad/commit/543c836deac30d8f3b18a377db0f8c4f051ea8ef), [`a35e2b2ad94b0cbd183bb48d278cf1951b945741`](https://github.com/bluecadet/launchpad/commit/a35e2b2ad94b0cbd183bb48d278cf1951b945741), [`2c2866a77482a18759a4fdacafcb7e6493db6dbb`](https://github.com/bluecadet/launchpad/commit/2c2866a77482a18759a4fdacafcb7e6493db6dbb), [`3dd25b3ff7d4636fab43812af2714db948f600e1`](https://github.com/bluecadet/launchpad/commit/3dd25b3ff7d4636fab43812af2714db948f600e1)]:
- @bluecadet/[email protected]

## 2.0.0-next.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-cli",
"version": "2.0.0-next.5",
"version": "2.0.0",
"description": "CLI for @bluecadet/launchpad utilities",
"engines": {
"npm": ">=8.5.1",
Expand Down Expand Up @@ -52,17 +52,17 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/cli",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.5",
"@bluecadet/launchpad-utils": "~2.0.0",
"chalk": "^5.0.0",
"dotenv": "^16.4.5",
"neverthrow": "^8.1.1",
"yargs": "^17.7.2",
"zod": "^3.23.8"
},
"optionalDependencies": {
"@bluecadet/launchpad-content": "~2.0.0-next.8",
"@bluecadet/launchpad-monitor": "~2.0.0-next.4",
"@bluecadet/launchpad-scaffold": "~2.0.0-next.3"
"@bluecadet/launchpad-content": "~2.0.0",
"@bluecadet/launchpad-monitor": "~2.0.0",
"@bluecadet/launchpad-scaffold": "~2.0.0"
},
"devDependencies": {
"@bluecadet/launchpad-tsconfig": "0.1.0",
Expand Down
49 changes: 49 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @bluecadet/launchpad-content

## 2.0.0

### Major Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`754ddd330f9e626b45a08bc7d6ce84f057bbb989`](https://github.com/bluecadet/launchpad/commit/754ddd330f9e626b45a08bc7d6ce84f057bbb989) Thanks [@claytercek](https://github.com/claytercek)! - **Plugin API and Content Package Updates:**

- Add basic support for Plugin API across `content`, `monitor`, and `core` packages.
- Implement full support for plugins in `content` package.
- Refactor `content` sources to be functions.
- Refactor `content` transforms and media-downloader to be plugins.
- Implement `neverthrow` for error handling in `content` package.
- Add unit tests for `content` package.
- Fully remove credentials API (superseded by dotenv config)

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`3dd25b3ff7d4636fab43812af2714db948f600e1`](https://github.com/bluecadet/launchpad/commit/3dd25b3ff7d4636fab43812af2714db948f600e1) Thanks [@claytercek](https://github.com/claytercek)! - **New CLI Package**:
- Move CLI to separate package
- Lazy import CLI commands to improve startup time
- Move config and dotenv loading and parsing to CLI package
- convert core package to have no code, just a shorthand for installing all sub-packages

### Minor Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`75622fbcf94d84717d6c1107799b5d745828a7a6`](https://github.com/bluecadet/launchpad/commit/75622fbcf94d84717d6c1107799b5d745828a7a6) Thanks [@claytercek](https://github.com/claytercek)! - update logging

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`af3ef8664bea647a93a36cd9703c143db060d8d0`](https://github.com/bluecadet/launchpad/commit/af3ef8664bea647a93a36cd9703c143db060d8d0) Thanks [@claytercek](https://github.com/claytercek)! - convert configs to zod validators

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`543c836deac30d8f3b18a377db0f8c4f051ea8ef`](https://github.com/bluecadet/launchpad/commit/543c836deac30d8f3b18a377db0f8c4f051ea8ef) Thanks [@claytercek](https://github.com/claytercek)! - Add image transform plugins

- [#188](https://github.com/bluecadet/launchpad/pull/188) [`aa37868b6135cafb2b89fae11b11d261f27ff6df`](https://github.com/bluecadet/launchpad/commit/aa37868b6135cafb2b89fae11b11d261f27ff6df) Thanks [@claytercek](https://github.com/claytercek)! - Update mediaDownloader and sanityImageUrlTransform defaults

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`5d5ead5bd77c97d69ed908cb00516d600708210a`](https://github.com/bluecadet/launchpad/commit/5d5ead5bd77c97d69ed908cb00516d600708210a) Thanks [@claytercek](https://github.com/claytercek)! - Fix content source/plugin exports

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`795eb39bcf9131615dd1e34c9c02933f8352f082`](https://github.com/bluecadet/launchpad/commit/795eb39bcf9131615dd1e34c9c02933f8352f082) Thanks [@claytercek](https://github.com/claytercek)! - Refactor DataStore to be a fs proxy instead of in memory

### Patch Changes

- [#185](https://github.com/bluecadet/launchpad/pull/185) [`0c3887a48977daa001abbfe0fc8d94aa3bfd6935`](https://github.com/bluecadet/launchpad/commit/0c3887a48977daa001abbfe0fc8d94aa3bfd6935) Thanks [@claytercek](https://github.com/claytercek)! - Include package.json in exports

- [#191](https://github.com/bluecadet/launchpad/pull/191) [`879d4de542038d5e9910de149307fb8434a04cd1`](https://github.com/bluecadet/launchpad/commit/879d4de542038d5e9910de149307fb8434a04cd1) Thanks [@claytercek](https://github.com/claytercek)! - More verbose error logging, plus better messages on source configs with unions

- [#189](https://github.com/bluecadet/launchpad/pull/189) [`6d9ae5f944e74f3bd7ca6b0c18cac7c09da01d02`](https://github.com/bluecadet/launchpad/commit/6d9ae5f944e74f3bd7ca6b0c18cac7c09da01d02) Thanks [@claytercek](https://github.com/claytercek)! - Improve contentful source compatibility with mediaDownloader

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`a35e2b2ad94b0cbd183bb48d278cf1951b945741`](https://github.com/bluecadet/launchpad/commit/a35e2b2ad94b0cbd183bb48d278cf1951b945741) Thanks [@claytercek](https://github.com/claytercek)! - refactor to TS

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`afbf13e74bebfdc788876292685bce374f8c42e2`](https://github.com/bluecadet/launchpad/commit/afbf13e74bebfdc788876292685bce374f8c42e2) Thanks [@claytercek](https://github.com/claytercek)! - fix media getting overwritten

- Updated dependencies [[`9252b2489f1e7170223c2c2bfaffe2202d32b59a`](https://github.com/bluecadet/launchpad/commit/9252b2489f1e7170223c2c2bfaffe2202d32b59a), [`0c3887a48977daa001abbfe0fc8d94aa3bfd6935`](https://github.com/bluecadet/launchpad/commit/0c3887a48977daa001abbfe0fc8d94aa3bfd6935), [`754ddd330f9e626b45a08bc7d6ce84f057bbb989`](https://github.com/bluecadet/launchpad/commit/754ddd330f9e626b45a08bc7d6ce84f057bbb989), [`75622fbcf94d84717d6c1107799b5d745828a7a6`](https://github.com/bluecadet/launchpad/commit/75622fbcf94d84717d6c1107799b5d745828a7a6), [`af3ef8664bea647a93a36cd9703c143db060d8d0`](https://github.com/bluecadet/launchpad/commit/af3ef8664bea647a93a36cd9703c143db060d8d0), [`543c836deac30d8f3b18a377db0f8c4f051ea8ef`](https://github.com/bluecadet/launchpad/commit/543c836deac30d8f3b18a377db0f8c4f051ea8ef), [`a35e2b2ad94b0cbd183bb48d278cf1951b945741`](https://github.com/bluecadet/launchpad/commit/a35e2b2ad94b0cbd183bb48d278cf1951b945741), [`2c2866a77482a18759a4fdacafcb7e6493db6dbb`](https://github.com/bluecadet/launchpad/commit/2c2866a77482a18759a4fdacafcb7e6493db6dbb), [`3dd25b3ff7d4636fab43812af2714db948f600e1`](https://github.com/bluecadet/launchpad/commit/3dd25b3ff7d4636fab43812af2714db948f600e1)]:
- @bluecadet/[email protected]

## 2.0.0-next.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-content",
"version": "2.0.0-next.8",
"version": "2.0.0",
"description": "Content syncing pipeline for various sources",
"type": "module",
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.5",
"@bluecadet/launchpad-utils": "~2.0.0",
"@portabletext/to-html": "2.0.0",
"@sanity/block-content-to-markdown": "^0.0.5",
"chalk": "^5.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @bluecadet/launchpad-dashboard

## 2.0.0

### Major Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`754ddd330f9e626b45a08bc7d6ce84f057bbb989`](https://github.com/bluecadet/launchpad/commit/754ddd330f9e626b45a08bc7d6ce84f057bbb989) Thanks [@claytercek](https://github.com/claytercek)! - **Plugin API and Content Package Updates:**
- Add basic support for Plugin API across `content`, `monitor`, and `core` packages.
- Implement full support for plugins in `content` package.
- Refactor `content` sources to be functions.
- Refactor `content` transforms and media-downloader to be plugins.
- Implement `neverthrow` for error handling in `content` package.
- Add unit tests for `content` package.
- Fully remove credentials API (superseded by dotenv config)

### Patch Changes

- [#179](https://github.com/bluecadet/launchpad/pull/179) [`a35e2b2ad94b0cbd183bb48d278cf1951b945741`](https://github.com/bluecadet/launchpad/commit/a35e2b2ad94b0cbd183bb48d278cf1951b945741) Thanks [@claytercek](https://github.com/claytercek)! - refactor to TS

## 2.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-dashboard",
"version": "2.0.0-next.1",
"version": "2.0.0",
"description": "",
"type": "module",
"files": [
Expand Down
Loading