Skip to content

Commit

Permalink
Version Packages (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Mar 28, 2024
1 parent 4c60648 commit 245a981
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-nails-push.md

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"crackle-bootstrap": "bin.js"
},
"dependencies": {
"@crackle/cli": "0.15.1"
"@crackle/cli": "0.15.2"
}
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @crackle/cli

## 0.15.3

### Patch Changes

- Updated dependencies [[`4c60648`](https://github.com/seek-oss/crackle/commit/4c60648a3f7779a0a224bd458e476256c839c48e)]:
- @crackle/core@0.33.2

## 0.15.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crackle/cli",
"version": "0.15.2",
"version": "0.15.3",
"license": "MIT",
"author": "SEEK",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"dev": "crackle dev"
},
"dependencies": {
"@crackle/core": "^0.33.1",
"@crackle/core": "^0.33.2",
"yargs": "^17.6.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @crackle/core

## 0.33.2

### Patch Changes

- [#176](https://github.com/seek-oss/crackle/pull/176) [`4c60648`](https://github.com/seek-oss/crackle/commit/4c60648a3f7779a0a224bd458e476256c839c48e) Thanks [@renovate](https://github.com/apps/renovate)! - Update `rollup-plugin-node-externals` to v7

## 0.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crackle/core",
"version": "0.33.1",
"version": "0.33.2",
"license": "MIT",
"author": "SEEK",
"sideEffects": false,
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 245a981

Please sign in to comment.