diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b211e859..d14f8c804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,5 @@ # OUI -## [Unreleased `1.x`](https://github.com/opensearch-project/oui/tree/1.x) - -### Deprecations - -### 🛡 Security - -### 📈 Features/Enhancements - -### 🐛 Bug Fixes - -### 🚞 Infrastructure - -### 📝 Documentation - -### 🛠 Maintenance - -### 🪛 Refactoring - -### 🔩 Tests - ## [`1.9.0`](https://github.com/opensearch-project/oui/tree/1.9.0) ### 📈 Features/Enhancements diff --git a/i18ntokens.json b/i18ntokens.json index 4c4a3fb15..d4261ed9c 100644 --- a/i18ntokens.json +++ b/i18ntokens.json @@ -2237,14 +2237,14 @@ "highlighting": "string", "loc": { "start": { - "line": 429, + "line": 437, "column": 14, - "index": 11292 + "index": 11485 }, "end": { - "line": 432, + "line": 440, "column": 16, - "index": 11418 + "index": 11611 } }, "filepath": "src/components/date_picker/super_date_picker/super_date_picker.tsx" @@ -2255,14 +2255,14 @@ "highlighting": "string", "loc": { "start": { - "line": 127, + "line": 129, "column": 6, - "index": 3258 + "index": 3324 }, "end": { - "line": 130, + "line": 132, "column": 8, - "index": 3357 + "index": 3423 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2273,14 +2273,14 @@ "highlighting": "string", "loc": { "start": { - "line": 134, + "line": 136, "column": 8, - "index": 3442 + "index": 3508 }, "end": { - "line": 137, + "line": 139, "column": 10, - "index": 3549 + "index": 3615 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2291,14 +2291,14 @@ "highlighting": "string", "loc": { "start": { - "line": 139, + "line": 141, "column": 8, - "index": 3570 + "index": 3636 }, "end": { - "line": 142, + "line": 144, "column": 10, - "index": 3673 + "index": 3739 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2309,14 +2309,14 @@ "highlighting": "string", "loc": { "start": { - "line": 149, + "line": 151, "column": 8, - "index": 3769 + "index": 3835 }, "end": { - "line": 152, + "line": 154, "column": 10, - "index": 3881 + "index": 3947 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" @@ -2327,14 +2327,14 @@ "highlighting": "string", "loc": { "start": { - "line": 156, + "line": 158, "column": 8, - "index": 3968 + "index": 4034 }, "end": { - "line": 159, + "line": 161, "column": 10, - "index": 4081 + "index": 4147 } }, "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx" diff --git a/package.json b/package.json index 21c82e270..9cf33bfb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.8.0", + "version": "1.9.0", "license": "Apache-2.0", "main": "lib", "module": "es", diff --git a/yarn.lock b/yarn.lock index d4d9c9be4..bcfbac561 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4460,15 +4460,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001449: - version "1.0.30001538" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz" - integrity sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw== - -caniuse-lite@^1.0.30001541: - version "1.0.30001562" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001562.tgz#9d16c5fd7e9c592c4cd5e304bc0f75b0008b2759" - integrity sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001541: + version "1.0.30001649" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz" + integrity sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ== capture-exit@^2.0.0: version "2.0.0"