Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 26, 2023
1 parent 6f65568 commit 951b1a2
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 34 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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:

- [`nextcloud` - `v4.0.0`](#nextcloud---v400)

Packages with other changes:

- There are no other changes in this release.

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

- `nextcloud` - `v4.0.0`

---

#### `nextcloud` - `v4.0.0`


## 2023-12-26

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ packages:
path: "../nextcloud"
relative: true
source: path
version: "4.0.0-dev.0"
version: "4.0.0"
open_file:
dependency: transitive
description:
Expand Down
5 changes: 1 addition & 4 deletions packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ dev_dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_lints
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
shared_preferences: any
vector_graphics_compiler: any

Expand Down
5 changes: 1 addition & 4 deletions packages/neon/neon_dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
rxdart: ^0.27.0

dev_dependencies:
Expand Down
5 changes: 1 addition & 4 deletions packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
open_file: ^3.0.0
path: ^1.0.0
path_provider: ^2.0.0
Expand Down
5 changes: 1 addition & 4 deletions packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
rxdart: ^0.27.0
share_plus: ^7.0.0
url_launcher: ^6.0.0
Expand Down
5 changes: 1 addition & 4 deletions packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
queue: ^3.0.0
rxdart: ^0.27.0
url_launcher: ^6.0.0
Expand Down
5 changes: 1 addition & 4 deletions packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
rxdart: ^0.27.0

dev_dependencies:
Expand Down
5 changes: 1 addition & 4 deletions packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ dependencies:
intl: ^0.18.0
json_annotation: ^4.8.1
meta: ^1.0.0
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
package_info_plus: ^5.0.1
path: ^1.0.0
path_provider: ^2.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/nextcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 4.0.0

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

2 changes: 1 addition & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nextcloud
version: 4.0.0-dev.0
version: 4.0.0
description: A Nextcloud API client written in Dart supporting all maintained Nextcloud server versions.
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/nextcloud
Expand Down
5 changes: 1 addition & 4 deletions packages/nextcloud_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ dependencies:
dynamite_runtime: ^0.1.0
meta: ^1.0.0
mocktail: ^1.0.0
nextcloud:
git:
url: https://github.com/nextcloud/neon
path: packages/nextcloud
nextcloud: ^4.0.0
process_run: ^0.13.0
test: ^1.24.0
test_api: ^0.6.0
Expand Down

0 comments on commit 951b1a2

Please sign in to comment.