@vaadin/icons 23.0.0-alpha2 → 23.0.0-alpha3

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/iconset.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@polymer/iron-iconset-svg/iron-iconset-svg.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/icons",
3
- "version": "23.0.0-alpha2",
3
+ "version": "23.0.0-alpha3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "@polymer/iron-icon": "^3.0.0",
38
38
  "@polymer/iron-iconset-svg": "^3.0.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/icon": "23.0.0-alpha2"
40
+ "@vaadin/icon": "23.0.0-alpha3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "cheerio": "^1.0.0-rc.10",
@@ -46,5 +46,5 @@
46
46
  "gulp-concat": "^2.6.1",
47
47
  "gulp-modify": "^0.1.1"
48
48
  },
49
- "gitHead": "070f586dead02ca41b66717820c647f48bf1665f"
49
+ "gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44"
50
50
  }
package/vaadin-icons.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@polymer/iron-icon/iron-icon.js';
package/vaadin-iconset.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/icon/vaadin-iconset.js';