Skip to content

Commit d6ce624

Browse files
Version Packages
1 parent aeaf79e commit d6ce624

18 files changed

+129
-66
lines changed

.changeset/chatty-mirrors-smash.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/chilled-eyes-kick.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/long-bananas-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nasty-cheetahs-care.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/serious-paws-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-books-listen.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/content/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @bluecadet/launchpad-content
22

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- [#128](https://github.com/bluecadet/launchpad/pull/128) [`e11973d`](https://github.com/bluecadet/launchpad/commit/e11973d902f90ef3b94d7e29af23ea766301fc72) Thanks [@claytercek](https://github.com/claytercek)! - Add intellisense support to configs
8+
9+
- [#124](https://github.com/bluecadet/launchpad/pull/124) [`55a98ba`](https://github.com/bluecadet/launchpad/commit/55a98ba9a2a50451fb733a0122f0054c59dc26dd) Thanks [@claytercek](https://github.com/claytercek)! - support js configs
10+
11+
- [#133](https://github.com/bluecadet/launchpad/pull/133) [`4d537f2`](https://github.com/bluecadet/launchpad/commit/4d537f297d9c85b22a35f406e06e15d429ca7eb1) Thanks [@claytercek](https://github.com/claytercek)! - Load dotenv files when launching from CLI
12+
13+
### Patch Changes
14+
15+
- [#118](https://github.com/bluecadet/launchpad/pull/118) [`0aed873`](https://github.com/bluecadet/launchpad/commit/0aed87333dcc3902adb077365a330a8e9190cefa) Thanks [@claytercek](https://github.com/claytercek)! - Generate d.ts declaration files for intellisense, and fix all type errors.
16+
17+
- Updated dependencies [[`e11973d`](https://github.com/bluecadet/launchpad/commit/e11973d902f90ef3b94d7e29af23ea766301fc72), [`55a98ba`](https://github.com/bluecadet/launchpad/commit/55a98ba9a2a50451fb733a0122f0054c59dc26dd), [`4d537f2`](https://github.com/bluecadet/launchpad/commit/4d537f297d9c85b22a35f406e06e15d429ca7eb1), [`0aed873`](https://github.com/bluecadet/launchpad/commit/0aed87333dcc3902adb077365a330a8e9190cefa)]:
18+
- @bluecadet/launchpad-utils@1.5.0
19+
320
## 1.11.0
421

522
### Minor Changes

packages/content/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad-content",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Content syncing pipeline for various sources",
55
"type": "module",
66
"main": "index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/bluecadet/launchpad/packages/content",
3636
"dependencies": {
37-
"@bluecadet/launchpad-utils": "~1.4.0",
37+
"@bluecadet/launchpad-utils": "~1.5.0",
3838
"@portabletext/to-html": "2.0.0",
3939
"@sanity/block-content-to-markdown": "^0.0.5",
4040
"@sanity/client": "^6.4.9",

packages/dashboard/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @bluecadet/launchpad-dashboard
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#124](https://github.com/bluecadet/launchpad/pull/124) [`55a98ba`](https://github.com/bluecadet/launchpad/commit/55a98ba9a2a50451fb733a0122f0054c59dc26dd) Thanks [@claytercek](https://github.com/claytercek)! - support js configs
8+
9+
### Patch Changes
10+
11+
- [#118](https://github.com/bluecadet/launchpad/pull/118) [`0aed873`](https://github.com/bluecadet/launchpad/commit/0aed87333dcc3902adb077365a330a8e9190cefa) Thanks [@claytercek](https://github.com/claytercek)! - Generate d.ts declaration files for intellisense, and fix all type errors.
12+
13+
- Updated dependencies [[`e11973d`](https://github.com/bluecadet/launchpad/commit/e11973d902f90ef3b94d7e29af23ea766301fc72), [`55a98ba`](https://github.com/bluecadet/launchpad/commit/55a98ba9a2a50451fb733a0122f0054c59dc26dd), [`4d537f2`](https://github.com/bluecadet/launchpad/commit/4d537f297d9c85b22a35f406e06e15d429ca7eb1), [`0aed873`](https://github.com/bluecadet/launchpad/commit/0aed87333dcc3902adb077365a330a8e9190cefa)]:
14+
- @bluecadet/launchpad-utils@1.5.0
15+
316
## 1.4.0
417

518
### Minor Changes

packages/dashboard/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@bluecadet/launchpad-dashboard",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "",
55
"type": "module",
66
"main": "index.js",
77
"typesVersions": {
88
"*": {
9-
"*": ["types/*"]
9+
"*": [
10+
"types/*"
11+
]
1012
}
1113
},
1214
"bin": "index.js",
@@ -28,7 +30,7 @@
2830
"url": "https://github.com/bluecadet/launchpad/issues"
2931
},
3032
"dependencies": {
31-
"@bluecadet/launchpad-utils": "~1.4.0"
33+
"@bluecadet/launchpad-utils": "~1.5.0"
3234
},
3335
"homepage": "https://github.com/bluecadet/launchpad/packages/dashboard"
3436
}

0 commit comments

Comments
 (0)