Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and altano committed Oct 27, 2024
1 parent e872ffd commit 2d49598
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-schools-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-lamps-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-bananas-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-carpets-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-shirts-bow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/html-cdnify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @altano/html-cdnify

## 3.0.2

### Patch Changes

- 6a7f8c8: minor change to improve code test coverage

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html-cdnify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/html-cdnify",
"version": "3.0.1",
"version": "3.0.2",
"description": "Transform the relative URLs in your HTML markup (e.g. scripts, stylesheets, images) to use your CDN URL.",
"keywords": [
"cdn",
Expand Down
11 changes: 11 additions & 0 deletions packages/remark-mdx-toc-with-slugs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @altano/remark-mdx-toc-with-slugs

## 3.0.0

### Major Changes

- f649866: use fork of remark-mdx-toc (`remark-mdx-toc` => `@altano/remark-mdx-toc`) and upgrade all unified.js/mdx packages.

### Patch Changes

- Updated dependencies [f649866]
- @altano/remark-mdx-toc@0.0.1

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx-toc-with-slugs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/remark-mdx-toc-with-slugs",
"version": "2.0.1",
"version": "3.0.0",
"description": "A remark plugin to generate a table of contents (including slugs) and convert it into MDX export",
"keywords": [
"mdx",
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-mdx-toc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @altano/remark-mdx-toc

## 0.0.1

### Patch Changes

- f649866: Create fork of remark-mdx-toc (`remark-mdx-toc` => `@altano/remark-mdx-toc`). `unified` v11 came with a lot of breaking changes and the ecosystem is mostly slowly catching up, but some plugins have not been updated. `remark-mdx-toc` hasn't been updated so let's just pull it into this repo and clean it up.
2 changes: 1 addition & 1 deletion packages/remark-mdx-toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/remark-mdx-toc",
"version": "0.0.0",
"version": "0.0.1",
"description": "A remark plugin to generate toc and convert it into MDX export",
"keywords": [
"mdx",
Expand Down
7 changes: 7 additions & 0 deletions packages/use-toc-visible-sections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @altano/use-toc-visible-sections

## 2.0.1

### Patch Changes

- Updated dependencies [e872ffd]
- @altano/use-visible-elements@2.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-toc-visible-sections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/use-toc-visible-sections",
"version": "2.0.0",
"version": "2.0.1",
"description": "Intersection-Observer-based Table of Contents Scroll Spy React Hook",
"homepage": "https://github.com/altano/npm-packages/tree/main/packages/use-toc-visible-sections",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/use-visible-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @altano/use-visible-elements

## 2.0.1

### Patch Changes

- e872ffd: upgrading dependencies
- @altano/use-element-observer@2.0.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-visible-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/use-visible-elements",
"version": "2.0.0",
"version": "2.0.1",
"description": "Intersection-Observer-based Scroll Spy React Hook",
"homepage": "https://github.com/altano/npm-packages/tree/main/packages/use-visible-elements",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vitest-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @altano/vitest-plugins

## 0.2.0

### Minor Changes

- e936f78: removed sideEffects:true from package.json

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/vitest-plugins",
"version": "0.1.1",
"version": "0.2.0",
"description": "Custom matchers and snapshot serializers to enhance vitest",
"homepage": "https://github.com/altano/npm-packages/tree/main/packages/vitest-plugins",
"repository": {
Expand Down

0 comments on commit 2d49598

Please sign in to comment.