Skip to content

Commit

Permalink
Add changeset, and prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Jan 4, 2025
1 parent b9311e6 commit e5c6ea2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@markdown-remark/tests"]
"ignore": ["@markdown-remark/tests", "run-scripts"]
}
7 changes: 7 additions & 0 deletions .changeset/giant-boxes-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@studiocms/markdown-remark": minor
---

Initial Release

This package is heavily inspired by and based on `@astrojs/markdown-remark`. It provides seamless integration with Astro, allowing you to easily parse and transform Markdown content within your Astro projects. The package leverages the power of remark to offer a highly configurable and extensible Markdown parser and transformer.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"pkg-pr-new": "^0.0.39",
"run-scripts": "workspace:*",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
Expand Down
1 change: 0 additions & 1 deletion packages/markdown-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"run-scripts": "workspace:*",
"esbuild": "^0.21.5",
"fast-glob": "^3.3.2",
"mdast-util-mdx-expression": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit e5c6ea2

Please sign in to comment.