Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .template-version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/metaideas/init/compare/init@v1.1.0...init@v1.2.0) (2026-02-19)


### Features

* add fault serialization adapter for react-router ([#98](https://github.com/metaideas/init/issues/98)) ([84a3f2b](https://github.com/metaideas/init/commit/84a3f2b6f87d6784ea36119b9f4971d97b592f9e))
* add trusted origins configuration for auth ([#84](https://github.com/metaideas/init/issues/84)) ([7b9c1cc](https://github.com/metaideas/init/commit/7b9c1ccf8cd5bfe0ebc533743aff8203f15e87c7))
* replace custom duration utils with qte library ([#90](https://github.com/metaideas/init/issues/90)) ([23bd79d](https://github.com/metaideas/init/commit/23bd79d8b9d7eda241bcde7252d86210910a242f))
* replace Unistyles with Uniwind for mobile styling ([#87](https://github.com/metaideas/init/issues/87)) ([d05d9f2](https://github.com/metaideas/init/commit/d05d9f2183e4fa589bfd526dd4d3deea63665eda))


### Bug Fixes

* prevent desktop asset and jsx runtime errors ([cba616b](https://github.com/metaideas/init/commit/cba616b547b0df13b6cc5f9529c9964c176b885b))
* remove unnecessary eslint disable comments ([8b98891](https://github.com/metaideas/init/commit/8b98891f2103a7ce556998445933d374f00ce00a))
* update url env var validation ([4c9014f](https://github.com/metaideas/init/commit/4c9014f98db496b16cba47dccd8d034b5a214160))
Comment on lines +17 to +18
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same fix appears twice with different commit SHAs. Consider consolidating these duplicate entries to avoid confusion in release notes.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 17-18

Comment:
The same fix appears twice with different commit SHAs. Consider consolidating these duplicate entries to avoid confusion in release notes.

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.

* update url env var validation ([8aa4a75](https://github.com/metaideas/init/commit/8aa4a752a41d5c9af783e4c1c15ab9bcb99d3662))

## [1.1.0](https://github.com/metaideas/init/compare/init@v1.0.1...init@v1.1.0) (2026-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "init",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"workspaces": {
"packages": [
Expand Down