Skip to content

chore(release): Publish packages #2

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
18 changes: 9 additions & 9 deletions .test-results.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{"protocolVersion":"0.1.1","runnerVersion":"1.25.15","pid":2142,"type":"start","time":0}
{"protocolVersion":"0.1.1","runnerVersion":"1.25.15","pid":2119,"type":"start","time":0}
{"suite":{"id":0,"platform":"vm","path":"test/example_test.dart"},"type":"suite","time":0}
{"test":{"id":1,"name":"loading test/example_test.dart","suiteID":0,"groupIDs":[],"metadata":{"skip":false,"skipReason":null},"line":null,"column":null,"url":null},"type":"testStart","time":42}
{"count":1,"time":52,"type":"allSuites"}
{"testID":1,"result":"success","skipped":false,"hidden":true,"type":"testDone","time":771}
{"group":{"id":2,"suiteID":0,"parentID":null,"name":"","metadata":{"skip":false,"skipReason":null},"testCount":1,"line":null,"column":null,"url":null},"type":"group","time":774}
{"group":{"id":3,"suiteID":0,"parentID":2,"name":"A group of tests","metadata":{"skip":false,"skipReason":null},"testCount":1,"line":4,"column":3,"url":"file:///home/runner/work/getsecure-dart/getsecure-dart/test/example_test.dart"},"type":"group","time":776}
{"test":{"id":4,"name":"A group of tests First Test","suiteID":0,"groupIDs":[2,3],"metadata":{"skip":false,"skipReason":null},"line":11,"column":5,"url":"file:///home/runner/work/getsecure-dart/getsecure-dart/test/example_test.dart"},"type":"testStart","time":776}
{"testID":4,"result":"success","skipped":false,"hidden":false,"type":"testDone","time":793}
{"success":true,"type":"done","time":809}
{"test":{"id":1,"name":"loading test/example_test.dart","suiteID":0,"groupIDs":[],"metadata":{"skip":false,"skipReason":null},"line":null,"column":null,"url":null},"type":"testStart","time":33}
{"count":1,"time":42,"type":"allSuites"}
{"testID":1,"result":"success","skipped":false,"hidden":true,"type":"testDone","time":747}
{"group":{"id":2,"suiteID":0,"parentID":null,"name":"","metadata":{"skip":false,"skipReason":null},"testCount":1,"line":null,"column":null,"url":null},"type":"group","time":751}
{"group":{"id":3,"suiteID":0,"parentID":2,"name":"A group of tests","metadata":{"skip":false,"skipReason":null},"testCount":1,"line":4,"column":3,"url":"file:///home/runner/work/getsecure-dart/getsecure-dart/test/example_test.dart"},"type":"group","time":752}
{"test":{"id":4,"name":"A group of tests First Test","suiteID":0,"groupIDs":[2,3],"metadata":{"skip":false,"skipReason":null},"line":11,"column":5,"url":"file:///home/runner/work/getsecure-dart/getsecure-dart/test/example_test.dart"},"type":"testStart","time":752}
{"testID":4,"result":"success","skipped":false,"hidden":false,"type":"testDone","time":771}
{"success":true,"type":"done","time":784}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-03-24

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`getsecure` - `v1.2.0`](#getsecure---v120)

---

#### `getsecure` - `v1.2.0`

- **FIX**: use ptoken.
- **FIX**: bump version.
- **FIX**: add changelog.
- **FIX**: prepare for publishing.
- **FEAT**: Update CHANGELOG.md.
- **FEAT**: update.
- **FEAT**: update.
- **FEAT**: release pipeline.
- **FEAT**: init.

## 1.2.0

- **FIX**: use ptoken.
- **FIX**: bump version.
- **FIX**: add changelog.
- **FIX**: prepare for publishing.
- **FEAT**: Update CHANGELOG.md.
- **FEAT**: update.
- **FEAT**: update.
- **FEAT**: release pipeline.
- **FEAT**: init.


## 2025-03-24

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: getsecure
description: Secure links for limited time access with simple md5 hash. Generate time-limited URLs with hash-based protection.
version: 1.1.0
version: 1.2.0
repository: https://github.com/TestOrganizationPleaseIgnore/getsecure-dart
homepage: https://github.com/TestOrganizationPleaseIgnore/getsecure-dart
documentation: https://github.com/TestOrganizationPleaseIgnore/getsecure-dart/blob/main/README.md
Expand Down