Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2023
1 parent 5fa9e64 commit 0a40896
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 39 deletions.
6 changes: 0 additions & 6 deletions .changeset/$.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/core-reserveRecordData.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/git-changed-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/haetae.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/utils-changed-files.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 @@
# @haetae/cli

## 0.0.16

### Patch Changes

- Updated dependencies [[`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528)]:
- @haetae/core@0.0.15

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haetae/cli",
"version": "0.0.15",
"version": "0.0.16",
"description": "A CLI for Haetae",
"license": "MIT",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @haetae/core

## 0.0.15

### Patch Changes

- [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528) Thanks [@jjangga0214](https://github.com/jjangga0214)! - `reserveRecordData` and `ReserveRecordDataOptions` are newly introduced.

**BREAKING CHANGE**: `CommandFromConfig` is removed in favor of new `InvokeEnvOptions` and `InvokeRunOptions`. Options for `invokeEnv` and `invokeRun` have changed.

## 0.0.14

### 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": "@haetae/core",
"version": "0.0.14",
"version": "0.0.15",
"description": "Core functionalities for Haetae",
"license": "MIT",
"private": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @haetae/git

## 0.0.14

### Patch Changes

- [`4041a8d`](https://github.com/jjangga0214/haetae/commit/4041a8dc7ceb95f2060fe33a9e1af8cbd36b257f) Thanks [@jjangga0214](https://github.com/jjangga0214)! - -
- **BREAKING CHANGE**: A new option `ChangedFileOptions.filterByExistence` is introduced. The default value from `changedFiles` is `true` and the previous behavior of `changedFiles` was like setting it as `false`.
- A new option `ChangedFileOptions.reserveRecordData` is introduced.
- `haetae`'s `defaultRootRecordData` is removed. Instead, `@haetea/git`'s `changedFiles` calls `core.reserveRecordData` internally.
- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66)]:
- @haetae/utils@0.0.15
- @haetae/core@0.0.15

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haetae/git",
"version": "0.0.13",
"version": "0.0.14",
"description": "Git integration for Haetae",
"license": "MIT",
"private": false,
Expand Down
15 changes: 15 additions & 0 deletions packages/haetae/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# haetae

## 0.0.17

### Patch Changes

- [`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c) Thanks [@jjangga0214](https://github.com/jjangga0214)! - A new Tagged Template Literal `# haetae and its interface `$Exec`are introduced.`# haetae is a wrapper of `utils.exec` and can replace it.

- [`8668329`](https://github.com/jjangga0214/haetae/commit/8668329eaa438ecfa53992c7ceed4878cf02e3f1) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: `defaultRootRecordData` is removed. `@haetea/git`'s `changedFiles` calls `core.reserveRecordData` internally, so now `defaultRootRecordData` is not needed for writing `@haetea/git`s default Record Data.

- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`4041a8d`](https://github.com/jjangga0214/haetae/commit/4041a8dc7ceb95f2060fe33a9e1af8cbd36b257f), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66)]:
- @haetae/utils@0.0.15
- @haetae/core@0.0.15
- @haetae/git@0.0.14
- @haetae/javascript@0.0.14
- @haetae/cli@0.0.16

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/haetae/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haetae",
"version": "0.0.16",
"version": "0.0.17",
"description": "Grouping of Haetae's packages, for convenience of users",
"license": "MIT",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @haetae/javascript

## 0.0.14

### Patch Changes

- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66)]:
- @haetae/utils@0.0.15
- @haetae/core@0.0.15

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haetae/javascript",
"version": "0.0.13",
"version": "0.0.14",
"description": "Utilities like automatic dependency graph resolver of Javascript ecosystem (e.g. including Typescript, JSX) for Haetae",
"license": "MIT",
"private": false,
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @haetae/utils

## 0.0.15

### Patch Changes

- [`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c) Thanks [@jjangga0214](https://github.com/jjangga0214)! - A new Tagged Template Literal `# @haetae/utils and its interface `$Exec`are introduced.`# @haetae/utils is a wrapper of `utils.exec` and can replace it.

- [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66) Thanks [@jjangga0214](https://github.com/jjangga0214)! - -
- `RecordData`, `recordData`, `RecordDataOptions`, `changedFiles`, `ChangedFilesOptions` are newly introduced.
- A new option `ChangedFileOptions.reserveRecordData` is introduced.
- Updated dependencies [[`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528)]:
- @haetae/core@0.0.15

## 0.0.14

### 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": "@haetae/utils",
"version": "0.0.14",
"version": "0.0.15",
"description": "Utilities for Haetae",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 0a40896

Please sign in to comment.