@deephaven/stylelint-config 0.75.2-beta.3 → 0.76.1-alpha-optimize-selection-get-key.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.76.0](https://github.com/deephaven/web-client-ui/compare/v0.75.1...v0.76.0) (2024-05-03)
7
+
8
+ **Note:** Version bump only for package @deephaven/stylelint-config
9
+
6
10
  # [0.75.0](https://github.com/deephaven/web-client-ui/compare/v0.74.0...v0.75.0) (2024-05-01)
7
11
 
8
12
  **Note:** Version bump only for package @deephaven/stylelint-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/stylelint-config",
3
- "version": "0.75.2-beta.3+c3ea8670",
3
+ "version": "0.76.1-alpha-optimize-selection-get-key.0+decb5780",
4
4
  "description": "Deephaven Stylelint configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,5 +19,5 @@
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
- "gitHead": "c3ea86709f0a184065dd346d71d6525ed881e465"
22
+ "gitHead": "decb578035ab69da9d887b345140a4ecabdf2690"
23
23
  }