Releases: alleyinteractive/alley-scripts
@alleyinteractive/[email protected]
Patch Changes
- 7086f9d: Bug fix: a previously selected post that has been unpublished or deleted will no longer crash the
usePostById
hook or thePostPicker
component.
@alleyinteractive/[email protected]
Patch Changes
- 931181d: Updated README that documents components, hooks, and services usage.
@alleyinteractive/[email protected]
Changelog
0.1.5
Patch Changes
- 7008656: - Ensure that the version can be changed under a variety of different of different formats.
- Changes the default setting of the
--composer
and--npm
flags to modify
the plugin'scomposer.json
/package.json
files if the current version of
the plugin is already set in the respective file.
- Changes the default setting of the
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.3
Patch Changes
- 682b0a6: Only modify the plugin's header by default. Don't modify the
composer.json
/package.json
version unless--composer
/--npm
is passed.
0.1.4
- Consolidated shared devDependencies into the root package.json file.
0.1.2
- No change, re-release with a license and README.
0.1.1 - 2023-09-19
- No change, re-release with a license and README.
0.1.0 - 2023-09-19
- Initial release.
@alleyinteractive/[email protected]
Minor Changes
- cb1a57f: Extending support for Node 20.
@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-12-15
- Bug fix error where an import statement is used outside of a module. Ensures built files are compatible with NodeJS.
0.1.1 - 2023-11-20
- Remove
"module": "node16"
fromtsconfig.json
to inherit the default value of"module": "esnext"
.
0.1.0 - 2023-10-11
- Update script name to
alley-create-block
. - Add
@wordpress/create-block
as peer dependency. - Use
wp-create-block
when spawning the@wordpress/create-block
process.
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]
Patch Changes
- 4690cc8: Ensure that TypeScript types are generated for the package.
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.1.4 - 2023-11-20
- Update dependencies and consolidated shared devDependencies into the root
package.json
file.
0.1.3 - 2023-09-12
- Ensure that file extensions are not required for imports with the extensions specified in the
import/extensions
rule..js, .mjs, .ts, .jsx, .tsx
. - Reorganize internal rules for readability using spread operators over extending rules with require.resolve.
- Update dependencies and address npm audit warnings.
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]
- Consolidated shared devDependencies into the root package.json file.
@alleyinteractive/[email protected]
- Consolidated shared devDependencies into the root package.json file.
@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.1 - 2023-11-20
- Remove
"module": "node16"
fromtsconfig.json
to inherit the default value of"module": "esnext"
.
0.1.0 - 2023-10-11
- Update script name to
alley-create-block
. - Add
@wordpress/create-block
as peer dependency. - Use
wp-create-block
when spawning the@wordpress/create-block
process.
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.