Skip to content

Commit f39f9ea

Browse files
authored
TT-10187: bump packages version to 5.0.5 (#53)
1 parent cc926a5 commit f39f9ea

File tree

25 files changed

+65
-64
lines changed

25 files changed

+65
-64
lines changed

apps/demos/components-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-playground",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "",
55
"main": "index.js",
66
"private": true,

apps/examples/components/autosuggest/angular/angular-19-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-autosuggest-angular-19-standalone",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"scripts": {
55
"clean": "npx del node_modules .angular",
66
"ng": "ng",

apps/examples/components/autosuggest/angular/angular-ng-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-autosuggest-angular-ng-module",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"scripts": {
55
"clean": "npx del node_modules .angular",
66
"ng": "ng",

apps/examples/components/autosuggest/react/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-autosuggest-react-vite",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/examples/components/autosuggest/static/static-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-autosuggest-static",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "",
55
"private": true,
66
"main": "index.html",

apps/examples/components/autosuggest/vue/vue-create-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-autosuggest-vue-create-vue",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/examples/components/map/angular/angular-ng-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-map-angular-ng-module",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"scripts": {
55
"clean": "npx del node_modules .angular",
66
"ng": "ng",

apps/examples/components/map/react/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-map-react-vite",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/examples/components/map/static/static-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-map-static",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "",
55
"private": true,
66
"main": "index.html",

apps/examples/components/map/vue/vue-create-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-map-vue-create-vue",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)