Skip to content

Commit 11488df

Browse files
authored
fix(ci-cd): version increase to to skip tags error GH-00 (#443)
1 parent cc8c848 commit 11488df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/search/projects/search-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/search-client",
3-
"version": "1.2.4",
3+
"version": "4.2.0",
44
"description": "A global search component for search microservice",
55
"peerDependencies": {
66
"@angular/animations": "~12.1.5",
@@ -18,9 +18,9 @@
1818
"zone.js": "~0.11.4"
1919
},
2020
"scripts": {
21-
"checkIfNodeModulesExist": "[ -d \"../../node_modules\" ]",
21+
"checkIfNodeModulesExist": "[ -d \"../../node_modules\" ]",
2222
"installNodeModules": "cd ../../ && npm i",
23-
"prebuild":"npm run checkIfNodeModulesExist || npm run installNodeModules",
23+
"prebuild": "npm run checkIfNodeModulesExist || npm run installNodeModules",
2424
"build": "ng build && cp -r src/assets dist/assets",
2525
"prepublishOnly": "npm run build"
2626
},

packages/user-onboarding/projects/user-onboarding-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/user-onboarding-client",
3-
"version": "1.0.3",
3+
"version": "3.0.6",
44
"description": "Library for providing a smooth user onboarding",
55
"keywords": [
66
"angular-library"

0 commit comments

Comments
 (0)