Skip to content

Commit 6c4dab7

Browse files
committed
chore: update latest version string
1 parent 68c116a commit 6c4dab7

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

packages/fiori/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@ui5/webcomponents": "1.3.0",
4444
"@ui5/webcomponents-base": "1.3.0",
4545
"@ui5/webcomponents-icons": "1.3.0",
46-
"@ui5/webcomponents-ie11": "1.2.4",
4746
"@ui5/webcomponents-theming": "1.3.0",
4847
"@zxing/library": "^0.18.3"
4948
},

packages/main/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"dependencies": {
4343
"@ui5/webcomponents-base": "1.3.0",
4444
"@ui5/webcomponents-icons": "1.3.0",
45-
"@ui5/webcomponents-ie11": "1.2.4",
4645
"@ui5/webcomponents-localization": "1.3.0",
4746
"@ui5/webcomponents-theming": "1.3.0"
4847
},

packages/playground/build-scripts/samples-prepare.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ const components = [];
1212

1313
// Add new components here
1414
const newComponents = [
15-
"DynamicSideContent",
16-
"MediaGallery",
17-
"SplitButton"
15+
"Menu",
1816
];
1917

2018
packages.forEach(package => {

packages/playground/docs/landing-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Web Components</h1>
6161
</div>
6262
<h2 class="subtitle">Enterprise-flavored sugar on top of native APIs!</h2>
6363

64-
<div class="curr-version">Latest version: <a class="curr-version-link" href="https://www.npmjs.com/package/@ui5/webcomponents">1.2.3</a></div>
64+
<div class="curr-version">Latest version: <a class="curr-version-link" href="https://www.npmjs.com/package/@ui5/webcomponents">1.3.0</a></div>
6565

6666
<a href="{{ "/playground/components" | absolute_url }}" class="get-started-button">Get Started</a>
6767
</div>

0 commit comments

Comments
 (0)