Skip to content

Commit 6ec88e7

Browse files
committed
chore: release v0.1.11
1 parent 7503718 commit 6ec88e7

File tree

11 files changed

+31
-10
lines changed

11 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/stx/compare/v0.1.10...v0.1.11)
3+
4+
### 🧹 Chores
5+
6+
- release v0.1.11 ([a4dc60e](https://github.com/stacksjs/stx/commit/a4dc60e))
7+
- wip ([7503718](https://github.com/stacksjs/stx/commit/7503718))
8+
9+
### Contributors
10+
11+
12+
13+
[Compare changes](https://github.com/stacksjs/stx/compare/v0.1.10...HEAD)
14+
15+
### 🧹 Chores
16+
17+
- wip ([7503718](https://github.com/stacksjs/stx/commit/7503718))
18+
19+
### Contributors
20+
21+
22+
223
[Compare changes](https://github.com/stacksjs/stx/compare/v0.1.9...v0.1.10)
324

425
### 🧹 Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stx",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"private": true,
66
"description": "A fast & powerful UI / templating engine. Laravel Blade-inspired. Powered by Bun.",
77
"author": "Chris Breuer <[email protected]>",

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/benchmarks",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"private": true,
66
"description": "Performance benchmarks comparing @stacksjs/markdown and @stacksjs/sanitizer against competitors",
77
"main": "./src/index.ts",

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-plugin-stx",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "A Bun plugin that allows for using Laravel Blade-like syntax.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacksjs/devtools",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"description": "Development tools for stx templating engine",
66
"main": "src/index.ts",

packages/iconify-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/iconify-core",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "Core utilities for Iconify SVG icons in stx",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/iconify-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/iconify-generator",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "Generator for Iconify icon packages",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/markdown",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "A fast, native Bun-powered markdown parser with frontmatter support. Replaces gray-matter, marked, and yaml.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/sanitizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/sanitizer",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "A fast, native Bun-powered HTML sanitizer with DOMPurify-like features. Protection against XSS and malicious content.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

packages/stx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/stx",
33
"type": "module",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "A performant UI Framework. Powered by Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)