-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afa7ccc
commit 55fb4ff
Showing
1 changed file
with
63 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,88 @@ | ||
## 0.1.1 | ||
|
||
### Changed | ||
|
||
- Updated email and URL in `package.json` to `Source/[email protected]` and | ||
`HTTPS://PlayForm.LTD`. | ||
- Updated dependencies: | ||
- `@playform/pipe` from `0.1.0` to `0.1.2`. | ||
- `critters` from `0.0.24` to `0.0.23`. | ||
- Added `deepmerge-ts` version `7.1.3`. | ||
- `@playform/build` from `0.1.2` to `0.2.1`. | ||
|
||
### Added | ||
|
||
- Added imports for `Action`, `Path`, and `Interface` in `Integration.ts`. | ||
- Added optional `Option` parameter in `Integration.ts`. | ||
|
||
### Removed | ||
|
||
- Removed unnecessary imports and comments in various files. | ||
|
||
## 0.1.0 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Updated `@playform/pipe` from `0.0.5` to `0.1.0`. | ||
- Updated `critters` from `0.0.22` to `0.0.24`. | ||
- Updated `@playform/build` from `0.0.10` to `0.1.2`. | ||
- Added `provenance` field in `package.json`. | ||
|
||
### Added | ||
|
||
- Added `reduceInlineStyles` option in `Critters.ts`. | ||
|
||
## 0.0.7 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Changed `astro` version to `*`. | ||
|
||
## 0.0.6 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Updated `@playform/build` from `0.0.9` to `0.0.10`. | ||
|
||
## 0.0.5 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Updated `astro` from `4.9.1` to `4.9.2`. | ||
- Moved `@playform/build` from `peerDependencies` to `devDependencies`. | ||
|
||
## 0.0.4 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Updated `@playform/pipe` from `0.0.3` to `0.0.5`. | ||
- Updated `astro` from `4.8.2` to `4.9.1`. | ||
- Added `peerDependenciesMeta` for optional dependencies. | ||
|
||
### Removed | ||
|
||
- Deleted the `Merge` interface. | ||
- Removed usage of `Merge` in `Option.ts` and `Critters.ts`. | ||
|
||
## 0.0.3 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Updated `@playform/pipe` from `0.0.2` to `0.0.3`. | ||
- Updated `@playform/build` from `0.0.5` to `0.0.8`. | ||
- Updated `astro` from `4.5.16` to `4.8.2`. | ||
- Changed URLs in `package.json` to uppercase. | ||
|
||
### Added | ||
|
||
- Added `astro-critters`, `astro-inline`, and `playform` dependencies. | ||
|
||
## 0.0.2 | ||
|
||
- Cleanup | ||
### Changed | ||
|
||
- Added `astro-component`, `astro-integration`, and `withastro` dependencies. | ||
- Updated `Document` field in `package.json`. | ||
|
||
## 0.0.1 | ||
|
||
|