Skip to content

Commit b9c9cbc

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-09-20) ### Bug Fixes * add a small update to test the CI pipelines ([ff130d6](ff130d6)) * add yarnlock updated ([0b0c252](0b0c252)) * rename example folder ([3b3832c](3b3832c)) * small bump ([f0bcf27](f0bcf27)) * small bump ([5054e3e](5054e3e)) * small bump ([2983400](2983400)) * small bump 2 ([81a4ec7](81a4ec7)) * small update ([c50d846](c50d846))
1 parent 0b0c252 commit b9c9cbc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.0.0 (2022-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* add a small update to test the CI pipelines ([ff130d6](https://github.com/displaykit/responsive_styles/commit/ff130d68ef236f3b4541f606c43342f3e96dec6f))
7+
* add yarnlock updated ([0b0c252](https://github.com/displaykit/responsive_styles/commit/0b0c25215ec8eb7a9e95792ec0d3afc104d2945a))
8+
* rename example folder ([3b3832c](https://github.com/displaykit/responsive_styles/commit/3b3832c4078d3c874c3676c368daf95ff1bc9beb))
9+
* small bump ([f0bcf27](https://github.com/displaykit/responsive_styles/commit/f0bcf27317fcf066cf0e217706d2cbcbdee45175))
10+
* small bump ([5054e3e](https://github.com/displaykit/responsive_styles/commit/5054e3e495e7e777604c50e33500d5f9ba2509f7))
11+
* small bump ([2983400](https://github.com/displaykit/responsive_styles/commit/29834008f95c85add70130cbf1c862718cdb6aba))
12+
* small bump 2 ([81a4ec7](https://github.com/displaykit/responsive_styles/commit/81a4ec7df520ff0babfae01aeedd4c68ef02e6a9))
13+
* small update ([c50d846](https://github.com/displaykit/responsive_styles/commit/c50d8467c2b71118008faae69c30a0d4af87eae6))
14+
115
## [1.10.3](https://github.com/skynexui/responsive_stylesheet/compare/v1.10.2...v1.10.3) (2022-08-12)
216

317

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": "1.10.6",
4+
"version": "1.0.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: 1.10.6
3+
version: 1.0.0
44
homepage: https://github.com/DisplayKit/responsive_styles
55

66
environment:

0 commit comments

Comments
 (0)