1.0.9
honeycomb-cheesecake
released this
15 Aug 13:51
·
42 commits
to master
since this release
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.
[Unreleased]
[1.0.9] - [sc-48140] 2023-08-15
[1.0.8] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
[1.0.7] - [sc-48140] 2023-08-15
Fixed
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
Changed
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
Added
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
[1.0.6] - [sc-48140] 2023-08-14
Added
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
[1.0.5] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
[1.0.4] - [sc-48140] 2023-08-14
Fixed
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - [sc-48140] 2023-08-14
Fixed
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - [sc-48140] 2023-08-14
Changed
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.