Releases: alleyinteractive/alley-scripts
@alleyinteractive/[email protected]
Patch Changes
- b13adef: No change, re-release with a license and README.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.0.3 - 2023-08-17
- Bugfix: Remove dependency on
chalk
, which was bumped to v5 by Dependabot, and is not compatible with TypeScript.
0.0.2 - 2023-08-16
- Simplify
registerBlockType
function calls to pull all metadata from block.json and prevent the need for updating
certain types of metadata (like apiVersion) in multiple places.
0.0.1 - 2023-05-30
- Initial version. Contains JavaScript and TypeScript variants.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.2 - 2023-08-16
- Add
allowExpressions
toreact/jsx-no-useless-fragment
rule to allow for<>{children}</>
syntax, which is
necessary for satisfying the TypeScript compiler when the exact shape ofchildren
is unknown.
0.1.1 - 2023-08-05
- Bump
@typescript-eslint/parser
from 6.2.0 to 6.2.1.
0.1.0 - 2023-03-29
- Reorder ESLint extends in
/typescript-react
to ensure proper rules are followed.
0.0.2 - 2023-03-28
- Add support for JSX in
.tsx
files. - Fix for including files for multiple configurations.
[0.0.1] - 2023-01-10
- Initial version. Basic support for common use cases at Alley.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2023-03-29
- Reorder ESLint extends in
/typescript-react
to ensure proper rules are followed.
0.0.2 - 2023-03-28
- Add support for JSX in
.tsx
files. - Fix for including files for multiple configurations.
[0.0.1] - 2023-01-10
- Initial version. Basic support for common use cases at Alley.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.0.1]
- Initial version. Basic support for common use cases with the Create WordPress Plugin.
@alleyinteractive/[email protected]
- Initial version. Basic support for common use cases with the Create WordPress Plugin.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2023-03-29
- Reorder ESLint extends in
/typescript-react
to ensure proper rules are followed.
0.0.2 - 2023-03-28
- Add support for JSX in
.tsx
files. - Fix for including files for multiple configurations.
[0.0.1] - 2023-01-10
- Initial version. Basic support for common use cases at Alley.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.0.2 - 2023-03-28
- Add support for JSX in
.tsx
files. - Fix for including files for multiple configurations.
[0.0.1] - 2023-01-10
- Initial version. Basic support for common use cases at Alley.
@alleyinteractive/[email protected]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.0.1] - 2023-01-10
- Initial version. Basic support for common use cases at Alley.
@alleyinteractive/[email protected]
- Added
@alleyinteractive/tsconfig
package.
Changed
- Updated
@alleyinteractive/block-editor-tools
to use@alleyinteractive/tsconfig
package. - Switched to Turbo and Changesets for monorepo management.