Skip to content

Commit

Permalink
prepare v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jan 5, 2024
1 parent 35d3744 commit f3679d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.1.5] - 2024-01-05

### Changed

- Upgraded all packages.
- Improved accessibility [#84].

## [3.1.4] - 2023-09-09

Expand Down Expand Up @@ -203,3 +206,4 @@ React PIN Field is now a React wrapper for [PIN Field](https://github.com/soywod
[#62]: https://github.com/soywod/react-pin-field/issues/62
[#63]: https://github.com/soywod/react-pin-field/issues/63
[#71]: https://github.com/soywod/react-pin-field/issues/71
[#84]: https://github.com/soywod/react-pin-field/pull/84
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 soywod <clement.douin@posteo.net>
Copyright (c) 2019-2024 soywod <clement.douin@posteo.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Demo for react-pin-field.",
"author": "soywod <clement.douin@posteo.net>",
"license": "MIT",
"version": "3.1.4",
"version": "3.1.5",
"private": false,
"browserslist": {
"production": [
Expand All @@ -28,7 +28,7 @@
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pin-field": "^3.1.4",
"react-pin-field": "^3.1.0",
"react-scripts": "^5.0.1",
"sass": "^1.66.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 0 additions & 2 deletions demo/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ function App() {
<PinField className="pin-field" format={c => c.toUpperCase()} />
</div>

{/* TODO: uncomment this code snippet for docs
<h2 className="display-5 mt-5">Custom input aria-label</h2>
<p className="mb-4 text-muted">
You can customize inputs' aria-labels with your own sentence using{" "}
Expand All @@ -147,7 +146,6 @@ function App() {
<div>
<PinField className="pin-field" formatAriaLabel={(i: number, c: number) => `custom pin code ${i} of ${c}`} />
</div>
*/}

<h2 className="display-5 mt-5">Events</h2>
<ul className="mb-4 text-muted">
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React component for entering PIN codes.",
"author": "soywod <clement.douin@posteo.net>",
"license": "MIT",
"version": "3.1.4",
"version": "3.1.5",
"private": false,
"keywords": [
"react",
Expand Down

0 comments on commit f3679d9

Please sign in to comment.