From f3679d9b13237f51a6805fe226052f6d57f5674a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 5 Jan 2024 22:58:47 +0100 Subject: [PATCH] prepare v3.1.5 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- demo/package.json | 4 ++-- demo/src/app.tsx | 2 -- lib/package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b84f1..c38e48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/LICENSE b/LICENSE index 62df665..862a1f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 soywod +Copyright (c) 2019-2024 soywod Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/package.json b/demo/package.json index 67b8a6d..020e185 100644 --- a/demo/package.json +++ b/demo/package.json @@ -3,7 +3,7 @@ "description": "Demo for react-pin-field.", "author": "soywod ", "license": "MIT", - "version": "3.1.4", + "version": "3.1.5", "private": false, "browserslist": { "production": [ @@ -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", diff --git a/demo/src/app.tsx b/demo/src/app.tsx index dea0215..c994920 100644 --- a/demo/src/app.tsx +++ b/demo/src/app.tsx @@ -138,7 +138,6 @@ function App() { c.toUpperCase()} /> - {/* TODO: uncomment this code snippet for docs

Custom input aria-label

You can customize inputs' aria-labels with your own sentence using{" "} @@ -147,7 +146,6 @@ function App() {

`custom pin code ${i} of ${c}`} />
- */}

Events

    diff --git a/lib/package.json b/lib/package.json index bc7505b..b3bb1e5 100644 --- a/lib/package.json +++ b/lib/package.json @@ -3,7 +3,7 @@ "description": "React component for entering PIN codes.", "author": "soywod ", "license": "MIT", - "version": "3.1.4", + "version": "3.1.5", "private": false, "keywords": [ "react",