Skip to content

Commit

Permalink
fix(core): fix all version problems
Browse files Browse the repository at this point in the history
gh-0
  • Loading branch information
samarpan-b committed Oct 24, 2021
1 parent e519774 commit 7847008
Show file tree
Hide file tree
Showing 26 changed files with 76,087 additions and 76,080 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
"version": "3.0.0",
"version": "3.1.0",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
4 changes: 2 additions & 2 deletions packages/search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/search-client-project",
"version": "0.0.0",
"name": "@sourceloop/search-client",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -12,6 +12,13 @@
"prettier:check": "npm run prettier:cli -- -l",
"prettier:fix": "npm run prettier:cli -- --write"
},
"repository": {
"type": "git",
"url": "https://github.com/sourcefuse/loopback4-microservice-catalog.git",
"directory": "packages/search"
},
"author": "Sourcefuse",
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "~12.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-onboarding/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/user-onboarding/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@sourceloop/user-onboarding-client",
"version": "0.2.1",
"version": "1.0.0",
"description": "Library for providing a smooth user onboarding",
"keywords": [
"angular-library"
],

"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -18,11 +17,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/sourcefuse/loopback4-microservice-catalog.git"
"url": "https://github.com/sourcefuse/loopback4-microservice-catalog.git",
"directory": "packages/user-onboarding"
},
"author": "Sourcefuse",
"license": "MIT",
"private": false,
"private": true,
"dependencies": {
"@angular/animations": "~11.2.3",
"@angular/common": "~11.2.3",
Expand Down
Loading

0 comments on commit 7847008

Please sign in to comment.