You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-17Lines changed: 34 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7,44 +7,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Fixed
11
+
12
+
-[sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
13
+
14
+
### Changed
15
+
16
+
-[sc-48140] Updated build directory for generated assets. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
17
+
-[sc-48140] Removed `--dry-run` option from `npm publish` so that package is uploaded to registries. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
18
+
19
+
### Added
20
+
21
+
-[sc-48140] Setup of Java stage as it is needed by generator when testing. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
22
+
-[sc-48140] Entries to `.gitignore` to assist testing of workflows. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
23
+
-[sc-48140] Added work card ids to changelog for tracking. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
24
+
25
+
## [1.0.6] - [sc-48140] 2023-08-14
26
+
10
27
### Added
11
28
12
-
- Debug statement to workflow. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
29
+
-[sc-48140]Debug statement to workflow. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
13
30
14
-
## [1.0.5] - 2023-08-14
31
+
## [1.0.5] - [sc-48140]2023-08-14
15
32
16
33
### Fixed
17
34
18
-
- Typescript compiler error by fixing to version `5.x` on install. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
35
+
-[sc-48140]Typescript compiler error by fixing to version `5.x` on install. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
19
36
20
-
## [1.0.4] - 2023-08-14
37
+
## [1.0.4] - [sc-48140]2023-08-14
21
38
22
39
### Fixed
23
40
24
-
- GitHub Actions working directory references `publish-decision-spec-packages.yml`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
41
+
-[sc-48140]GitHub Actions working directory references `publish-decision-spec-packages.yml`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
25
42
26
-
## [1.0.3] - 2023-08-14
43
+
## [1.0.3] - [sc-48140]2023-08-14
27
44
28
45
### Fixed
29
46
30
-
-`package-lock.json` file as prior one didn't work with `npm clean-install`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
47
+
-[sc-48140]`package-lock.json` file as prior one didn't work with `npm clean-install`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
31
48
32
49
### Changed
33
50
34
-
-`package.json` file version to latest released. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
51
+
-[sc-48140]`package.json` file version to latest released. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
35
52
36
-
[1.0.2] - 2023-08-14
53
+
[1.0.2] - [sc-48140]2023-08-14
37
54
38
55
### Changed
39
56
40
-
- Updated `@openapitools/openapi-generator-cli` to latest. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
41
-
- Updated `generator-cli` version. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
57
+
-[sc-48140]Updated `@openapitools/openapi-generator-cli` to latest. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
58
+
-[sc-48140]Updated `generator-cli` version. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
42
59
43
60
### Added
44
61
45
-
- This `CHANGELOG.md` file to track changes. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
46
-
- Schema definition for `SkipFilters` in `decision/openapi-3.yaml`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
47
-
-`SkipFilters` parameter to Placement object in non-breaking, optional manner. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
48
-
- Base information to project `package.json`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
49
-
- NPM build scripts to `package.json` for both the decision and management specifications. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
50
-
- 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](https://github.com/honeycomb-cheesecake).
62
+
-[sc-48140]This `CHANGELOG.md` file to track changes. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
63
+
-[sc-48140]Schema definition for `SkipFilters` in `decision/openapi-3.yaml`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
64
+
-[sc-48140]`SkipFilters` parameter to Placement object in non-breaking, optional manner. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
65
+
-[sc-48140]Base information to project `package.json`. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
66
+
-[sc-48140]NPM build scripts to `package.json` for both the decision and management specifications. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).
67
+
-[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](https://github.com/honeycomb-cheesecake).
Copy file name to clipboardExpand all lines: package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
{
2
2
"name": "@adzerk/api-specification",
3
-
"version": "1.0.2",
3
+
"version": "1.0.6",
4
4
"license": "Apache-2.0",
5
5
"description": "Kevel API Specification",
6
6
"main": "index.js",
7
7
"scripts": {
8
8
"build-all": "npm run build-decision-all && npm run build-management-all",
9
9
"build-decision-all": "npm run build-decision-csharp && npm run build-decision-java && npm run build-decision-python && npm run build-decision-ruby && npm run build-decision-typescript",
0 commit comments