Skip to content

Commit

Permalink
chore(main): release 2.0.32 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Dec 6, 2024
1 parent 70f87a4 commit cc3be43
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.31"
".": "2.0.32"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [2.0.32](https://github.com/jobtrek/grades-view-solid/compare/v2.0.31...v2.0.32) (2024-12-06)


### Build System

* **deps-dev:** bump @eslint/js from 9.15.0 to 9.16.0 ([#306](https://github.com/jobtrek/grades-view-solid/issues/306)) ([3dcf516](https://github.com/jobtrek/grades-view-solid/commit/3dcf516fdd4d4900e4f8b03efea7a9321720b6b6))
* **deps-dev:** bump eslint from 9.15.0 to 9.16.0 ([#307](https://github.com/jobtrek/grades-view-solid/issues/307)) ([a9746b1](https://github.com/jobtrek/grades-view-solid/commit/a9746b1818aeec4743e7b624fc01ce7bc8e8aa2a))
* **deps-dev:** bump eslint-plugin-promise from 7.1.0 to 7.2.1 ([#304](https://github.com/jobtrek/grades-view-solid/issues/304)) ([70f87a4](https://github.com/jobtrek/grades-view-solid/commit/70f87a4d1b44959b016b96e82d9d49ae4804b0b6))
* **deps-dev:** bump globals from 15.12.0 to 15.13.0 ([#305](https://github.com/jobtrek/grades-view-solid/issues/305)) ([659f49d](https://github.com/jobtrek/grades-view-solid/commit/659f49d332fd5dd2837dc98e1453a851e8b657a5))
* **deps-dev:** bump typescript-eslint from 8.15.0 to 8.17.0 ([#309](https://github.com/jobtrek/grades-view-solid/issues/309)) ([0156af6](https://github.com/jobtrek/grades-view-solid/commit/0156af648714dab655b4e11c21fc1515a6dec3db))

## [2.0.31](https://github.com/jobtrek/grades-view-solid/compare/v2.0.30...v2.0.31) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Implemented with [SolidJS](https://www.solidjs.com/)
>
> **v2.0.31** <!-- x-release-please-version -->
> **v2.0.32** <!-- x-release-please-version -->
>
> [See changelog](./CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"version": "2.0.31",
"version": "2.0.32",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down
2 changes: 1 addition & 1 deletion src/data/initialGradesStoreData.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type StudentGrades } from "~/types/models/GradeStoreModels"

export const initialGradesStoreData = {
version: "2.0.31", // x-release-please-version
version: "2.0.32", // x-release-please-version
name: "",
tpi: null,
info: {
Expand Down

0 comments on commit cc3be43

Please sign in to comment.