Skip to content

Commit

Permalink
Merge release tag into master (#1972)
Browse files Browse the repository at this point in the history
Created by Github action

Co-authored-by: semrush-ci-whale <semrush-ci-whale@users.noreply.github.com>
  • Loading branch information
semrush-ci-whale and semrush-ci-whale authored Feb 7, 2025
1 parent 98818a9 commit e84bb50
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion semcore/bulk-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/bulk-textarea",
"description": "Semrush BulkTextarea Component",
"version": "1.0.3",
"version": "1.0.4",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion semcore/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/pagination",
"description": "Semrush Pagination Component",
"version": "4.48.6",
"version": "4.49.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions semcore/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [15.125.0] - 2025-02-07

### @semcore/bulk-textarea

- **Fixed** Incorrect filename for module entry point.

### @semcore/pagination

- **Added** `size` property: `l` and `m` (default).

## [15.124.1] - 2025-02-05

### @semcore/flex-box
Expand Down
2 changes: 1 addition & 1 deletion semcore/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semcore/ui",
"version": "15.124.1",
"version": "15.125.0",
"license": "MIT",
"module": "./index.mjs",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions tools/entry-point/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [15.125.0] - 2025-02-07

### @semcore/bulk-textarea

- **Fixed** Incorrect filename for module entry point.

### @semcore/pagination

- **Added** `size` property: `l` and `m` (default).

## [15.124.1] - 2025-02-05

### @semcore/flex-box
Expand Down
4 changes: 2 additions & 2 deletions tools/entry-point/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@semcore/base-trigger": "4.51.1",
"@semcore/breadcrumbs": "5.47.1",
"@semcore/breakpoints": "1.40.1",
"@semcore/bulk-textarea": "1.0.3",
"@semcore/bulk-textarea": "1.0.4",
"@semcore/button": "5.41.2",
"@semcore/card": "5.45.2",
"@semcore/carousel": "3.46.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@semcore/notice-global": "2.59.1",
"@semcore/notice-bubble": "5.51.1",
"@semcore/outside-click": "3.38.1",
"@semcore/pagination": "4.48.6",
"@semcore/pagination": "4.49.0",
"@semcore/pills": "5.42.1",
"@semcore/popper": "5.45.3",
"@semcore/portal": "3.40.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/entry-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intergalactic",
"version": "15.124.1",
"version": "15.125.0",
"license": "MIT",
"dependencies": {
"intergalactic-migrate": "0.0.0",
Expand Down

0 comments on commit e84bb50

Please sign in to comment.