Skip to content

Commit 884fff4

Browse files
committed
publish v0.24.0
1 parent 5829701 commit 884fff4

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.changeset/angry-months-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-planes-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @ryanatkn/fuz_code
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- bump [email protected] from 22.11 ([105db95](https://github.com/ryanatkn/fuz_code/commit/105db95))
8+
9+
### Patch Changes
10+
11+
- fix: stop clobbering `pre_attrs.class` on `Code` ([5829701](https://github.com/ryanatkn/fuz_code/commit/5829701))
12+
313
## 0.23.0
414

515
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryanatkn/fuz_code",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "syntax styling utilities and components for TypeScript, Svelte, SvelteKit",
55
"glyph": "🎨",
66
"logo": "logo.svg",

src/routes/package.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {Src_Json} from '@ryanatkn/gro/src_json.js';
55

66
export const package_json = {
77
name: '@ryanatkn/fuz_code',
8-
version: '0.23.0',
8+
version: '0.24.0',
99
description: 'syntax styling utilities and components for TypeScript, Svelte, SvelteKit',
1010
glyph: '🎨',
1111
logo: 'logo.svg',
@@ -100,7 +100,7 @@ export const package_json = {
100100

101101
export const src_json = {
102102
name: '@ryanatkn/fuz_code',
103-
version: '0.23.0',
103+
version: '0.24.0',
104104
modules: {
105105
'.': {path: 'index.ts', declarations: [{name: 'syntax_styler', kind: 'variable'}]},
106106
'./package.json': {path: 'package.json', declarations: [{name: 'default', kind: 'json'}]},

0 commit comments

Comments
 (0)