Skip to content

Commit b1de12d

Browse files
authored
chore: version packages
1 parent 8571d70 commit b1de12d

21 files changed

Lines changed: 305 additions & 234 deletions

.changeset/deprecate-unread-optional-fields.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.changeset/geometry-bound-boolean-csg-operand-cycle.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.changeset/geometry-bound-layer-slicing-identity-chase.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changeset/geometry-bound-trimmed-curve-basis-chase.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/geometry-composite-curve-profile-points-and-bounds.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.changeset/wasm-bound-mapped-item-colour-chase.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changeset/wasm-bound-symbolic-item-walk-cycle.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ members = ["rust/core", "rust/geometry", "rust/processing", "rust/clash", "rust/
44
resolver = "2"
55

66
[workspace.package]
7-
version = "5.0.0"
7+
version = "5.0.1"
88
edition = "2021"
99
authors = ["IFC-Lite Contributors"]
1010
license = "MPL-2.0"
1111
repository = "https://github.com/LTplus-AG/ifc-lite"
1212

1313
[workspace.dependencies]
14-
ifc-lite-core = { version = "5.0.0", path = "rust/core" }
15-
ifc-lite-geometry = { version = "5.0.0", path = "rust/geometry" }
16-
ifc-lite-processing = { version = "5.0.0", path = "rust/processing" }
17-
ifc-lite-clash = { version = "5.0.0", path = "rust/clash" }
18-
ifc-lite-export = { version = "5.0.0", path = "rust/export" }
19-
ifc-lite-wasm = { version = "5.0.0", path = "rust/wasm-bindings" }
14+
ifc-lite-core = { version = "5.0.1", path = "rust/core" }
15+
ifc-lite-geometry = { version = "5.0.1", path = "rust/geometry" }
16+
ifc-lite-processing = { version = "5.0.1", path = "rust/processing" }
17+
ifc-lite-clash = { version = "5.0.1", path = "rust/clash" }
18+
ifc-lite-export = { version = "5.0.1", path = "rust/export" }
19+
ifc-lite-wasm = { version = "5.0.1", path = "rust/wasm-bindings" }
2020

2121
# Numeric-safety policy, inherited by every member via `[lints] workspace = true`.
2222
# clippy must not auto-rewrite numeric literals or float comparisons: `.clamp()`,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifc-lite",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "High-performance browser IFC parser & renderer",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)