diff --git a/.changeset/gorgeous-bears-worry.md b/.changeset/gorgeous-bears-worry.md deleted file mode 100644 index df3305be1..000000000 --- a/.changeset/gorgeous-bears-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tidbcloud/uikit": patch ---- - -refactor(uikit): simplify TablePagination styles and move them to theme diff --git a/examples/with-nextjs-pages-router/CHANGELOG.md b/examples/with-nextjs-pages-router/CHANGELOG.md index b1901e8de..1e1571923 100644 --- a/examples/with-nextjs-pages-router/CHANGELOG.md +++ b/examples/with-nextjs-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # @tidbcloud/uikit-example-with-nextjs-pages-router +## 0.1.75 + +### Patch Changes + +- Updated dependencies [77e5bb6] + - @tidbcloud/uikit@2.7.6 + ## 0.1.74 ### Patch Changes diff --git a/examples/with-nextjs-pages-router/package.json b/examples/with-nextjs-pages-router/package.json index e25294e81..6b0231098 100644 --- a/examples/with-nextjs-pages-router/package.json +++ b/examples/with-nextjs-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "@tidbcloud/uikit-example-with-nextjs-pages-router", - "version": "0.1.74", + "version": "0.1.75", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/with-vitejs/CHANGELOG.md b/examples/with-vitejs/CHANGELOG.md index a73cbaf4c..444306531 100644 --- a/examples/with-vitejs/CHANGELOG.md +++ b/examples/with-vitejs/CHANGELOG.md @@ -1,5 +1,12 @@ # @tidbcloud/uikit-example-with-vitejs +## 0.0.75 + +### Patch Changes + +- Updated dependencies [77e5bb6] + - @tidbcloud/uikit@2.7.6 + ## 0.0.74 ### Patch Changes diff --git a/examples/with-vitejs/package.json b/examples/with-vitejs/package.json index e9201f4e7..f81c28205 100644 --- a/examples/with-vitejs/package.json +++ b/examples/with-vitejs/package.json @@ -1,7 +1,7 @@ { "name": "@tidbcloud/uikit-example-with-vitejs", "private": true, - "version": "0.0.74", + "version": "0.0.75", "type": "module", "scripts": { "dev": "vite", diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index 08a25590a..365649fac 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,5 +1,12 @@ # @tidbcloud/uikit-documentation +## 0.1.104 + +### Patch Changes + +- Updated dependencies [77e5bb6] + - @tidbcloud/uikit@2.7.6 + ## 0.1.103 ### Patch Changes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 38d8e0833..44cad2cd6 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@tidbcloud/uikit-documentation", - "version": "0.1.103", + "version": "0.1.104", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/uikit/CHANGELOG.md b/packages/uikit/CHANGELOG.md index cbd3cfc7e..b2847ec98 100644 --- a/packages/uikit/CHANGELOG.md +++ b/packages/uikit/CHANGELOG.md @@ -1,5 +1,11 @@ # @tidbcloud/uikit +## 2.7.6 + +### Patch Changes + +- refactor(uikit): simplify TablePagination styles and move them to theme ([#639](https://github.com/tidbcloud/tidbcloud-uikit/pull/639)) + ## 2.7.5 ### Patch Changes diff --git a/packages/uikit/package.json b/packages/uikit/package.json index e5c8f69f2..9df5fcb0e 100644 --- a/packages/uikit/package.json +++ b/packages/uikit/package.json @@ -1,6 +1,6 @@ { "name": "@tidbcloud/uikit", - "version": "2.7.5", + "version": "2.7.6", "description": "tidbcloud uikit", "type": "module", "main": "dist/primitive/index.cjs",