Skip to content

Commit 25e799e

Browse files
chore(main): release 0.1.4 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3230b1c commit 25e799e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.3"
2+
".": "0.1.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.4](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.3...v0.1.4) (2024-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add prepare script to build for npm ([#16](https://github.com/nomic-ai/atlas-stories-react/issues/16)) ([3230b1c](https://github.com/nomic-ai/atlas-stories-react/commit/3230b1c118abcfb21de1d7513293ee56cf32417a))
9+
310
## [0.1.3](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.2...v0.1.3) (2024-11-07)
411

512

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomic-ai/atlas-stories-react",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"types": "./dist/lib.d.ts",
66
"module": "./dist/atlas-stories-react.js",

0 commit comments

Comments
 (0)