Skip to content

Commit

Permalink
Version Packages (#139)
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 Nov 29, 2023
1 parent 1cbd099 commit 986e96f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-dingos-rush.md

This file was deleted.

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.12.6

### Patch Changes

- Updated dependencies [[`1cbd099`](https://github.com/seek-oss/crackle/commit/1cbd0990e15ec4ae8765b67390e105cd50b1f96c)]:
- @crackle/core@0.30.0

## 0.12.5

### 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.12.5",
"version": "0.12.6",
"license": "MIT",
"author": "SEEK",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dev": "crackle dev"
},
"dependencies": {
"@crackle/core": "^0.29.0",
"@crackle/core": "^0.30.0",
"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.30.0

### Minor Changes

- [#138](https://github.com/seek-oss/crackle/pull/138) [`1cbd099`](https://github.com/seek-oss/crackle/commit/1cbd0990e15ec4ae8765b67390e105cd50b1f96c) Thanks [@mrm007](https://github.com/mrm007)! - Require TypeScript >= 5.2.2 as a peer dependency

## 0.29.0

### Minor 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.29.0",
"version": "0.30.0",
"license": "MIT",
"author": "SEEK",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 986e96f

Please sign in to comment.