Skip to content

Commit

Permalink
chore(main): release 2.0.33 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh authored Dec 12, 2024
1 parent 15ea4ff commit 63e0aa6
Show file tree
Hide file tree
Showing 5 changed files with 13 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.32"
".": "2.0.33"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


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


### Build System

* **deps-dev:** bump prettier from 3.3.3 to 3.4.2 ([#310](https://github.com/jobtrek/grades-view-solid/issues/310)) ([15ea4ff](https://github.com/jobtrek/grades-view-solid/commit/15ea4ff0f5101b92bec0fa99ecb7ae4ddfdf3ee1))
* **deps-dev:** bump tailwindcss from 3.4.15 to 3.4.16 ([#311](https://github.com/jobtrek/grades-view-solid/issues/311)) ([619690b](https://github.com/jobtrek/grades-view-solid/commit/619690bd3e4593ac63bd75317a3e87afb4bd5401))
* **deps:** bump nanoid from 3.3.7 to 3.3.8 ([#313](https://github.com/jobtrek/grades-view-solid/issues/313)) ([28eee3d](https://github.com/jobtrek/grades-view-solid/commit/28eee3d7c8ab66ac8e33d785ced1b415516f4e91))

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


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.32** <!-- x-release-please-version -->
> **v2.0.33** <!-- 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.32",
"version": "2.0.33",
"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.32", // x-release-please-version
version: "2.0.33", // x-release-please-version
name: "",
tpi: null,
info: {
Expand Down

0 comments on commit 63e0aa6

Please sign in to comment.