We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7d04d commit e28b851Copy full SHA for e28b851
web/components/CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.2.0 (2024-06-28)
2
+
3
4
+### 🚀 Features
5
6
+- **other:** add nx plugin for python integration and setup python release workflow
7
8
9
+### ❤️ Thank You
10
11
+- Michael Loipführer
12
13
## 0.1.2 (2024-06-28)
14
15
This was a version bump only for components to align it with other projects, there were no code changes.
web/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@sftkit/components",
- "version": "0.1.2",
+ "version": "0.2.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
0 commit comments