Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/stupid-pumas-sneeze.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/young-paws-run.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/markdown-remark-processor-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @studiocms/markdown-remark-processor-web

## 1.0.0

### Major Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - First Major Release

Package has been divided into multiple smaller packages:

- `@studiocms/markdown-remark`: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.
- `@studiocms/markdown-remark-processor`: The Main markdown processor for `@studiocms/markdown-remark`.
- `@studiocms/markdown-remark-processor-web`: A Client side browser-first version of our main processor.

### Minor Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Add support for Discord subtext `-#` syntax using custom remark plugin
2 changes: 1 addition & 1 deletion packages/markdown-remark-processor-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiocms/markdown-remark-processor-web",
"version": "0.3.1",
"version": "1.0.0",
"type": "module",
"author": "studiocms",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/markdown-remark-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @studiocms/markdown-remark-processor

## 1.0.0

### Major Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - First Major Release

Package has been divided into multiple smaller packages:

- `@studiocms/markdown-remark`: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.
- `@studiocms/markdown-remark-processor`: The Main markdown processor for `@studiocms/markdown-remark`.
- `@studiocms/markdown-remark-processor-web`: A Client side browser-first version of our main processor.

### Minor Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Add support for Discord subtext `-#` syntax using custom remark plugin
2 changes: 1 addition & 1 deletion packages/markdown-remark-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiocms/markdown-remark-processor",
"version": "0.3.1",
"version": "1.0.0",
"type": "module",
"author": "studiocms",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions packages/markdown-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @studiocms/markdown-remark

## 1.0.0

### Major Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - First Major Release

Package has been divided into multiple smaller packages:

- `@studiocms/markdown-remark`: The Primary Astro integration that includes the underlying processor as well as custom functionality to allow custom markdown rendering pipelines.
- `@studiocms/markdown-remark-processor`: The Main markdown processor for `@studiocms/markdown-remark`.
- `@studiocms/markdown-remark-processor-web`: A Client side browser-first version of our main processor.

### Minor Changes

- [#15](https://github.com/withstudiocms/markdown-remark/pull/15) [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Add support for Discord subtext `-#` syntax using custom remark plugin

### Patch Changes

- Updated dependencies [[`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009), [`ab0142b`](https://github.com/withstudiocms/markdown-remark/commit/ab0142bc28ba51de5884c0f6ee0d655400532009)]:
- @studiocms/[email protected]

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiocms/markdown-remark",
"version": "0.3.1",
"version": "1.0.0",
"type": "module",
"author": "studiocms",
"license": "MIT",
Expand Down
Loading