Skip to content

Commit

Permalink
chore: prepare to build v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericferreira1992 committed Oct 11, 2024
1 parent 5267c68 commit 0f9c462
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 69 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ag-virtual-scroll (Angular 17+)
# ag-virtual-scroll (Angular 18+)

Angular Component of virtual-scroll. It easy to use and works light and clean.
He also work with differents items height.
Expand Down
3 changes: 2 additions & 1 deletion copy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let cpx = require('cpx');
cpx.copy('LICENSE', 'dist/library');
cpx.copy('README.md', 'dist/library');
cpx.copy('README.md', 'dist/library');
cpx.copy('demo.gif', 'dist/library');
118 changes: 58 additions & 60 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"deploy-git-pages": "ng build demo -c=production --aot --base-href=/ag-virtual-scroll/ && node node_modules/gh-pages/bin/gh-pages -d dist/demo",
"deploy-git-pages": "ng build demo -c=production --base-href=/ag-virtual-scroll/ && node node_modules/gh-pages/bin/gh-pages -d ./dist/demo",
"build-and-publish": "npm run build-lib && npm run publish-pkg",
"build-lib": "ng build library && node copy && cd dist/library && npm pack",
"publish-pkg": "pushd dist/library && npm publish"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/compiler-cli": "^18.2.8",
"@types/jasmine": "~4.3.0",
"cpx": "^1.5.0",
"gh-pages": "^6.1.0",
"gh-pages": "^6.2.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand All @@ -42,4 +42,4 @@
"ng-packagr": "^18.2.1",
"typescript": "~5.4.2"
}
}
}
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://github.com/ericferreira1992/ag-virtual-scroll" target="_blank">
<img src="assets/img/github.svg" width="25px" height="25px"> <span>Github</span>
</a>
<span>v. 1.8.0</span>
<span>v. 1.9.0</span>
</div>
</div>
<div class="demos-area">
Expand Down
6 changes: 3 additions & 3 deletions projects/library/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ag-virtual-scroll",
"version": "1.8.0",
"version": "1.9.0",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
"@angular/common": "^18.2.8",
"@angular/core": "^18.2.8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 0f9c462

Please sign in to comment.