Skip to content

Commit

Permalink
Merge 17c9704 into e29acaf
Browse files Browse the repository at this point in the history
  • Loading branch information
navenduraisamy authored Aug 21, 2023
2 parents e29acaf + 17c9704 commit d867da5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: change directory
run: |
pwd
cd ./projects/we-select
pwd
- name: package version
id: package-version
run: echo "version=$(npm pkg get version | tr -d \")" >> $GITHUB_OUTPUT
run: echo "version=$(npm pkg get version --location=local | tr -d \")" >> $GITHUB_OUTPUT


- name: install angular CLI
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci

- name: build library
run: npm run build we-select

- name: publish to npm registry
run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "we-select",
"version": "2.1.0",
"version": "2.1.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions projects/we-select/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "we-select",
"version": "2.1.0",
"version": "2.1.2",
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
}
}

0 comments on commit d867da5

Please sign in to comment.