Skip to content

Commit e8f70e7

Browse files
committed
@fluent/sequence 0.4.0
1 parent ce3e363 commit e8f70e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fluent-sequence/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## @fluent/sequence 0.4.0 (July 25, 2019)
4+
5+
- Rename the peer dependency to `@fluent/bundle`.
6+
37
## @fluent/sequence 0.3.0 (July 25, 2019)
48

59
- Rename `fluent-sequence` to `@fluent/sequence`.

fluent-sequence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/sequence",
33
"description": "Manage ordered sequences of FluentBundles",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",
@@ -35,6 +35,6 @@
3535
"cached-iterable": "^0.2.1"
3636
},
3737
"peerDependencies": {
38-
"fluent": ">= 0.4.0"
38+
"@fluent/bundle": ">= 0.13.0"
3939
}
4040
}

0 commit comments

Comments
 (0)