Skip to content

Commit

Permalink
Merge branch 'alpha' into fix/kdropdownitem-testid-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Jun 19, 2024
2 parents 099ef64 + 7587814 commit f80d676
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 86 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/get-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ jobs:
fetch-depth: 2

- name: Check if component (`src` directory) files have changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: component-files-changed
# Return 'true' for any directories listed here that changed
with:
files: |
src/**
- name: Check if docs (`docs` directory) files have changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: docs-files-changed
# Return 'true' for any directories listed here that changed
with:
files: |
docs/**
- name: Check if files changed in `src/`, `docs/`, or `cypress/` directories
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: components-or-docs-or-cypress-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand All @@ -59,7 +59,7 @@ jobs:
cypress/**
- name: Check if package.json or pnpm.lock files changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: package-json-pnpm-lock-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.0.0-alpha.179](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.178...v9.0.0-alpha.179) (2024-06-19)


### Bug Fixes

* **kfileupload, kselect, kmultiselect:** kinput id [KHCP-12336] ([#2241](https://github.com/Kong/kongponents/issues/2241)) ([528280d](https://github.com/Kong/kongponents/commit/528280db3c7c710c7c42a65df04ee674c6baf765))

# [9.0.0-alpha.178](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.177...v9.0.0-alpha.178) (2024-06-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/kongponents",
"version": "9.0.0-alpha.178",
"version": "9.0.0-alpha.179",
"description": "Kong Component library",
"type": "module",
"repository": {
Expand Down Expand Up @@ -111,7 +111,7 @@
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"semantic-release": "^23.1.1",
"semantic-release": "^24.0.0",
"shx": "^0.3.4",
"stylelint": "^16.6.1",
"stylelint-config-html": "^1.1.0",
Expand Down
114 changes: 68 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f80d676

Please sign in to comment.