mediacube-ui 0.1.290 → 0.1.291

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.291](https://github.com/MediaCubeCo/mcui/compare/v0.1.290...v0.1.291) (2024-07-11)
6
+
5
7
  ### [0.1.290](https://github.com/MediaCubeCo/mcui/compare/v0.1.289...v0.1.290) (2024-07-11)
6
8
 
7
9
  ### [0.1.289](https://github.com/MediaCubeCo/mcui/compare/v0.1.288...v0.1.289) (2024-07-05)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.290",
3
+ "version": "0.1.291",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -117,6 +117,7 @@ export default {
117
117
  ...classes,
118
118
  ...this.$attrs,
119
119
  params: {
120
+ ...this.$attrs.params,
120
121
  modifyTotal: this.modifyTotal,
121
122
  },
122
123
  }