@hashrytech/quick-components-kit 0.11.0 → 0.11.1

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
@@ -1,5 +1,11 @@
1
1
  # @hashrytech/quick-components-kit
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: Adding missing imports for lock scroll and scroll to
8
+
3
9
  ## 0.11.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -7,3 +7,5 @@ export * from './modal/index.js';
7
7
  export * from './overlay/index.js';
8
8
  export * from './actions/disable-scroll.js';
9
9
  export * from './actions/on-keydown.js';
10
+ export * from './actions/lock-scroll.js';
11
+ export * from './actions/scroll-to.js';
package/dist/index.js CHANGED
@@ -9,4 +9,6 @@ export * from './modal/index.js';
9
9
  export * from './overlay/index.js';
10
10
  export * from './actions/disable-scroll.js';
11
11
  export * from './actions/on-keydown.js';
12
+ export * from './actions/lock-scroll.js';
13
+ export * from './actions/scroll-to.js';
12
14
  // Add more components here...
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hashrytech/quick-components-kit.git"
7
7
  },
8
- "version": "0.11.0",
8
+ "version": "0.11.1",
9
9
  "license": "MIT",
10
10
  "author": "Hashry Tech",
11
11
  "files": [