diff --git a/packages/abstract-3d/CHANGELOG.md b/packages/abstract-3d/CHANGELOG.md new file mode 100644 index 00000000..4df3cfb6 --- /dev/null +++ b/packages/abstract-3d/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log + +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + +## v0.1.0 - 2024-06-05 + +- Start of changelog. diff --git a/packages/abstract-3d/README.md b/packages/abstract-3d/README.md new file mode 100644 index 00000000..9ed233cd --- /dev/null +++ b/packages/abstract-3d/README.md @@ -0,0 +1,7 @@ +# abstract-3d + +[![npm version][version-image]][version-url] +[![code style: prettier][prettier-image]][prettier-url] +[![MIT license][license-image]][license-url] + +Abstract 3d with 4 renderers, react (three js + react three fiber), svg, stl and dxf diff --git a/packages/abstract-3d/package.json b/packages/abstract-3d/package.json index c71641bf..513d4943 100644 --- a/packages/abstract-3d/package.json +++ b/packages/abstract-3d/package.json @@ -10,6 +10,8 @@ "files": [ "/lib", "/src", + "CHANGELOG.md", + "README.md", "package.json" ], "dependencies": {