Skip to content

Commit

Permalink
chore: release (#133)
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
github-actions[bot] and github-actions[bot] committed Nov 3, 2023
1 parent f2382b2 commit 1392f44
Show file tree
Hide file tree
Showing 30 changed files with 112 additions and 118 deletions.
6 changes: 0 additions & 6 deletions .changeset/$.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cli-dryRun.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cli-store.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/core-createRecord.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/core-store.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deps.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.

8 changes: 0 additions & 8 deletions .changeset/js-by-glob.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/js-dependsOn-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/js-webpackConfig_skipNodeModules.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/utils-changed-files-renew-and-previousRecord.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/utils-changed-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/utils-dependsOn-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/utils-glob-rm-globbyoption.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/utils-glob.md

This file was deleted.

15 changes: 13 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @haetae/cli

## 0.0.16

### Patch Changes

- [`d189e6d`](https://github.com/jjangga0214/haetae/commit/d189e6d7c4aec8e831b23a6bd0140268d2c2bdec) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Add `--dry-run` option.

- [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: Behaviors of `-r` and `-d` is changed. They should be used alone, and acts like `-e` is given along with it in the previous versions.

- Updated dependencies [[`67e40ad`](https://github.com/jjangga0214/haetae/commit/67e40adc6df3d65f64b79af55cc2e0ef1ad1f08c), [`f514ae4`](https://github.com/jjangga0214/haetae/commit/f514ae4ecc95201fda2fc86abfb5ccfea4402057), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882)]:
- @haetae/core@0.0.15

## 0.0.15

### Patch Changes
Expand Down Expand Up @@ -63,7 +74,7 @@

### Patch Changes

- [`9bcea20`](https://github.com/jjangga0214/haetae/commit/9bcea2009f933dface69a226909d2afa047d1a93) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Empty object(including array) and non-object literal are printed out properly when they are *Record Data*'s env or data.
- [`9bcea20`](https://github.com/jjangga0214/haetae/commit/9bcea2009f933dface69a226909d2afa047d1a93) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Empty object(including array) and non-object literal are printed out properly when they are _Record Data_'s env or data.

- [`22da759`](https://github.com/jjangga0214/haetae/commit/22da75948486b8ecb780b1d07f13426a82d91c87) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Timestamp in `time` field of Record is now printed in a human-friendly format.

Expand All @@ -83,7 +94,7 @@

- [`23eb1f3`](https://github.com/jjangga0214/haetae/commit/23eb1f3dad8e55e178c6375064b41b5a2e33fe6e) Thanks [@jjangga0214](https://github.com/jjangga0214)! - (BREAKING CHANGE) Moved `$HAETAE_CONFIG_FILE` handling from `@haetae/core` to `@haetae/cli`. From now on, `@haetae/core` does not detect `$HAETAE_CONFIG_FILE` automatically.

- [`e547e18`](https://github.com/jjangga0214/haetae/commit/e547e18f5c43da3df059b4467010a831656a32a7) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Added `-d` option for *Record Data*.
- [`e547e18`](https://github.com/jjangga0214/haetae/commit/e547e18f5c43da3df059b4467010a831656a32a7) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Added `-d` option for _Record Data_.

- [`08bdcea`](https://github.com/jjangga0214/haetae/commit/08bdceac128ac3d58fc281385bbbf12fe581084c) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Introduced `-i, --info` option.

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
19 changes: 18 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @haetae/core

## 0.0.15

### Patch Changes

- [`67e40ad`](https://github.com/jjangga0214/haetae/commit/67e40adc6df3d65f64b79af55cc2e0ef1ad1f08c) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: `formRecordOptions` is removed and `formRecord` is renamed to `createRecord`. `invokeEnv` and `invokeRun` are changed. `invokeRootRecordData` and `invokeRootEnv` is newly introduced.

- [`f514ae4`](https://github.com/jjangga0214/haetae/commit/f514ae4ecc95201fda2fc86abfb5ccfea4402057) Thanks [@jjangga0214](https://github.com/jjangga0214)! - -

- `envHash` and `hashEnv` are newly introduced.
- **BREAKING CHANGE**: `compareEnvs` is removed.

- [`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.

- [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: `defaultStoreFile`, `storeFilename`,`SetStoreFilenameOptions`,`setStoreFilename`,`getStoreFilename`, `HaetaeConfig.recordRemoval`, `HaetaeConfig.storeFile`, `HaetaePreConfig.recordRemoval`, `HaetaePreConfig.storeFile`, `initNewStore`,`GetStoreOptions`,`getStore`,`GetRecordsOptions`,`getRecords`, `GetRecordOptions`, `GetRecordsOptions`, `getRecords`, `SaveStoreOptions`, `saveStore`, `DeleteStoreOptions`, `deleteStore` are removed and (some of them are) replaced by the new store system. `HaetaeStore` is renamed to `LocalFileStore`.

## 0.0.14

### Patch Changes
Expand All @@ -8,7 +25,7 @@

- [`475aaa8`](https://github.com/jjangga0214/haetae/commit/475aaa82d4850932b248ff69491d75ee9c0c0ed1) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: A string constant `defaultConfigFile` is replaced by an contant array `defaultConfigFiles`. From now on, `haetae.config.js`, `haetae.config.mjs`, `haetae.config.ts`, `haetae.config.mts` are automatically searched. For typescript file, a peer dependency `ts-node` should be installed first.

- [`475aaa8`](https://github.com/jjangga0214/haetae/commit/475aaa82d4850932b248ff69491d75ee9c0c0ed1) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: Types of env and *Record Data* should extend `Record<string, unknown>` from now on. (Anything was allowed before.)
- [`475aaa8`](https://github.com/jjangga0214/haetae/commit/475aaa82d4850932b248ff69491d75ee9c0c0ed1) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: Types of env and _Record Data_ should extend `Record<string, unknown>` from now on. (Anything was allowed before.)

- [`475aaa8`](https://github.com/jjangga0214/haetae/commit/475aaa82d4850932b248ff69491d75ee9c0c0ed1) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: `fallback` option is replaced by `initWhenNotFound` in `GetStoreOptions`.

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
14 changes: 13 additions & 1 deletion 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, `@haetae/git`'s `changedFiles` calls `core.reserveRecordData` internally.
- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`67e40ad`](https://github.com/jjangga0214/haetae/commit/67e40adc6df3d65f64b79af55cc2e0ef1ad1f08c), [`f514ae4`](https://github.com/jjangga0214/haetae/commit/f514ae4ecc95201fda2fc86abfb5ccfea4402057), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882), [`2c8956b`](https://github.com/jjangga0214/haetae/commit/2c8956b9b0c401abeed160ae2706fbe68b14e091), [`98b2715`](https://github.com/jjangga0214/haetae/commit/98b2715363761ae638a970e9a5bb1386d6ac75bd), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66), [`6c1fb9c`](https://github.com/jjangga0214/haetae/commit/6c1fb9cfb84fde4753b5740085563dfe993b7fee), [`0b7cb17`](https://github.com/jjangga0214/haetae/commit/0b7cb17002ca7c1a62a395f6107ba77867d5c476), [`a1a4527`](https://github.com/jjangga0214/haetae/commit/a1a45275e1f0d040e14a1f10be99b11e8bdfa810)]:
- @haetae/utils@0.0.15
- @haetae/core@0.0.15

## 0.0.13

### Patch Changes
Expand Down Expand Up @@ -93,7 +105,7 @@

### Patch Changes

- [`55331d9`](https://github.com/jjangga0214/haetae/commit/55331d96b263482f044e4679270953c318dfb088) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Include branch name in *Record Data*.
- [`55331d9`](https://github.com/jjangga0214/haetae/commit/55331d96b263482f044e4679270953c318dfb088) Thanks [@jjangga0214](https://github.com/jjangga0214)! - Include branch name in _Record Data_.

- Updated dependencies [[`f22727d`](https://github.com/jjangga0214/haetae/commit/f22727d146e9038246b546a33d350579eceee453)]:
- @haetae/core@0.0.8
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 is introduced. It replaces `utils.exec`.

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

- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`d189e6d`](https://github.com/jjangga0214/haetae/commit/d189e6d7c4aec8e831b23a6bd0140268d2c2bdec), [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882), [`67e40ad`](https://github.com/jjangga0214/haetae/commit/67e40adc6df3d65f64b79af55cc2e0ef1ad1f08c), [`f514ae4`](https://github.com/jjangga0214/haetae/commit/f514ae4ecc95201fda2fc86abfb5ccfea4402057), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882), [`2c8956b`](https://github.com/jjangga0214/haetae/commit/2c8956b9b0c401abeed160ae2706fbe68b14e091), [`4041a8d`](https://github.com/jjangga0214/haetae/commit/4041a8dc7ceb95f2060fe33a9e1af8cbd36b257f), [`a1a4527`](https://github.com/jjangga0214/haetae/commit/a1a45275e1f0d040e14a1f10be99b11e8bdfa810), [`6c1fb9c`](https://github.com/jjangga0214/haetae/commit/6c1fb9cfb84fde4753b5740085563dfe993b7fee), [`230c51d`](https://github.com/jjangga0214/haetae/commit/230c51df14b9f3e64b39e73ba7f2bb5ca0feeecc), [`98b2715`](https://github.com/jjangga0214/haetae/commit/98b2715363761ae638a970e9a5bb1386d6ac75bd), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66), [`6c1fb9c`](https://github.com/jjangga0214/haetae/commit/6c1fb9cfb84fde4753b5740085563dfe993b7fee), [`0b7cb17`](https://github.com/jjangga0214/haetae/commit/0b7cb17002ca7c1a62a395f6107ba77867d5c476), [`a1a4527`](https://github.com/jjangga0214/haetae/commit/a1a45275e1f0d040e14a1f10be99b11e8bdfa810)]:
- @haetae/utils@0.0.15
- @haetae/cli@0.0.16
- @haetae/core@0.0.15
- @haetae/javascript@0.0.14
- @haetae/git@0.0.14

## 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
20 changes: 20 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @haetae/javascript

## 0.0.14

### Patch Changes

- [`2c8956b`](https://github.com/jjangga0214/haetae/commit/2c8956b9b0c401abeed160ae2706fbe68b14e091) Thanks [@jjangga0214](https://github.com/jjangga0214)! - `deps` and `DepsOptions` are introduced.

- [`a1a4527`](https://github.com/jjangga0214/haetae/commit/a1a45275e1f0d040e14a1f10be99b11e8bdfa810) Thanks [@jjangga0214](https://github.com/jjangga0214)! - -

- **BREAKING CHANGE**: `graph` became an async function.
- `dependOn` and `DependOnOptions` are newly introduced. (Note: Different from `dependsOn` and `DependsOnOptions`)
- `hash`, `graph`, `depend`, and `changedFiles` support glob pattern.

- [`6c1fb9c`](https://github.com/jjangga0214/haetae/commit/6c1fb9cfb84fde4753b5740085563dfe993b7fee) Thanks [@jjangga0214](https://github.com/jjangga0214)! - **BREAKING CHANGE**: `DependsOnOptions.dependencies` only receives array.

- [`230c51d`](https://github.com/jjangga0214/haetae/commit/230c51df14b9f3e64b39e73ba7f2bb5ca0feeecc) Thanks [@jjangga0214](https://github.com/jjangga0214)! - `webpackConfig` and `skipNodeModules` options are added to functions related to a dependency graph.

- Updated dependencies [[`a376a51`](https://github.com/jjangga0214/haetae/commit/a376a512999e93048070f6ce9c6a92ec50e1938c), [`67e40ad`](https://github.com/jjangga0214/haetae/commit/67e40adc6df3d65f64b79af55cc2e0ef1ad1f08c), [`f514ae4`](https://github.com/jjangga0214/haetae/commit/f514ae4ecc95201fda2fc86abfb5ccfea4402057), [`abe2f2d`](https://github.com/jjangga0214/haetae/commit/abe2f2d19adc38fd9eec8b8573b9a78691ef3528), [`b7f6294`](https://github.com/jjangga0214/haetae/commit/b7f6294c640add6c2633ad782eb24df84c55f882), [`2c8956b`](https://github.com/jjangga0214/haetae/commit/2c8956b9b0c401abeed160ae2706fbe68b14e091), [`98b2715`](https://github.com/jjangga0214/haetae/commit/98b2715363761ae638a970e9a5bb1386d6ac75bd), [`bcdfecb`](https://github.com/jjangga0214/haetae/commit/bcdfecb90518aad73efcf4f306c5d410224d0c66), [`6c1fb9c`](https://github.com/jjangga0214/haetae/commit/6c1fb9cfb84fde4753b5740085563dfe993b7fee), [`0b7cb17`](https://github.com/jjangga0214/haetae/commit/0b7cb17002ca7c1a62a395f6107ba77867d5c476), [`a1a4527`](https://github.com/jjangga0214/haetae/commit/a1a45275e1f0d040e14a1f10be99b11e8bdfa810)]:
- @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
Loading

1 comment on commit 1392f44

@vercel
Copy link

@vercel vercel bot commented on 1392f44 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

haetae – ./

haetae-mu.vercel.app
haetae-git-main-jjangga0214.vercel.app
haetae-jjangga0214.vercel.app

Please sign in to comment.