@teambit/changelog 0.0.751 → 0.0.754
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.section.tsx +1 -1
- package/dist/changelog.section.js +1 -1
- package/dist/changelog.section.js.map +1 -1
- package/package-tar/teambit-changelog-0.0.754.tgz +0 -0
- package/package.json +8 -8
- package/{preview-1654313169583.js → preview-1654658836872.js} +2 -2
- package/package-tar/teambit-changelog-0.0.751.tgz +0 -0
package/changelog.section.tsx
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ChangelogSection","path","element","href","children","displayName"],"sources":["changelog.section.tsx"],"sourcesContent":["import { Section } from '@teambit/component';\nimport React from 'react';\nimport { MenuWidgetIcon } from '@teambit/ui-foundation.ui.menu-widget-icon';\nimport { ChangeLogPage } from './ui/change-log-page';\n\nexport class ChangelogSection implements Section {\n route = {\n path: '~changelog',\n element: <ChangeLogPage />,\n };\n navigationLink = {\n href: '~changelog',\n children: <MenuWidgetIcon icon=\"changelog\" tooltipContent=\"Change log\" />,\n displayName: 'Change log',\n };\n order =
|
|
1
|
+
{"version":3,"names":["ChangelogSection","path","element","href","children","displayName"],"sources":["changelog.section.tsx"],"sourcesContent":["import { Section } from '@teambit/component';\nimport React from 'react';\nimport { MenuWidgetIcon } from '@teambit/ui-foundation.ui.menu-widget-icon';\nimport { ChangeLogPage } from './ui/change-log-page';\n\nexport class ChangelogSection implements Section {\n route = {\n path: '~changelog',\n element: <ChangeLogPage />,\n };\n navigationLink = {\n href: '~changelog',\n children: <MenuWidgetIcon icon=\"changelog\" tooltipContent=\"Change log\" />,\n displayName: 'Change log',\n };\n order = 40;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,gBAAN,CAA0C;EAAA;IAAA,+CACvC;MACNC,IAAI,EAAE,YADA;MAENC,OAAO,eAAE,+BAAC,8BAAD;IAFH,CADuC;IAAA,wDAK9B;MACfC,IAAI,EAAE,YADS;MAEfC,QAAQ,eAAE,+BAAC,gCAAD;QAAgB,IAAI,EAAC,WAArB;QAAiC,cAAc,EAAC;MAAhD,EAFK;MAGfC,WAAW,EAAE;IAHE,CAL8B;IAAA,+CAUvC,EAVuC;EAAA;;AAAA"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/changelog",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.754",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/component/changelog",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "changelog",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.754"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"classnames": "2.2.6",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"@teambit/design.ui.separator": "0.0.354",
|
|
18
18
|
"@teambit/documenter.ui.heading": "4.1.1",
|
|
19
19
|
"@teambit/evangelist.elements.icon": "1.0.2",
|
|
20
|
-
"@teambit/component": "0.0.
|
|
20
|
+
"@teambit/component": "0.0.754",
|
|
21
21
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.488",
|
|
22
|
-
"@teambit/ui": "0.0.
|
|
23
|
-
"@teambit/component.ui.version-block": "0.0.
|
|
22
|
+
"@teambit/ui": "0.0.754",
|
|
23
|
+
"@teambit/component.ui.version-block": "0.0.568",
|
|
24
24
|
"@teambit/design.ui.alert-card": "0.0.16",
|
|
25
25
|
"@teambit/design.ui.styles.ellipsis": "0.0.347",
|
|
26
|
-
"@teambit/lanes.ui.lanes": "0.0.
|
|
26
|
+
"@teambit/lanes.ui.lanes": "0.0.64",
|
|
27
27
|
"@teambit/mdx.ui.mdx-layout": "0.0.500"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@types/node": "12.20.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@teambit/legacy": "1.0.
|
|
39
|
+
"@teambit/legacy": "1.0.277",
|
|
40
40
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
41
41
|
"react": "^16.8.0 || ^17.0.0"
|
|
42
42
|
},
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react": "-"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@teambit/legacy": "1.0.
|
|
67
|
+
"@teambit/legacy": "1.0.277",
|
|
68
68
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
69
69
|
"react": "^16.8.0 || ^17.0.0"
|
|
70
70
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@0.0.
|
|
2
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@0.0.
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@0.0.754/dist/changelog.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_changelog@0.0.754/dist/changelog.docs.mdx')]
|
|
Binary file
|