@skbkontur/side-menu 3.0.0-beta.2 → 3.0.0

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/side-menu@2.1.8...@skbkontur/side-menu@3.0.0) (2024-10-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **side-menu,addons:** compatibility with @skbkontur/react-ui@5.0.0 ([327f6ae](https://git.skbkontur.ru/ui/ui-parking/commits/327f6aecf640720c1c5a8c87c0b4a0a790a677b6))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.1.8](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/side-menu@2.1.7...@skbkontur/side-menu@2.1.8) (2024-09-18)
7
18
 
8
19
  **Note:** Version bump only for package @skbkontur/side-menu
package/README.md CHANGED
@@ -1,6 +1,4 @@
1
- SideMenu в фирменном стиле (макеты живут [здесь](https://www.figma.com/file/XA8Ytcx8bxemYAkF7eGVSv/%D0%9A%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82-%D0%BB%D0%B5%D0%B2%D0%BE%D0%B3%D0%BE-%D0%BC%D0%B5%D0%BD%D1%8E?node-id=0%3A1)).
2
-
3
- Для корректной работы SideMenu с версии `1.11.0` необходим пакет `@skbkontur/react-ui` версии `4.20.0` или выше
1
+ SideMenu в фирменном стиле (макеты живут [здесь](https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=241-6833&node-type=frame&t=u71R2opdDUAOR8aQ-0)).
4
2
 
5
3
  [Пример в песочнице](https://codesandbox.io/s/competent-wiles-k85wlm)
6
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/side-menu",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -19,11 +19,11 @@
19
19
  "react-dom": ">=16.9"
20
20
  },
21
21
  "devDependencies": {
22
- "@skbkontur/react-ui": "5.0.0-beta.0"
22
+ "@skbkontur/react-ui": "5.0.0"
23
23
  },
24
24
  "dependencies": {
25
25
  "@skbkontur/icons": "^1.12.1",
26
- "@skbkontur/react-ui-addons": "^5.0.0-beta.1",
26
+ "@skbkontur/react-ui-addons": "^5.0.0",
27
27
  "tslib": "^1"
28
28
  }
29
29
  }