diff --git a/packages/elements-core/CHANGELOG.md b/packages/elements-core/CHANGELOG.md
index e10bc1c99..be0efa218 100644
--- a/packages/elements-core/CHANGELOG.md
+++ b/packages/elements-core/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [1.5.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/elemental-core@1.4.0...@jpmorganchase/elemental-core@1.5.0) (2024-02-05)
+
+### Features
+
+- (Examples) ([46f4570](https://github.com/jpmorganchase/elemental/commit/46f4570d6b9c9de00b27805e46987fd6d35be54e))
+
+# Change Log
+
+All notable changes to this project will be documented in this file. See
+[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
 # 1.4.0 (2024-01-23)
 
 ### Bug Fixes
diff --git a/packages/elements-core/package.json b/packages/elements-core/package.json
index f3561556a..d226b72f7 100644
--- a/packages/elements-core/package.json
+++ b/packages/elements-core/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@jpmorganchase/elemental-core",
   "homepage": "https://github.com/jpmorganchase/elemental",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "sideEffects": [
     "web-components.min.js",
     "src/web-components/**",
diff --git a/packages/elements-dev-portal/CHANGELOG.md b/packages/elements-dev-portal/CHANGELOG.md
index fe86c2bdc..79aee2b1a 100644
--- a/packages/elements-dev-portal/CHANGELOG.md
+++ b/packages/elements-dev-portal/CHANGELOG.md
@@ -3,6 +3,15 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [2.4.1](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/elemental-dev-portal@2.4.0...@jpmorganchase/elemental-dev-portal@2.4.1) (2024-02-05)
+
+**Note:** Version bump only for package @jpmorganchase/elemental-dev-portal
+
+# Change Log
+
+All notable changes to this project will be documented in this file. See
+[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
 # 2.4.0 (2024-01-23)
 
 ### Bug Fixes
diff --git a/packages/elements-dev-portal/package.json b/packages/elements-dev-portal/package.json
index 1df424d0a..7a27b6478 100644
--- a/packages/elements-dev-portal/package.json
+++ b/packages/elements-dev-portal/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jpmorganchase/elemental-dev-portal",
-  "version": "2.4.0",
+  "version": "2.4.1",
   "description": "UI components for composing beautiful developer documentation.",
   "keywords": [],
   "homepage": "https://github.com/jpmorganchase/elemental",
@@ -64,7 +64,7 @@
     ]
   },
   "dependencies": {
-    "@jpmorganchase/elemental-core": "^1.4.0",
+    "@jpmorganchase/elemental-core": "^1.5.0",
     "@stoplight/markdown-viewer": "^5.5.0",
     "@stoplight/mosaic": "^1.44.4",
     "@stoplight/path": "^1.3.2",
diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md
index 14080a61c..a1469ed4b 100644
--- a/packages/elements/CHANGELOG.md
+++ b/packages/elements/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [4.1.0](https://github.com/jpmorganchase/elemental/compare/@jpmorganchase/elemental@4.0.0...@jpmorganchase/elemental@4.1.0) (2024-02-05)
+
+### Features
+
+- (Examples) ([46f4570](https://github.com/jpmorganchase/elemental/commit/46f4570d6b9c9de00b27805e46987fd6d35be54e))
+
+# Change Log
+
+All notable changes to this project will be documented in this file. See
+[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
 # 4.0.0 (2024-01-23)
 
 ### Bug Fixes
diff --git a/packages/elements/package.json b/packages/elements/package.json
index 1c18c0f00..3ddcbc527 100644
--- a/packages/elements/package.json
+++ b/packages/elements/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jpmorganchase/elemental",
-  "version": "4.0.0",
+  "version": "4.1.0",
   "description": "UI components for composing beautiful developer documentation.",
   "keywords": [],
   "sideEffects": [
@@ -61,7 +61,7 @@
     ]
   },
   "dependencies": {
-    "@jpmorganchase/elemental-core": "^1.4.0",
+    "@jpmorganchase/elemental-core": "^1.5.0",
     "@stoplight/http-spec": "^6.0.0",
     "@stoplight/json": "^3.18.1",
     "@stoplight/mosaic": "^1.44.4",
diff --git a/yarn.lock b/yarn.lock
index da6ebb689..b6d759e89 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2178,6 +2178,23 @@
     "@types/yargs" "^17.0.8"
     chalk "^4.0.0"
 
+"@jpmorganchase/elemental@^3.1.0":
+  version "3.2.1"
+  resolved "https://registry.yarnpkg.com/@jpmorganchase/elemental/-/elemental-3.2.1.tgz#3b31163f866f0d50de6e93682861b8a5f69d9854"
+  integrity sha512-6WRRy8qfKq3nMuzk+iRkTOzTjTfhLQlb0FZwKLKVak/ITZFHeOmk6h3BhOmy3jYBPouJbNRNgQN7+d21ZaYRPA==
+  dependencies:
+    "@jpmorganchase/elemental-core" "^1.3.1"
+    "@stoplight/http-spec" "^6.0.0"
+    "@stoplight/json" "^3.18.1"
+    "@stoplight/mosaic" "^1.44.3"
+    "@stoplight/types" "^14.0.0"
+    "@stoplight/yaml" "^4.2.3"
+    classnames "^2.2.6"
+    file-saver "^2.0.5"
+    lodash "^4.17.19"
+    react-query "^3.34.19"
+    react-router-dom "^5.2.0"
+
 "@jridgewell/gen-mapping@^0.3.0":
   version "0.3.3"
   resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -4033,6 +4050,37 @@
     use-resize-observer "^9.0.2"
     zustand "^3.5.2"
 
+"@stoplight/mosaic@^1.44.3":
+  version "1.51.1"
+  resolved "https://registry.yarnpkg.com/@stoplight/mosaic/-/mosaic-1.51.1.tgz#991ce4e2f7a199e820ab82a1e3ee5efd059d018c"
+  integrity sha512-7sUTnp99ET/viV+xpRUbx1KC28auq3VGGSvsz6kpZCExp1jtfGWeqCvD7UK44nQJK6kjahVSPisux0DkKXdN9g==
+  dependencies:
+    "@fortawesome/fontawesome-svg-core" "^6.1.1"
+    "@fortawesome/react-fontawesome" "^0.2.0"
+    "@react-hook/size" "^2.1.1"
+    "@react-hook/window-size" "^3.0.7"
+    "@react-types/button" "3.4.1"
+    "@react-types/radio" "3.1.2"
+    "@react-types/shared" "3.9.0"
+    "@react-types/switch" "3.1.2"
+    "@react-types/textfield" "3.3.0"
+    "@stoplight/types" "^13.7.0"
+    "@types/react" "^17.0.3"
+    "@types/react-dom" "^17.0.3"
+    clsx "^1.1.1"
+    copy-to-clipboard "^3.3.1"
+    dom-helpers "^3.3.1"
+    focus-trap-react "^10.2.3"
+    lodash.get "^4.4.2"
+    nano-memoize "^1.2.1"
+    polished "^4.1.3"
+    react-fast-compare "^3.2.0"
+    react-overflow-list "^0.5.0"
+    ts-keycode-enum "^1.0.6"
+    tslib "^2.1.0"
+    use-resize-observer "^9.0.2"
+    zustand "^3.5.2"
+
 "@stoplight/ordered-object-literal@^1.0.1", "@stoplight/ordered-object-literal@^1.0.3":
   version "1.0.4"
   resolved "https://registry.yarnpkg.com/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz#c8bb2698ab229f31e31a16dd1852c867c1f2f2ed"
@@ -11095,6 +11143,21 @@ fnv-plus@^1.3.1:
   resolved "https://registry.yarnpkg.com/fnv-plus/-/fnv-plus-1.3.1.tgz#c34cb4572565434acb08ba257e4044ce2b006d67"
   integrity sha512-Gz1EvfOneuFfk4yG458dJ3TLJ7gV19q3OM/vVvvHf7eT02Hm1DleB4edsia6ahbKgAYxO9gvyQ1ioWZR+a00Yw==
 
+focus-trap-react@^10.2.3:
+  version "10.2.3"
+  resolved "https://registry.yarnpkg.com/focus-trap-react/-/focus-trap-react-10.2.3.tgz#a5a2ea7fbb042ffa4337fde72758325ed0fb793a"
+  integrity sha512-YXBpFu/hIeSu6NnmV2xlXzOYxuWkoOtar9jzgp3lOmjWLWY59C/b8DtDHEAV4SPU07Nd/t+nS/SBNGkhUBFmEw==
+  dependencies:
+    focus-trap "^7.5.4"
+    tabbable "^6.2.0"
+
+focus-trap@^7.5.4:
+  version "7.5.4"
+  resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.5.4.tgz#6c4e342fe1dae6add9c2aa332a6e7a0bbd495ba2"
+  integrity sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==
+  dependencies:
+    tabbable "^6.2.0"
+
 follow-redirects@^1.0.0, follow-redirects@^1.14.0:
   version "1.15.2"
   resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
@@ -21312,6 +21375,11 @@ synchronous-promise@^2.0.15:
   resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.16.tgz#669b75e86b4295fdcc1bb0498de9ac1af6fd51a9"
   integrity sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==
 
+tabbable@^6.2.0:
+  version "6.2.0"
+  resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
+  integrity sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==
+
 table@^6.0.9:
   version "6.7.5"
   resolved "https://registry.yarnpkg.com/table/-/table-6.7.5.tgz#f04478c351ef3d8c7904f0e8be90a1b62417d238"