Skip to content

Commit ad480f6

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2022-11-27) ### Bug Fixes * remove exposed internal variable on width ([#4](#4)) ([7ee4fa2](7ee4fa2))
1 parent 7ee4fa2 commit ad480f6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

package/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/displaykit/responsive_styles/compare/v2.3.0...v2.3.1) (2022-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* remove exposed internal variable on width ([#4](https://github.com/displaykit/responsive_styles/issues/4)) ([7ee4fa2](https://github.com/displaykit/responsive_styles/commit/7ee4fa276c3a627555718bc4e0f0ac19f3179547))
7+
18
# [2.3.0](https://github.com/displaykit/responsive_styles/compare/v2.2.3...v2.3.0) (2022-10-17)
29

310

package/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.3.0",
4+
"version": "2.3.1",
55
"license": "MIT",
66
"private": false,
77
"types": "dist/index.d.ts",

package/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.3.0
3+
version: 2.3.1
44
homepage: https://github.com/DisplayKit/responsive_styles
55

66
environment:

0 commit comments

Comments
 (0)