Skip to content

Commit

Permalink
Release new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed May 20, 2024
1 parent aa419c0 commit 83aa88e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-flies-hunt.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/assets/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wpmudev/sui-css

## 0.0.2

### Patch Changes

- [#288](https://github.com/wpmudev/sui-react/pull/288)
[`f224832`](https://github.com/wpmudev/sui-react/commit/f22483211b49a11e1e3c4dc6a424cf861e7ce4c4)
Thanks [@abder](https://github.com/abder)! - ✨ feat(color-picker): add
disabeAlpha prop in color-picker (THC-438)

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wpmudev/sui-css",
"description": "SUI CSS Framework, the WPMU DEV Products styles library.",
"version": "0.0.1",
"version": "0.0.2",
"license": "GPL-2.0",
"keywords": [
"incsub",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/css/src/scss/_utils/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Fri, 17 May 2024 10:05:30 GMT
// Generated on Fri, 17 May 2024 11:18:01 GMT

$accordion-border-radius-sm: 10px;
$advanced-banner-background: linear-gradient(90deg, #222 0%, #383323 48.96%, #514524 100%);
Expand Down
8 changes: 8 additions & 0 deletions packages/common/advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.2

### Patch Changes

- Updated dependencies
[[`f224832`](https://github.com/wpmudev/sui-react/commit/f22483211b49a11e1e3c4dc6a424cf861e7ce4c4)]:
- @wpmudev/sui-color-picker@0.0.2

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/sui-advanced",
"version": "0.0.1",
"version": "0.0.2",
"description": "WPMU DEV Shared UI React sub-package for advanced elements",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com)",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@wpmudev/sui-builder": "^0.0.1",
"@wpmudev/sui-code-editor": "^0.0.1",
"@wpmudev/sui-code-snippet": "^0.0.1",
"@wpmudev/sui-color-picker": "^0.0.1",
"@wpmudev/sui-color-picker": "^0.0.2",
"@wpmudev/sui-date-picker": "^0.0.1",
"@wpmudev/sui-dropdown": "^0.0.1",
"@wpmudev/sui-editor-toolbar": "^0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Change Log

## 0.0.10

### Patch Changes

- Updated dependencies
[[`f224832`](https://github.com/wpmudev/sui-react/commit/f22483211b49a11e1e3c4dc6a424cf861e7ce4c4)]:
- @wpmudev/sui-color-picker@0.0.2
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/sui-react",
"version": "0.0.9",
"version": "0.0.10",
"description": "It provides all the ui components for available for sui react",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com)",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@wpmudev/sui-checkbox": "^0.0.1",
"@wpmudev/sui-code-editor": "^0.0.1",
"@wpmudev/sui-code-snippet": "^0.0.1",
"@wpmudev/sui-color-picker": "^0.0.1",
"@wpmudev/sui-color-picker": "^0.0.2",
"@wpmudev/sui-config-table": "^0.0.1",
"@wpmudev/sui-dashboard-widget": "^0.0.1",
"@wpmudev/sui-date-picker": "^0.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.0.2

### Patch Changes

- [#288](https://github.com/wpmudev/sui-react/pull/288)
[`f224832`](https://github.com/wpmudev/sui-react/commit/f22483211b49a11e1e3c4dc6a424cf861e7ce4c4)
Thanks [@abder](https://github.com/abder)! - ✨ feat(color-picker): add
disabeAlpha prop in color-picker (THC-438)

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/sui-color-picker",
"version": "0.0.1",
"version": "0.0.2",
"description": "The Color Picker Component enables users to select and apply colors in a consistent and efficient manner.",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com)",
Expand Down

0 comments on commit 83aa88e

Please sign in to comment.