Skip to content
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

Fix publishing mess #1362

Merged
merged 2 commits into from
Dec 26, 2023
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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`dynamite` - `v0.1.0`](#dynamite---v010)
- [`dynamite_runtime` - `v0.1.0`](#dynamite_runtime---v010)

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `dynamite` - `v0.1.0`
- `dynamite_runtime` - `v0.1.0`

---

#### `dynamite` - `v0.1.0`

#### `dynamite_runtime` - `v0.1.0`

4 changes: 4 additions & 0 deletions packages/dynamite/dynamite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2 changes: 1 addition & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The helper package used at runtime by code generated with the OpenA
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/dynamite/dynamite
topics:
- OpenAPI
- openapi
- codegen
- build-runner

Expand Down
4 changes: 4 additions & 0 deletions packages/dynamite/dynamite_runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.1.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2 changes: 1 addition & 1 deletion packages/dynamite/dynamite_runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/dynamite/dynamite_runtime
topics:
- OpenAPI
- openapi
- codegen
- build-runner

Expand Down
6 changes: 3 additions & 3 deletions packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Nextcloud API client written in Dart supporting all maintained Ne
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/nextcloud
topics:
- Nextcloud
- OpenAPI
- WebDAV
- nextcloud
- openapi
- webdav

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down