Skip to content

Commit abe1cb9

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2022-10-09) ### Features * add extension on build context ([#1](#1)) ([a63b914](a63b914))
1 parent a63b914 commit abe1cb9

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/displaykit/responsive_styles/compare/v2.0.2...v2.1.0) (2022-10-09)
2+
3+
4+
### Features
5+
6+
* add extension on build context ([#1](https://github.com/displaykit/responsive_styles/issues/1)) ([a63b914](https://github.com/displaykit/responsive_styles/commit/a63b914d07360d296cdbb02c2b33c7439a0c5618))
7+
18
## [2.0.2](https://github.com/displaykit/responsive_styles/compare/v2.0.1...v2.0.2) (2022-09-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@displaykit/responsive_styles",
33
"description": "You don't need to be worried just because you have to support multiple screens 📺 🖥 💻 📱",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"private": false,
77
"types": "dist/index.d.ts",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: responsive_styles
22
description: You don't need to be worried just because you have to support multiple screens
3-
version: 2.0.2
3+
version: 2.1.0
44
homepage: https://github.com/DisplayKit/responsive_styles
55

66
environment:

0 commit comments

Comments
 (0)