Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump elliptic from 6.5.4 to 6.5.7 #5868

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

### Bug Fixes

- **@clayui/css:** LPD-2001 c-prefers-expanded-text shouldn't use max-width ([949c73e](https://github.com/liferay/clay/commit/949c73ed5cb5c47c5825187c7a750478e65687e9))
- **@clayui/css:** LPD-34095 Reduce the default c-slideout z-index so dropdown-menu's aren't hidden ([1b85ea6](https://github.com/liferay/clay/commit/1b85ea62175a1e05a729570a4d026c297ea2c244))
- **@clayui/css:** LPD-34319 Dual List Box disabled styles when wrapped in fieldset[disabled] ([9a39146](https://github.com/liferay/clay/commit/9a39146797f24596ecf89feea108bde4bf3f5bf9))
- **@clayui/drop-down:** fixes bug with chrome blocking element focus when clicking outside the menu ([9a99238](https://github.com/liferay/clay/commit/9a99238852f27fc50e3b75ca95a2db72dd79d3ed))
- **@clayui/form:** LPD-34319 adds disabled to Dual Listbox ([867dee3](https://github.com/liferay/clay/commit/867dee399e7e88d9bc607bd63ae6464e9a3d8427))
- **@clayui/shared:** remove suppression from elements before focus ([c9a9e83](https://github.com/liferay/clay/commit/c9a9e83de3fc017569d7d2e6dfb0393c5f878351))
- **@clayui/shared:** Removes suppression of focusable elements from focus trap ([2728431](https://github.com/liferay/clay/commit/27284318283fc4c720dbd8fb86365b731a5d79fd))

### Features

- **@clayui/navigation-bar:** Add sr-only description for mobile view ([fd7f4c7](https://github.com/liferay/clay/commit/fd7f4c7ed9f0279f680d2dfa19478fb9f4d66e36))

### BREAKING CHANGES

- **@clayui/css:** c-slideout is no longer above fixed navigation menus. If you need the old z-index please add the class c-slideout-height-full to c-slideout

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package clayui.com

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

**Note:** Version bump only for package clayui.com
Expand Down
60 changes: 30 additions & 30 deletions clayui.com/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "clayui.com",
"version": "3.118.0",
"version": "4.0.0",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
Expand All @@ -13,35 +13,35 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.118.0",
"@clayui/breadcrumb": "^3.116.0",
"@clayui/button": "^3.116.0",
"@clayui/card": "^3.118.0",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.118.0",
"@clayui/css": "^3.118.0",
"@clayui/data-provider": "^3.116.0",
"@clayui/date-picker": "^3.118.0",
"@clayui/drop-down": "^3.118.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/list": "^3.118.0",
"@clayui/modal": "^3.117.0",
"@clayui/multi-select": "^3.118.0",
"@clayui/multi-step-nav": "^3.118.0",
"@clayui/nav": "^3.118.0",
"@clayui/navigation-bar": "^3.116.0",
"@clayui/pagination": "^3.118.0",
"@clayui/pagination-bar": "^3.118.0",
"@clayui/panel": "^3.116.0",
"@clayui/popover": "^3.116.1",
"@clayui/sticker": "^3.111.0",
"@clayui/time-picker": "^3.116.0",
"@clayui/tooltip": "^3.116.0",
"@clayui/upper-toolbar": "^3.116.0",
"@clayui/autocomplete": "^4.0.0",
"@clayui/breadcrumb": "^4.0.0",
"@clayui/button": "^4.0.0",
"@clayui/card": "^4.0.0",
"@clayui/charts": "^4.0.0",
"@clayui/color-picker": "^4.0.0",
"@clayui/css": "^4.0.0",
"@clayui/data-provider": "^4.0.0",
"@clayui/date-picker": "^4.0.0",
"@clayui/drop-down": "^4.0.0",
"@clayui/form": "^4.0.0",
"@clayui/icon": "^4.0.0",
"@clayui/label": "^4.0.0",
"@clayui/layout": "^4.0.0",
"@clayui/link": "^4.0.0",
"@clayui/list": "^4.0.0",
"@clayui/modal": "^4.0.0",
"@clayui/multi-select": "^4.0.0",
"@clayui/multi-step-nav": "^4.0.0",
"@clayui/nav": "^4.0.0",
"@clayui/navigation-bar": "^4.0.0",
"@clayui/pagination": "^4.0.0",
"@clayui/pagination-bar": "^4.0.0",
"@clayui/panel": "^4.0.0",
"@clayui/popover": "^4.0.0",
"@clayui/sticker": "^4.0.0",
"@clayui/time-picker": "^4.0.0",
"@clayui/tooltip": "^4.0.0",
"@clayui/upper-toolbar": "^4.0.0",
"@docsearch/react": "3",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.118.0",
"version": "4.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/browserslist-config-clay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package browserslist-config-clay

## [3.106.1](https://github.com/liferay/clay/compare/v3.106.0...v3.106.1) (2023-10-26)

**Note:** Version bump only for package browserslist-config-clay
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-clay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserslist-config-clay",
"version": "3.106.1",
"version": "4.0.0",
"description": "Clay components Browserslist Shared Config",
"main": "index.js",
"repository": "https://github.com/liferay/clay",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/alert

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

**Note:** Version bump only for package @clayui/alert
Expand Down
6 changes: 3 additions & 3 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/alert",
"version": "3.111.0",
"version": "4.0.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,8 +24,8 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/icon": "^4.0.0",
"@clayui/layout": "^4.0.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/autocomplete

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
12 changes: 6 additions & 6 deletions packages/clay-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/autocomplete",
"version": "3.118.0",
"version": "4.0.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,11 +24,11 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.118.0",
"@clayui/drop-down": "^3.118.0",
"@clayui/form": "^3.116.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.116.0",
"@clayui/core": "^4.0.0",
"@clayui/drop-down": "^4.0.0",
"@clayui/form": "^4.0.0",
"@clayui/loading-indicator": "^4.0.0",
"@clayui/shared": "^4.0.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/badge

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

**Note:** Version bump only for package @clayui/badge
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/badge",
"version": "3.111.0",
"version": "4.0.0",
"description": "ClayBadge component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/breadcrumb

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

**Note:** Version bump only for package @clayui/breadcrumb
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/breadcrumb",
"version": "3.116.0",
"version": "4.0.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,9 +24,9 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/button": "^4.0.0",
"@clayui/icon": "^4.0.0",
"@clayui/link": "^4.0.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/button

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/button",
"version": "3.116.0",
"version": "4.0.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,7 +24,7 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.111.0",
"@clayui/icon": "^4.0.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/card

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

**Note:** Version bump only for package @clayui/card
Expand Down
20 changes: 10 additions & 10 deletions packages/clay-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/card",
"version": "3.118.0",
"version": "4.0.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,15 +24,15 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.118.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/shared": "^3.116.0",
"@clayui/sticker": "^3.111.0",
"@clayui/button": "^4.0.0",
"@clayui/drop-down": "^4.0.0",
"@clayui/form": "^4.0.0",
"@clayui/icon": "^4.0.0",
"@clayui/label": "^4.0.0",
"@clayui/layout": "^4.0.0",
"@clayui/link": "^4.0.0",
"@clayui/shared": "^4.0.0",
"@clayui/sticker": "^4.0.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/charts

## [3.106.1](https://github.com/matuzalemsteles/clay/compare/v3.106.0...v3.106.1) (2023-10-26)

**Note:** Version bump only for package @clayui/charts
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/charts",
"version": "3.106.1",
"version": "4.0.0",
"description": "React.js wrapper for D3 and billboard.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/color-picker

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

### Features
Expand Down
14 changes: 7 additions & 7 deletions packages/clay-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/color-picker",
"version": "3.118.0",
"version": "4.0.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,12 +24,12 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.118.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.116.0",
"@clayui/slider": "^3.116.0",
"@clayui/button": "^4.0.0",
"@clayui/drop-down": "^4.0.0",
"@clayui/form": "^4.0.0",
"@clayui/icon": "^4.0.0",
"@clayui/shared": "^4.0.0",
"@clayui/slider": "^4.0.0",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/liferay/clay/compare/v3.118.0...v4.0.0) (2024-08-30)

**Note:** Version bump only for package @clayui/core

# [3.118.0](https://github.com/liferay/clay/compare/v3.117.0...v3.118.0) (2024-08-13)

### Bug Fixes
Expand Down
Loading
Loading