Skip to content

Commit a2b2aa1

Browse files
committed
Prepare for release 1.1.1.
1 parent a8bd6e2 commit a2b2aa1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.1.1
5+
-----
6+
7+
_2023-03-08_
8+
9+
* **Fix**: Use `setEnabledByDefault(false)` instead of `IGNORE` in `ComposeM2Api`. This is what we intended before, too, but didn't realize there was a dedicated API for it. Note that this changes configuration slightly as you must now explicitly enable the rule too and not just the severity. See the docs: https://slackhq.github.io/compose-lints/rules/#use-material-3.
10+
411
1.1.0
512
-----
613

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ POM_DEVELOPER_ID=slackhq
2525
POM_DEVELOPER_NAME=Salesforce, Inc.
2626
POM_DEVELOPER_URL=https://github.com/slackhq
2727
POM_INCEPTION_YEAR=2023
28-
VERSION_NAME=1.2.0-SNAPSHOT
28+
VERSION_NAME=1.1.1

0 commit comments

Comments
 (0)