Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 93dd92a commit 6f5ada1
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"@bluecadet/launchpad-testing": "0.1.0",
"@bluecadet/launchpad-tsconfig": "0.1.0",
"@bluecadet/launchpad-utils": "1.5.2",
"@bluecadet/launchpad-cli": "1.0.0"
"@bluecadet/launchpad-cli": "1.0.0",
"@bluecadet/launchpad-docs": "0.1.0"
},
"changesets": [
"beige-dogs-speak",
"gold-kings-watch",
"thick-hotels-scream",
"young-queens-hide"
]
}
11 changes: 11 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @bluecadet/launchpad-content

## 2.0.0-next.1

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`a1b057ee1f19aa61541da91715a21753583828d5`](https://github.com/bluecadet/launchpad/commit/a1b057ee1f19aa61541da91715a21753583828d5)]:
- @bluecadet/launchpad-utils@2.0.0-next.1

## 2.0.0-next.0

### Major 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.0",
"version": "2.0.0-next.1",
"description": "Content syncing pipeline for various sources",
"type": "module",
"main": "./lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.0",
"@bluecadet/launchpad-utils": "~2.0.0-next.1",
"@portabletext/to-html": "2.0.0",
"@sanity/block-content-to-markdown": "^0.0.5",
"chalk": "^5.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @bluecadet/launchpad-monitor

## 2.0.0-next.1

### Major Changes

- [#168](https://github.com/bluecadet/launchpad/pull/168) [`a1b057ee1f19aa61541da91715a21753583828d5`](https://github.com/bluecadet/launchpad/commit/a1b057ee1f19aa61541da91715a21753583828d5) Thanks [@claytercek](https://github.com/claytercek)! - **Plugin API and Monitor Package Updates:**
- Refactor `monitor` package to use `neverthrow` for error handling.
- Add tests for `monitor` package.
- Add hooks for `monitor` events.
- Add tests to `utils` package.

### Patch Changes

- Updated dependencies [[`a1b057ee1f19aa61541da91715a21753583828d5`](https://github.com/bluecadet/launchpad/commit/a1b057ee1f19aa61541da91715a21753583828d5)]:
- @bluecadet/launchpad-utils@2.0.0-next.1

## 2.0.0-next.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-monitor",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "",
"type": "module",
"main": "./lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/monitor",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.0",
"@bluecadet/launchpad-utils": "~2.0.0-next.1",
"auto-bind": "^5.0.1",
"chalk": "^5.0.0",
"cross-spawn": "^7.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @bluecadet/launchpad-utils

## 2.0.0-next.1

### Major Changes

- [#168](https://github.com/bluecadet/launchpad/pull/168) [`a1b057ee1f19aa61541da91715a21753583828d5`](https://github.com/bluecadet/launchpad/commit/a1b057ee1f19aa61541da91715a21753583828d5) Thanks [@claytercek](https://github.com/claytercek)! - **Plugin API and Monitor Package Updates:**
- Refactor `monitor` package to use `neverthrow` for error handling.
- Add tests for `monitor` package.
- Add hooks for `monitor` events.
- Add tests to `utils` package.

## 2.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad-utils",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "Common utilities used by multiple launchpad modules",
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit 6f5ada1

Please sign in to comment.