aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaadin Bot <vaadin-bot@users.noreply.github.com>2024-11-26 14:13:57 +0000
committerVaadin Bot <vaadin-bot@users.noreply.github.com>2024-11-26 14:13:57 +0000
commit756886018f77bce0a60f487384a0ab8cb0a26f23 (patch)
tree5837703c3e39e0060c9117f757d788aa1d836f68
parent8ee19117c88274364eb498129a941d2eba4f7387 (diff)
downloadvaadin-756886018f77bce0a60f487384a0ab8cb0a26f23.tar.gz
vaadin-756886018f77bce0a60f487384a0ab8cb0a26f23.zip
24.5.6v24.5.6
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7de7907..836f989 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin",
- "version": "24.5.5",
+ "version": "24.5.6",
"description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cvdl-4.0)",
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209