diff --git a/CHANGELOG.md b/CHANGELOG.md index 4043ee78f04681b902e05a8e04eb3edb9a67a7cc..487c67d139ec666ae9b8837f28c87442070df28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.1...v1.5.0) (2024-02-26) + + +### Features + +* add maxlength, readonly, type, and input mode attributes to textinput ([30bbfda](https://git.astron.nl/astron-sdc/design-system/commit/30bbfda3dbe96d132cce0b7469d55722181b8a67)) + ## [1.4.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.0...v1.4.1) (2024-02-23) diff --git a/package-lock.json b/package-lock.json index 026499a5594c27dcb42639bae317248255ea08f4..a23406d65c816e61a1adc7b68b88aed248918853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astron-sdc/design-system", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@astron-sdc/design-system", - "version": "1.4.1", + "version": "1.5.0", "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", diff --git a/package.json b/package.json index 1aa1737931b568984600cbd34c59aa1b26a65826..31ca86b54b9175d31aace724bddc225fb7fe3517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@astron-sdc/design-system", - "version": "1.4.1", + "version": "1.5.0", "type": "module", "main": "./dist/astron-design-system.cjs", "module": "./dist/astron-design-system.es.js",