Skip to content

Releases: peopledatalabs/pdl-react-autocomplete

v1.2.4

04 Nov 17:09
ecee6d6
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.1 to 6.10.2 by @dependabot in #281

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 Oct 02:59
919466c
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 by @dependabot in #280

Full Changelog: v1.2.2...v1.2.3

v1.2.2

20 Oct 06:01
55a5528
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #267
  • chore(deps-dev): bump eslint-plugin-react from 7.35.2 to 7.36.1 by @dependabot in #268
  • chore(deps-dev): bump @types/react from 18.3.5 to 18.3.6 by @dependabot in #269
  • chore(deps): bump express from 4.19.2 to 4.21.0 in /example by @dependabot in #270
  • chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 by @dependabot in #279

Full Changelog: v1.2.1...v1.2.2

v1.2.1

02 Sep 14:20
0876d7c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump webpack from 5.93.0 to 5.94.0 in /example by @dependabot in #261
  • chore(deps-dev): bump @types/react from 18.3.3 to 18.3.4 by @dependabot in #260
  • chore(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #262
  • chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /example by @dependabot in #263

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Aug 15:22
30e86d2
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @typescript-eslint/parser from 8.0.0 to 8.1.0 by @dependabot in #259

Full Changelog: v1.1.22...v1.2.0

v1.1.22

05 Aug 16:59
6f58cde
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 by @dependabot in #248
  • chore(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.16.1 by @dependabot in #249
  • chore(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 by @dependabot in #250
  • chore(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.35.0 by @dependabot in #251
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 by @dependabot in #252
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0 by @dependabot in #255

Full Changelog: v1.1.21...v1.1.22

v1.1.21

14 Jul 12:24
877bd67
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 by @dependabot in #232
  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /example by @dependabot in #234
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #233
  • chore(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0 by @dependabot in #231
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.16.0 by @dependabot in #247
  • chore(deps): bump ws from 7.5.9 to 7.5.10 in /example by @dependabot in #237

Full Changelog: v1.1.20...v1.1.21

v1.1.20

04 Jun 01:07
a98714a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump ejs from 3.1.9 to 3.1.10 in /example by @dependabot in #220
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #221
  • chore(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in #222
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in #224
  • chore(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.10.0 by @dependabot in #223
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.12.0 by @dependabot in #230

Full Changelog: v1.1.19...v1.1.20

v1.1.19

12 May 10:39
f3dc26f
Compare
Choose a tag to compare

What's Changed

  • chore: Update GitHub Actions to use latest versions by @vvillait88 in #203
  • chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 by @dependabot in #209

Full Changelog: v1.1.18...v1.1.19

v1.1.18

03 Apr 02:19
1676ff1
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.3.0 by @dependabot in #192
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 by @dependabot in #193
  • chore(deps-dev): bump @types/react from 18.2.67 to 18.2.73 by @dependabot in #201
  • chore(deps): bump express from 4.18.3 to 4.19.2 in /example by @dependabot in #199
  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /example by @dependabot in #194
  • chore: Upgrade Node.js to 18 in CI pipeline by @vvillait88 in #202

Full Changelog: v1.1.17...v1.1.18