Skip to content

Commit

Permalink
chore: create changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Oct 26, 2024
1 parent bec421d commit e095212
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 6 deletions.
31 changes: 31 additions & 0 deletions .changeset/thin-berries-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
'@cm2ml/scripts': major
'@cm2ml/ml': major
'@cm2ml/bag-of-paths-encoder': major
'@cm2ml/feature-encoder': major
'@cm2ml/graph-encoder': major
'@cm2ml/pattern-miner': major
'@cm2ml/tree-encoder': major
'@cm2ml/builtin': major
'@cm2ml/cli': major
'@cm2ml/cli-adapter': major
'@cm2ml/cm2ml': major
'@cm2ml/deduplicate': major
'@cm2ml/ir': major
'@cm2ml/ir-post-processor': major
'@cm2ml/metamodel': major
'@cm2ml/metamodel-refiner': major
'@cm2ml/plugin': major
'@cm2ml/plugin-adapter': major
'@cm2ml/rest': major
'@cm2ml/rest-adapter': major
'@cm2ml/xmi-parser': major
'kernighan-lin': major
'@cm2ml/uml': major
'prefixspan': major
'@cm2ml/tsconfig': major
'@cm2ml/utils': major
'@cm2ml/visualizer': major
---

initial release
1 change: 1 addition & 0 deletions ml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@cm2ml/ml",
"version": "0.0.0",
"private": true,
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
Expand Down
4 changes: 2 additions & 2 deletions packages/encoder/tf-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"type": "module",
"version": "0.0.0",
"author": {
"name": "Jan Müller",
"name": "Philipp-Lorenz Glaser",
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/borkdominik/CM2ML.git",
"directory": "packages/tf-encoder"
"directory": "packages/encoder/tf-encoder"
},
"bugs": {
"url": "https://github.com/borkdominik/CM2ML/issues"
Expand Down
6 changes: 5 additions & 1 deletion packages/languages/archimate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"url": "https://github.com/plglaser"
},
"license": "MIT",
"repository": "github:borkdominik/CM2ML",
"repository": {
"type": "git",
"url": "git+https://github.com/borkdominik/CM2ML.git",
"directory": "packages/languages/archimate"
},
"bugs": {
"url": "https://github.com/borkdominik/CM2ML/issues"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cm2ml/scripts",
"type": "module",
"version": "0.0.0",
"private": true,
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
Expand Down Expand Up @@ -48,8 +49,5 @@
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-lib": "2.1.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit e095212

Please sign in to comment.