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 Apr 8, 2024
1 parent 510049d commit 667f6c4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-tips-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-rivers-search.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/repository-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @altano/repository-tools

## 0.0.2

### Patch Changes

- f2dda42: initial release
2 changes: 1 addition & 1 deletion packages/repository-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altano/repository-tools",
"version": "0.0.1",
"version": "0.0.2",
"description": "Misc tools for dealing with repositories of multiple version control systems (git, svn, etc)",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
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.1.0

### Minor Changes

- f2dda42: new filesystem matchers

## 0.0.2

### 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.0.2",
"version": "0.1.0",
"description": "Custom matchers and snapshot serializers to enhance vitest",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 667f6c4

Please sign in to comment.