@availity/mui-pagination 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -2,20 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.2.2](https://github.com/Availity/element/compare/@availity/mui-pagination@0.2.1...@availity/mui-pagination@0.2.2) (2023-11-07)
6
+
5
7
  ## [0.2.1](https://github.com/Availity/element/compare/@availity/mui-pagination@0.2.0...@availity/mui-pagination@0.2.1) (2023-10-06)
6
8
 
7
9
  ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-pagination@0.1.1...@availity/mui-pagination@0.2.0) (2023-09-13)
8
10
 
9
-
10
11
  ### Features
11
12
 
12
- * **mui-pagination:** limit sizes ([77adde6](https://github.com/Availity/element/commit/77adde654bee70d006787a451f9b031e96f2a580))
13
+ - **mui-pagination:** limit sizes ([77adde6](https://github.com/Availity/element/commit/77adde654bee70d006787a451f9b031e96f2a580))
13
14
 
14
15
  ## [0.1.1](https://github.com/Availity/element/compare/@availity/mui-pagination@0.1.0...@availity/mui-pagination@0.1.1) (2023-09-11)
15
16
 
16
17
  ## 0.1.0 (2023-09-11)
17
18
 
18
-
19
19
  ### Features
20
20
 
21
- * **mui-pagination:** add pagination package ([dfe53b0](https://github.com/Availity/element/commit/dfe53b0a3e3b02506fc922ca8beef70d6919b3b0))
21
+ - **mui-pagination:** add pagination package ([dfe53b0](https://github.com/Availity/element/commit/dfe53b0a3e3b02506fc922ca8beef70d6919b3b0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-pagination",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Availity MUI Pagination Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -28,12 +28,11 @@
28
28
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
29
29
  "clean": "rm -rf dist",
30
30
  "clean:nm": "rm -rf node_modules",
31
- "bundlesize": "bundlesize",
32
31
  "publish": "yarn npm publish --tolerate-republish --access public",
33
32
  "publish:canary": "yarn npm publish --access public --tag canary"
34
33
  },
35
34
  "devDependencies": {
36
- "@availity/mui-icon": "0.6.1",
35
+ "@availity/mui-icon": "0.7.1",
37
36
  "@mui/material": "^5.14.12",
38
37
  "react": "18.2.0",
39
38
  "react-dom": "18.2.0",
@@ -41,7 +40,7 @@
41
40
  "typescript": "^4.6.4"
42
41
  },
43
42
  "peerDependencies": {
44
- "@availity/mui-icon": "0.6.1",
43
+ "@availity/mui-icon": "0.7.1",
45
44
  "@mui/material": "^5.11.9",
46
45
  "react": ">=16.3.0"
47
46
  },