这是indexloc提供的服务,不要输入任何密码
Skip to content

Update to melos 7 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 2, 2025
Merged
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
11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_bootstrap.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_clean.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_generate.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/runConfigurations/melos_run_test.xml

This file was deleted.

31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-06-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`tonik` - `v0.0.5`](#tonik---v005)
- [`tonik_core` - `v0.0.5`](#tonik_core---v005)
- [`tonik_generate` - `v0.0.5`](#tonik_generate---v005)
- [`tonik_parse` - `v0.0.5`](#tonik_parse---v005)
- [`tonik_util` - `v0.0.5`](#tonik_util---v005)

---

#### `tonik` - `v0.0.5`

#### `tonik_core` - `v0.0.5`

#### `tonik_generate` - `v0.0.5`

#### `tonik_parse` - `v0.0.5`

#### `tonik_util` - `v0.0.5`


## 2025-06-02

### Changes
Expand Down
37 changes: 0 additions & 37 deletions melos.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions packages/tonik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.5

## 0.0.4

- **FIX**: define executables for tonik.
Expand Down
9 changes: 5 additions & 4 deletions packages/tonik/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tonik
description: A Dart code generator for OpenAPI 3.0 and 3.1 specifications.
version: 0.0.4
version: 0.0.5
repository: https://github.com/t-unit/tonik
resolution: workspace

executables:
tonik: tonik
Expand All @@ -19,9 +20,9 @@ environment:
dependencies:
args: ^2.5.0
logging: ^1.3.0
tonik_core: ^0.0.1
tonik_generate: ^0.0.1
tonik_parse: ^0.0.1
tonik_core: ^0.0.5
tonik_generate: ^0.0.5
tonik_parse: ^0.0.5
yaml: ^3.1.3

dev_dependencies:
Expand Down
8 changes: 0 additions & 8 deletions packages/tonik/pubspec_overrides.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions packages/tonik_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.5

## 0.0.4

- **FEAT**: generate all of classes.
Expand Down
3 changes: 2 additions & 1 deletion packages/tonik_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tonik_core
description: Core data structures and utilities for Tonik.
version: 0.0.4
version: 0.0.5
repository: https://github.com/t-unit/tonik
resolution: workspace

environment:
sdk: ">=3.7.0 <4.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/tonik_generate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.5

## 0.0.4

- **FEAT**: generate all of classes.
Expand Down
2 changes: 1 addition & 1 deletion packages/tonik_generate/lib/src/pubspec_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
collection: ^1.17.0
dio: ^5.8.0+1
meta: ^1.16.0
tonik_util: ^0.0.3
tonik_util: ^0.0.5
''';

pubspecFile.writeAsStringSync(content);
Expand Down
5 changes: 3 additions & 2 deletions packages/tonik_generate/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tonik_generate
description: A code generation package for Tonik.
version: 0.0.4
version: 0.0.5
repository: https://github.com/t-unit/tonik
resolution: workspace

environment:
sdk: ">=3.7.0 <4.0.0"
Expand All @@ -15,7 +16,7 @@ dependencies:
meta: ^1.16.0
path: ^1.9.1
spell_out_numbers: ^1.0.0
tonik_core: ^0.0.1
tonik_core: ^0.0.5

dev_dependencies:
test: ^1.24.0
Expand Down
4 changes: 0 additions & 4 deletions packages/tonik_generate/pubspec_overrides.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions packages/tonik_parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.5

## 0.0.4

- no changes
Expand Down
5 changes: 3 additions & 2 deletions packages/tonik_parse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tonik_parse
description: The parsing module for Tonik.
version: 0.0.4
version: 0.0.5
repository: https://github.com/t-unit/tonik
resolution: workspace

environment:
sdk: ">=3.7.0 <4.0.0"
Expand All @@ -10,7 +11,7 @@ dependencies:
collection: ^1.19.1
json_annotation: ^4.9.0
logging: ^1.3.0
tonik_core: ^0.0.1
tonik_core: ^0.0.5

dev_dependencies:
build_runner: ^2.3.3
Expand Down
4 changes: 0 additions & 4 deletions packages/tonik_parse/pubspec_overrides.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions packages/tonik_util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.5

## 0.0.4

- no changes
Expand Down
3 changes: 2 additions & 1 deletion packages/tonik_util/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: tonik_util
description: Runtime tools for packages generated by Tonik.
version: 0.0.4
version: 0.0.5
repository: https://github.com/t-unit/tonik
resolution: workspace

environment:
sdk: ">=3.7.0 <4.0.0"
Expand Down
Loading