Skip to content

Commit e244716

Browse files
authored
Merge pull request #3 from EfrainRodriguez/changeset-release/master
chore: version packages
2 parents b33711a + 1ff9b48 commit e244716

13 files changed

Lines changed: 71 additions & 16 deletions

File tree

.changeset/pink-cars-crash.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @step-nc/express-dictionary
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 49a033f: Initial public release of the @step-nc STEP/STEP-NC toolchain: EXPRESS parsing, schema dictionaries, Part 21 parse/read/write, and instance runtime.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [49a033f]
12+
- @step-nc/express-parser@1.0.0

packages/express-dictionary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@step-nc/express-dictionary",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Extract schema from EXPRESS AST and build in-memory entity instances",
55
"author": "Efrain Rodriguez",
66
"license": "MIT",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @step-nc/express-parser
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 49a033f: Initial public release of the @step-nc STEP/STEP-NC toolchain: EXPRESS parsing, schema dictionaries, Part 21 parse/read/write, and instance runtime.

packages/express-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@step-nc/express-parser",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "An open-source, extensible, and runtime-friendly Javascript/Typescript library for handling STEP and STEP-NC models.",
55
"author": "Efrain Rodriguez",
66
"contributors": [

packages/p21-parser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @step-nc/p21-parser
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 49a033f: Initial public release of the @step-nc STEP/STEP-NC toolchain: EXPRESS parsing, schema dictionaries, Part 21 parse/read/write, and instance runtime.

packages/p21-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@step-nc/p21-parser",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Zero-dependency TypeScript parser for ISO 10303-21 (STEP Part 21) exchange structure files.",
55
"author": "Efrain Rodriguez",
66
"contributors": [

packages/p21-reader/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @step-nc/p21-reader
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 49a033f: Initial public release of the @step-nc STEP/STEP-NC toolchain: EXPRESS parsing, schema dictionaries, Part 21 parse/read/write, and instance runtime.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [49a033f]
12+
- @step-nc/express-dictionary@1.0.0
13+
- @step-nc/step-factory@1.0.0
14+
- @step-nc/p21-parser@1.0.0

packages/p21-reader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@step-nc/p21-reader",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Reader for ISO-10303-21 (Part 21) files — load P21 data into a StepModel using an EXPRESS schema",
55
"author": "Efrain Rodriguez",
66
"contributors": [

packages/p21-writer/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @step-nc/p21-writer
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 49a033f: Initial public release of the @step-nc STEP/STEP-NC toolchain: EXPRESS parsing, schema dictionaries, Part 21 parse/read/write, and instance runtime.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [49a033f]
12+
- @step-nc/express-dictionary@1.0.0
13+
- @step-nc/step-factory@1.0.0

0 commit comments

Comments
 (0)