ydb-embedded-ui 4.2.0 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.2.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v4.2.0...v4.2.1) (2023-05-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * export toaster ([b5d12c0](https://github.com/ydb-platform/ydb-embedded-ui/commit/b5d12c0aa39ea3877a9b74071e3124f89a309ca3))
9
+
3
10
  ## [4.2.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v4.1.0...v4.2.0) (2023-05-16)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  import {Toaster} from '@gravity-ui/uikit';
2
2
 
3
- const toaster = new Toaster();
3
+ export const toaster = new Toaster();
4
4
 
5
5
  interface CreateToastProps {
6
6
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],