Skip to content

Commit 5ba86f9

Browse files
Merge pull request #81 from bluecadet/changeset-release/develop
Version Packages
2 parents c7eb766 + be16e42 commit 5ba86f9

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/big-rabbits-roll.md

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

packages/content/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#80](https://github.com/bluecadet/launchpad/pull/80) [`c911be2`](https://github.com/bluecadet/launchpad/commit/c911be2b406d8ff9d6fbc7d17d16af24af26f58a) Thanks [@benjaminbojko](https://github.com/benjaminbojko)! - Fixed sanity image crop downloads. Added appendCroppedFilenames option
8+
39
## 1.8.1
410

511
### Patch Changes

packages/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bluecadet/launchpad-content",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Content syncing pipeline for various sources",
55
"main": "index.js",
66
"bin": "index.js",

packages/launchpad/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c911be2`](https://github.com/bluecadet/launchpad/commit/c911be2b406d8ff9d6fbc7d17d16af24af26f58a)]:
8+
- @bluecadet/launchpad-content@1.9.0
9+
310
## 1.3.3
411

512
### Patch Changes

packages/launchpad/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",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Suite of tools to manage media installations",
55
"engines": {
66
"npm": ">=8.5.1",
@@ -47,7 +47,7 @@
4747
"@bluecadet/launchpad-dashboard": "~1.3.0",
4848
"@bluecadet/launchpad-monitor": "~1.3.1",
4949
"@bluecadet/launchpad-scaffold": "~1.5.0",
50-
"@bluecadet/launchpad-content": "~1.8.1",
50+
"@bluecadet/launchpad-content": "~1.9.0",
5151
"chalk": "^5.0.0",
5252
"fs-extra": "^10.0.0"
5353
},

0 commit comments

Comments
 (0)