Skip to content

Commit bc7f84a

Browse files
author
Nii Yeboah
committed
v23.3.0
1 parent 29f115e commit bc7f84a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-anchor-nav",
3-
"version": "23.2.1",
3+
"version": "23.3.0",
44
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.",
55
"main": "vcf-anchor-nav.js",
66
"author": "Vaadin Ltd",
@@ -45,10 +45,10 @@
4545
"dependencies": {
4646
"@juggle/resize-observer": "^3.1.3",
4747
"@polymer/polymer": "^3.0.0",
48-
"@vaadin/component-base": "^23.2.8",
49-
"@vaadin/tabs": "^23.2.8",
50-
"@vaadin/vaadin-lumo-styles": "^23.2.8",
51-
"@vaadin/vaadin-themable-mixin": "^23.2.8",
48+
"@vaadin/component-base": "^23.3.1",
49+
"@vaadin/tabs": "^23.3.1",
50+
"@vaadin/vaadin-lumo-styles": "^23.3.1",
51+
"@vaadin/vaadin-themable-mixin": "^23.3.1",
5252
"intersection-observer": "^0.10.0",
5353
"smoothscroll-polyfill": "^0.4.4",
5454
"stickyfilljs": "^2.1.0"
@@ -64,8 +64,8 @@
6464
"@rollup/plugin-commonjs": "^11.1.0",
6565
"@rollup/plugin-node-resolve": "^7.1.3",
6666
"@vaadin-component-factory/vcf-element-util": "^0.2.8",
67-
"@vaadin/button": "^23.2.4",
68-
"@vaadin/text-field": "^23.2.4",
67+
"@vaadin/button": "^23.3.1",
68+
"@vaadin/text-field": "^23.3.1",
6969
"@webcomponents/webcomponentsjs": "^2.0.0",
7070
"babel-eslint": "^10.0.2",
7171
"babel-loader": "^8.0.6",

src/vcf-anchor-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class AnchorNavElement extends ElementMixin(ThemableMixin(PolymerElement)
148148
}
149149

150150
static get version() {
151-
return '23.2.1';
151+
return '23.3.0';
152152
}
153153

154154
static get properties() {

0 commit comments

Comments
 (0)