Skip to content

Commit f0729a6

Browse files
committed
v1.6.20
1 parent de2c5bf commit f0729a6

File tree

12 files changed

+21
-12
lines changed

12 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
# Changelog (05/07/2024)
1+
# Changelog (22/08/2025)
22

33
Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation.
44

5+
### v1.6.20
6+
7+
* **🚧 chore(test):** remove node16 support - [[de2c5bf](https://github.com/Novout/ununuracss/commit/de2c5bf)]
8+
* **🔧 fix:** shim for tsup build - [[450fd33](https://github.com/Novout/ununuracss/commit/450fd33)]
9+
* **🔧 fix:** augment `vue` rather than `@vue/runtime-core` - [[dbfd8fb](https://github.com/Novout/ununuracss/commit/dbfd8fb)]
10+
11+
### v1.6.19
12+
13+
514
### v1.6.18
615

716
* **🚧 chore:** deps - [[551d8f9](https://github.com/Novout/ununuracss/commit/551d8f9)]

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "pnpm",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
44
"useWorkspaces": true,
5-
"version": "1.6.19"
5+
"version": "1.6.20"
66
}

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-ununura",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "A Atomic CSS Engine Integration for Astro.",
55
"author": "Novout",
66
"license": "MIT",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-config",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Atomic CSS Engine.",
55
"author": "Novout",
66
"license": "MIT",

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-engine",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Atomic CSS Engine.",
55
"author": "Novout",
66
"license": "MIT",

packages/font-stacks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-font-stacks",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Font-Stack collection based in .",
55
"author": "Novout",
66
"license": "MIT",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ununura",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Atomic CSS Engine for Nuxt3",
55
"author": "Novout",
66
"license": "MIT",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-runtime",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "A runtime for UnunuraCSS.",
55
"author": "Novout",
66
"license": "MIT",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-shared",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Atomic CSS Engine.",
55
"author": "Novout",
66
"license": "MIT",

packages/style-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ununura-style-tailwindcss",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "TailwindCSS Style for UnunuraCSS.",
55
"author": "Novout",
66
"license": "MIT",

0 commit comments

Comments
 (0)