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 23, 2024
1 parent 3697f6e commit c6d95a8
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"changesets": [
"beige-dogs-speak",
"gold-kings-watch",
"healthy-brooms-hammer",
"itchy-ties-decide",
"soft-beers-relate",
"thick-hotels-scream",
"tiny-crews-happen",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @bluecadet/launchpad-cli

## 2.0.0-next.2

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e), [`6436e938efe9fafba0aa52ea7bdefe33d5fe77e3`](https://github.com/bluecadet/launchpad/commit/6436e938efe9fafba0aa52ea7bdefe33d5fe77e3)]:
- @bluecadet/launchpad-utils@2.0.0-next.3

## 2.0.0-next.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "2.0.0-next.2",
"description": "CLI for @bluecadet/launchpad utilities",
"engines": {
"npm": ">=8.5.1",
Expand Down Expand Up @@ -51,16 +51,16 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/cli",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.2",
"@bluecadet/launchpad-utils": "~2.0.0-next.3",
"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.2",
"@bluecadet/launchpad-monitor": "~2.0.0-next.2",
"@bluecadet/launchpad-content": "~2.0.0-next.4",
"@bluecadet/launchpad-monitor": "~2.0.0-next.3",
"@bluecadet/launchpad-scaffold": "~2.0.0-next.1"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bluecadet/launchpad-content

## 2.0.0-next.4

### Minor Changes

- [#176](https://github.com/bluecadet/launchpad/pull/176) [`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e) Thanks [@claytercek](https://github.com/claytercek)! - update logging

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

### Patch Changes

- Updated dependencies [[`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e), [`6436e938efe9fafba0aa52ea7bdefe33d5fe77e3`](https://github.com/bluecadet/launchpad/commit/6436e938efe9fafba0aa52ea7bdefe33d5fe77e3)]:
- @bluecadet/launchpad-utils@2.0.0-next.3

## 2.0.0-next.3

### Minor 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.3",
"version": "2.0.0-next.4",
"description": "Content syncing pipeline for various sources",
"type": "module",
"files": [
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.2",
"@bluecadet/launchpad-utils": "~2.0.0-next.3",
"@portabletext/to-html": "2.0.0",
"@sanity/block-content-to-markdown": "^0.0.5",
"chalk": "^5.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/launchpad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bluecadet/launchpad

## 2.0.0-next.2

### Minor Changes

- [#176](https://github.com/bluecadet/launchpad/pull/176) [`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e) Thanks [@claytercek](https://github.com/claytercek)! - update logging

### Patch Changes

- Updated dependencies [[`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e), [`6436e938efe9fafba0aa52ea7bdefe33d5fe77e3`](https://github.com/bluecadet/launchpad/commit/6436e938efe9fafba0aa52ea7bdefe33d5fe77e3)]:
- @bluecadet/launchpad-content@2.0.0-next.4
- @bluecadet/launchpad-monitor@2.0.0-next.3
- @bluecadet/launchpad-cli@2.0.0-next.2

## 2.0.0-next.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/launchpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluecadet/launchpad",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "Suite of tools to manage media installations",
"engines": {
"npm": ">=8.5.1",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/bluecadet/launchpad#readme",
"dependencies": {
"@bluecadet/launchpad-cli": "~2.0.0-next.1",
"@bluecadet/launchpad-content": "~2.0.0-next.2",
"@bluecadet/launchpad-cli": "~2.0.0-next.2",
"@bluecadet/launchpad-content": "~2.0.0-next.4",
"@bluecadet/launchpad-dashboard": "~2.0.0-next.1",
"@bluecadet/launchpad-monitor": "~2.0.0-next.2",
"@bluecadet/launchpad-monitor": "~2.0.0-next.3",
"@bluecadet/launchpad-scaffold": "~2.0.0-next.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @bluecadet/launchpad-monitor

## 2.0.0-next.3

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e), [`6436e938efe9fafba0aa52ea7bdefe33d5fe77e3`](https://github.com/bluecadet/launchpad/commit/6436e938efe9fafba0aa52ea7bdefe33d5fe77e3)]:
- @bluecadet/launchpad-utils@2.0.0-next.3

## 2.0.0-next.2

### Patch 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.2",
"version": "2.0.0-next.3",
"description": "",
"type": "module",
"files": [
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/bluecadet/launchpad/packages/monitor",
"dependencies": {
"@bluecadet/launchpad-utils": "~2.0.0-next.2",
"@bluecadet/launchpad-utils": "~2.0.0-next.3",
"auto-bind": "^5.0.1",
"chalk": "^5.0.0",
"cross-spawn": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bluecadet/launchpad-utils

## 2.0.0-next.3

### Minor Changes

- [#176](https://github.com/bluecadet/launchpad/pull/176) [`1f650aad8db1c55709ae976ceb705ffac175b76e`](https://github.com/bluecadet/launchpad/commit/1f650aad8db1c55709ae976ceb705ffac175b76e) Thanks [@claytercek](https://github.com/claytercek)! - update logging

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

## 2.0.0-next.2

### Patch 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.2",
"version": "2.0.0-next.3",
"description": "Common utilities used by multiple launchpad modules",
"type": "module",
"exports": {
Expand Down

0 comments on commit c6d95a8

Please sign in to comment.