@vaadin/vaadin-select 23.2.0-rc1 → 23.2.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  A web component for selecting a single value from a list of options presented in an overlay.
7
7
 
8
- [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/select)
8
+ [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/select)
9
9
 
10
10
  ## Contributing
11
11
 
12
- Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
12
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
13
13
 
14
14
  ## License
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-select",
3
- "version": "23.2.0-rc1",
3
+ "version": "23.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,7 +33,7 @@
33
33
  "polymer"
34
34
  ],
35
35
  "dependencies": {
36
- "@vaadin/select": "23.2.0-rc1"
36
+ "@vaadin/select": "^23.2.0"
37
37
  },
38
- "gitHead": "e78a1f2fe6f42d78cefa3f48085b09a3033c9588"
38
+ "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
39
39
  }