Skip to content

Commit

Permalink
Add a pubignore so pub knows to publish protobuf files (#2050)
Browse files Browse the repository at this point in the history
Closes #2047
  • Loading branch information
nex3 committed Aug 1, 2023
1 parent 890fc17 commit 8e5e7fc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This should be identical to .gitignore except that it doesn't exclude
# generated protobuf files.

.buildlog
.DS_Store
.idea
.pub/
.dart_tool/
.settings/
.sass-cache/
build/
packages
.packages
pubspec.lock
package-lock.json
/benchmark/source
node_modules/
/doc/api
/pkg/*/doc/api
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 1.64.2
## 1.64.3

### Dart API

* Include protocol buffer definitions when uploading the `sass` package to pub.

## 1.64.2

* No user-visible changes.

## 1.64.1

### Embedded Sass
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.64.2
version: 1.64.3-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down

0 comments on commit 8e5e7fc

Please sign in to comment.