Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 6, 2024
1 parent 7cea1ce commit c17c441
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.0...v0.1.1) (2024-11-06)


### Bug Fixes

* types export in package.json ([#10](https://github.com/nomic-ai/atlas-stories-react/issues/10)) ([7cea1ce](https://github.com/nomic-ai/atlas-stories-react/commit/7cea1ceb875f9d5f5b0871b2790b225e466af395))
* Update package name ([#7](https://github.com/nomic-ai/atlas-stories-react/issues/7)) ([3c21824](https://github.com/nomic-ai/atlas-stories-react/commit/3c2182487100f005ff067d124c9cf5a471bb82a4))

## 0.1.0

Initial creation and release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@nomic-ai/atlas-stories-react",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"module": "./dist/atlas-stories-react.js",
"types": "./dist/lib.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/lib.d.ts",
Expand All @@ -23,8 +25,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^22.9.0",
Expand Down

0 comments on commit c17c441

Please sign in to comment.