Skip to content

Commit 83d3dd9

Browse files
Version package (#720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 434fcc3 commit 83d3dd9

5 files changed

+43
-48
lines changed

.changeset/lucky-rocks-scream.md

-37
This file was deleted.

.changeset/quiet-moose-tickle.md

-5
This file was deleted.

.changeset/yellow-ears-bathe.md

-5
This file was deleted.

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @crowdstrike/glide-core
22

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- [#719](https://github.com/CrowdStrike/glide-core/pull/719) [`eba8d56`](https://github.com/CrowdStrike/glide-core/commit/eba8d56ab7acdc503eb4b3d33e3195d8bf76c929) Thanks [@ynotdraw](https://github.com/ynotdraw)! - `@crowdstrike/glide-core/styles/variables.css` has been updated with the latest from Figma:
8+
9+
## Dark
10+
11+
### Added
12+
13+
```diff
14+
+ --glide-core-icon-empty-state: #db4743;
15+
+ --glide-core-surface-empty-state: #ff3b3014;
16+
+ --glide-core-text-syntax-aliases: #095341;
17+
+ --glide-core-text-syntax-fields: #7c1faa;
18+
+ --glide-core-text-syntax-formatting: #212121;
19+
+ --glide-core-text-syntax-function: #ff2893;
20+
+ --glide-core-text-syntax-literals: #794d0c;
21+
+ --glide-core-text-syntax-object: #c8095e;
22+
+ --glide-core-text-syntax-operator: #1b51b5;
23+
```
24+
25+
## Light
26+
27+
### Added
28+
29+
```diff
30+
+ --glide-core-icon-empty-state: #db2d24;
31+
+ --glide-core-surface-empty-state: #ff3b3014;
32+
+ --glide-core-text-syntax-aliases: #095341;
33+
+ --glide-core-text-syntax-fields: #7c1faa;
34+
+ --glide-core-text-syntax-formatting: #212121;
35+
+ --glide-core-text-syntax-function: #ff2893;
36+
+ --glide-core-text-syntax-literals: #794d0c;
37+
+ --glide-core-text-syntax-object: #c8095e;
38+
+ --glide-core-text-syntax-operator: #1b51b5;
39+
```
40+
41+
- [#721](https://github.com/CrowdStrike/glide-core/pull/721) [`434fcc3`](https://github.com/CrowdStrike/glide-core/commit/434fcc31c370b0db88a8b49d0189235b57acf02d) Thanks [@clintcs](https://github.com/clintcs)! - Tab Groups can now be nested.
42+
43+
- [#718](https://github.com/CrowdStrike/glide-core/pull/718) [`4ed59e1`](https://github.com/CrowdStrike/glide-core/commit/4ed59e1adf5db3e85cfc2bf2ea1b227d96db70c4) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Components are no longer stuck in light mode.
44+
345
## 0.20.0
446

547
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdstrike/glide-core",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "A Web Component design system",
55
"author": "CrowdStrike UX Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)