Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-Prod -> Main 11/12/2024 #864

Merged
merged 12 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Each line is a file pattern followed by one or more owners.
# A code owner will be requested for review on each PR.
* @Darrken @WTW-IM/customization
* @WTW-IM/customization
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--output-file eslint_report.json \
--format json \
--no-error-on-unmatched-pattern \
$(git diff --name-only --relative)
$(git diff ${{ github.base_ref }} --name-only --relative)

- name: Annotate JS Linting Results
if: ${{ github.event_name == 'pull_request_target' }}
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [21.14.1-pre-prod.2](https://github.com/WTW-IM/es-components/compare/v21.14.1-pre-prod.1...v21.14.1-pre-prod.2) (2024-11-11)

### Build

- fixing json attributes ([f6e7578](https://github.com/WTW-IM/es-components/commit/f6e75783daafd0d743f5e5dea8c168f5a4071ad8))

## [21.14.1-pre-prod.1](https://github.com/WTW-IM/es-components/compare/v21.14.0...v21.14.1-pre-prod.1) (2024-11-11)

### Build

- [skip ci][skip-release] v21.14.1-pre-prod.0 ([87617d7](https://github.com/WTW-IM/es-components/commit/87617d7ecce428100a40ec6763aefae1ea8d6e54))
- linting against files changed from base_ref ([c6c82ac](https://github.com/WTW-IM/es-components/commit/c6c82ac83382ce07e49f6848a4ba537fa5b92c8d))
- removing Darrken as a CODEOWNER ([7fac1c3](https://github.com/WTW-IM/es-components/commit/7fac1c356b0ea6edb04572d16274c40b4de16b4d))

### Fix

- fixing default type export in shared types ([602c97f](https://github.com/WTW-IM/es-components/commit/602c97f77b86f43a79ecc3189da86943ad39137b))
- fixing tests after TS upgrade; removing some defaultProps ([1b68968](https://github.com/WTW-IM/es-components/commit/1b68968f8cd63dc9200b35497b2137229321deb8))

### Upgrade

- bump rollup from 3.29.4 to 3.29.5 ([f201931](https://github.com/WTW-IM/es-components/commit/f201931aedc1ef1c116f4906d439234a33419399))

## [21.14.1-pre-prod.0](https://github.com/WTW-IM/es-components/compare/v21.14.0...v21.14.1-pre-prod.0) (2024-11-11)

### Build

- linting against files changed from base_ref ([c6c82ac](https://github.com/WTW-IM/es-components/commit/c6c82ac83382ce07e49f6848a4ba537fa5b92c8d))
- removing Darrken as a CODEOWNER ([7fac1c3](https://github.com/WTW-IM/es-components/commit/7fac1c356b0ea6edb04572d16274c40b4de16b4d))

### Fix

- fixing default type export in shared types ([602c97f](https://github.com/WTW-IM/es-components/commit/602c97f77b86f43a79ecc3189da86943ad39137b))
- fixing tests after TS upgrade; removing some defaultProps ([1b68968](https://github.com/WTW-IM/es-components/commit/1b68968f8cd63dc9200b35497b2137229321deb8))

### Upgrade

- bump rollup from 3.29.4 to 3.29.5 ([f201931](https://github.com/WTW-IM/es-components/commit/f201931aedc1ef1c116f4906d439234a33419399))

# [21.14.0](https://github.com/WTW-IM/es-components/compare/v21.14.0-pre-prod.0...v21.14.0) (2024-10-09)

**Note:** Version bump only for package es-components-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.11.0",
"packages": ["packages/*"],
"version": "21.14.0",
"version": "21.14.1-pre-prod.2",
"command": {
"publish": {
"message": "Build: [skip ci][skip-release] %s"
Expand Down
Loading
Loading