q2-tecton-theme 1.62.6 → 1.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [1.63.1](https://gitlab.com/q2e/development/tecton/tecton/compare/v1.63.0...v1.63.1) (2026-01-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package q2-tecton-theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "q2-tecton-theme",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.63.1",
|
|
4
4
|
"description": "Base tecton theme css and styling utilities",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Q2 Tecton Team",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"rollup-plugin-serve": "^2.0.3",
|
|
26
26
|
"sass": "^1.62.1"
|
|
27
27
|
},
|
|
28
|
-
"packageManager": "pnpm@10.
|
|
29
|
-
"gitHead": "
|
|
28
|
+
"packageManager": "pnpm@10.27.0",
|
|
29
|
+
"gitHead": "b2567efcf9c475164d112e41767b8bbf0a5997c0"
|
|
30
30
|
}
|