Skip to content

Commit

Permalink
ignore pubdev fails, cannot be published otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed May 27, 2021
1 parent bda4be4 commit d09a1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/sodium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Added missing `@internal` on some internal classes

## [0.2.0] - 2021-05-27
### Added
- Added the beforenm/afternm variants of crypto_box
### Changed
- Removed sender/recipient prefixes from publicKey/secretKey parameters of Box
### Fixed
- Added missing `@internal` on some internal classes

## [0.1.5] - 2021-05-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/sodium/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
ffi: ^1.1.1
freezed_annotation: ^0.14.2
js: ^0.6.3
meta: 1.3.0 # require 1.3.0, as 1.4.0 has problems with pub.dev
meta: ^1.4.0

dev_dependencies:
build_runner: ^2.0.4
Expand Down

0 comments on commit d09a1bf

Please sign in to comment.