Skip to content

Commit 26d4a7a

Browse files
committed
publish v0.23.0
1 parent e208d86 commit 26d4a7a

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.changeset/late-crabs-drop.md

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

CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- update deps ([e208d86](https://github.com/ryanatkn/fuz_code/commit/e208d86))
8+
39
## 0.22.0
410

511
### 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.22.0",
3+
"version": "0.23.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.22.0',
8+
version: '0.23.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.22.0',
103+
version: '0.23.0',
104104
modules: {
105105
'.': {path: 'index.ts', declarations: [{name: 'syntax_styler', kind: 'variable'}]},
106106
'./package.json': {path: 'package.json', declarations: []},

0 commit comments

Comments
 (0)