Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
ci(changesets): version packages (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 5, 2022
1 parent 869b42f commit e5978c3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-rats-learn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/pagination

## 0.0.17

### Patch Changes

- [#224](https://github.com/project44/manifest-ui/pull/224)
[`869b42f`](https://github.com/project44/manifest-ui/commit/869b42f55fa94f4688fd587ab56e9b3750d875d8)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Fixing line height on pagination ellipsis

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/pagination",
"version": "0.0.16",
"version": "0.0.17",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @manifest-ui/react

## 2.6.6

### Patch Changes

- Updated dependencies
[[`869b42f`](https://github.com/project44/manifest-ui/commit/869b42f55fa94f4688fd587ab56e9b3750d875d8)]:
- @manifest-ui/pagination@0.0.17
- @manifest-ui/table@0.2.5

## 2.6.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/react",
"version": "2.6.5",
"version": "2.6.6",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@manifest-ui/input": "0.1.8",
"@manifest-ui/layout": "0.0.11",
"@manifest-ui/link": "0.0.10",
"@manifest-ui/pagination": "0.0.16",
"@manifest-ui/pagination": "0.0.17",
"@manifest-ui/popover": "0.2.2",
"@manifest-ui/portal": "0.1.0",
"@manifest-ui/provider": "0.0.14",
Expand All @@ -42,7 +42,7 @@
"@manifest-ui/slot": "0.1.0",
"@manifest-ui/spinner": "0.0.14",
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/table": "0.2.4",
"@manifest-ui/table": "0.2.5",
"@manifest-ui/tag": "0.1.7",
"@manifest-ui/textarea": "0.1.4",
"@manifest-ui/theme": "0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest-ui/table

## 0.2.5

### Patch Changes

- Updated dependencies
[[`869b42f`](https://github.com/project44/manifest-ui/commit/869b42f55fa94f4688fd587ab56e9b3750d875d8)]:
- @manifest-ui/pagination@0.0.17

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manifest-ui/table",
"version": "0.2.4",
"version": "0.2.5",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./dts/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@manifest-ui/hooks": "^0.1.0",
"@manifest-ui/icons": "^0.1.2",
"@manifest-ui/pagination": "^0.0.16",
"@manifest-ui/pagination": "^0.0.17",
"@manifest-ui/styled": "^0.0.11",
"@manifest-ui/theme-utils": "^0.1.2"
}
Expand Down

0 comments on commit e5978c3

Please sign in to comment.