Skip to content

Commit

Permalink
feat: updated the version of the typedoc's theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrodas committed Sep 4, 2024
1 parent 35cf4ba commit 7841f95
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## <small>0.9.2 (2024-09-04)</small>

## <small>0.9.1 (2024-09-04)</small>

- feat(project-types): updated project types to have latest eslint and typedoc configurations ([761676d](https://github.com/gobstones/gobstones-scripts/commit/761676d)), closes [#7](https://github.com/gobstones/gobstones-scripts/issues/7)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gobstones/gobstones-scripts",
"version": "0.9.1",
"version": "0.9.2",
"description": "Scripts to abstract away build configuration of Gobstones Project's libraries and modules.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@gobstones/typedoc-theme-gobstones": "^0.2.1",
"@gobstones/typedoc-theme-gobstones": "^0.3.0",
"@jest/globals": "^29.7.0",
"@mdx-js/react": "^3.0.1",
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
2 changes: 1 addition & 1 deletion project-types/CLILibrary/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"commander": "^11.1.0"
},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.9.1",
"@gobstones/gobstones-scripts": "^0.9.2",
"husky": "^8.0.2"
}
}
2 changes: 1 addition & 1 deletion project-types/Library/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@gobstones/gobstones-core": "^0.4.7"
},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.9.1",
"@gobstones/gobstones-scripts": "^0.9.2",
"husky": "^8.0.2"
}
}
2 changes: 1 addition & 1 deletion project-types/NonCode/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.9.1",
"@gobstones/gobstones-scripts": "^0.9.2",
"husky": "^8.0.2"
}
}
2 changes: 1 addition & 1 deletion project-types/ReactLibrary/package-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@gobstones/gobstones-scripts": "^0.9.1",
"@gobstones/gobstones-scripts": "^0.9.2",
"husky": "^8.0.2"
}
}
2 changes: 1 addition & 1 deletion src/Config/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* is not reliable between different implementations of package managers
* and that may lead to false readings.
*/
export const version = '0.9.1';
export const version = '0.9.2';

/**
* The tool's test server address.
Expand Down

0 comments on commit 7841f95

Please sign in to comment.