Skip to content

Commit

Permalink
chore(release): 9.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Aug 5, 2024
1 parent d7df0e8 commit f35f7dc
Show file tree
Hide file tree
Showing 237 changed files with 3,762 additions and 2,819 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/manual-release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ jobs:
runs-on: ubuntu-latest
name: Release to npm
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install packages
run: npm ci
- name: Set up project
run: npm run bootstrap
- name: Run tests
run: npm run test:patchset
- name: Release to NPM
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.5.2](https://github.com/instructure/instructure-ui/compare/v9.5.1...v9.5.2) (2024-08-05)


### Bug Fixes

* **ui-calendar,ui-date-input:** fix year picker for non latin based locales; return iso date string in onRequestValidateDate ([d7df0e8](https://github.com/instructure/instructure-ui/commit/d7df0e8d9fc0656e877bd243d9858dc3e5a47198))





## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.5.1",
"version": "9.5.2",
"npmClient": "npm",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit f35f7dc

Please sign in to comment.