Skip to content

Commit

Permalink
Merge pull request #191 from gisaia/chore/angular18
Browse files Browse the repository at this point in the history
chore: upgrade to angular 18 compatibility
  • Loading branch information
QuCMGisaia authored Dec 18, 2024
2 parents c4b1753 + 3ade5b2 commit 28b89fd
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 147 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Use Node 16
- name: Use Node 18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Cache node modules
id: cache-nodemodules
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v27.0.0-beta.3](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-beta.3) (2024-12-11)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-beta.2...v27.0.0-beta.3)

## [v27.0.0-beta.2](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-beta.2) (2024-12-10)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-rc.1...v27.0.0-beta.2)

## [v27.0.0-rc.1](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-rc.1) (2024-12-02)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-beta.1...v27.0.0-rc.1)
Expand Down
2 changes: 1 addition & 1 deletion mkDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir target
mkdir target/generated-docs

## GENERATE THE DOCUMENTATION ##
docker run -a STDERR --rm -i -v `pwd`:/docs gisaia/typedocgen:0.0.8 generatedoc --entryPoints src/index.ts
docker run -a STDERR --rm -i -v `pwd`:/docs gisaia/typedocgen:0.0.10 generatedoc --entryPoints src/index.ts

## MOVE ALL THE DOCUMENTATION TO THE 'generated-docs' FOLDER ##
if [ -z "$(ls -A ./typedoc_docs)" ]; then
Expand Down
Loading

0 comments on commit 28b89fd

Please sign in to comment.