Skip to content

Commit

Permalink
[cd] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2023
1 parent 9600f46 commit dfab211
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-trainers-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-lamps-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-beans-occur.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/ninety-turtles-invite.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-seals-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-emus-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions config/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# eslint-config-custom

## 0.0.2

### Patch Changes

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

- [#69](https://github.com/modular-rocks/slimfast-turbo/pull/69) [`d3c049a`](https://github.com/modular-rocks/slimfast-turbo/commit/d3c049a43f23a6b3198dea236a5549164e21a617) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Updated Dependencies
2 changes: 1 addition & 1 deletion config/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"main": ".eslintrc.cjs",
"dependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/slimfast-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @modular-rocks/slimfast-node

## 0.1.8

### Patch Changes

- [#64](https://github.com/modular-rocks/slimfast-turbo/pull/64) [`de48573`](https://github.com/modular-rocks/slimfast-turbo/commit/de48573558d5145e987889f61524c1680b25ad9d) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Added JSDocs to `slimfast-node`

- [#71](https://github.com/modular-rocks/slimfast-turbo/pull/71) [`9600f46`](https://github.com/modular-rocks/slimfast-turbo/commit/9600f464bfb4fab0de4507a3d6924ac485467df4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Expanded the type definitions in the `slimfast-node` package.

- [#68](https://github.com/modular-rocks/slimfast-turbo/pull/68) [`90937a1`](https://github.com/modular-rocks/slimfast-turbo/commit/90937a1068469d1223d4d21ffc4b71d72f5ab803) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Added types for constraints

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

- [#69](https://github.com/modular-rocks/slimfast-turbo/pull/69) [`d3c049a`](https://github.com/modular-rocks/slimfast-turbo/commit/d3c049a43f23a6b3198dea236a5549164e21a617) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Updated Dependencies

- [#65](https://github.com/modular-rocks/slimfast-turbo/pull/65) [`97e4b8d`](https://github.com/modular-rocks/slimfast-turbo/commit/97e4b8d35a8e40de843d41af50a84d2c383e76e0) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Completed JSDocs in `slimfast-node`

- Updated dependencies [[`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4), [`d3c049a`](https://github.com/modular-rocks/slimfast-turbo/commit/d3c049a43f23a6b3198dea236a5549164e21a617)]:
- @modular-rocks/traverse-files@0.3.2
- @modular-rocks/workspace-node@0.1.6
- @modular-rocks/slimfast@0.1.6

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slimfast-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-rocks/slimfast-node",
"version": "0.1.7",
"version": "0.1.8",
"description": "Slimfast puts your code base on a diet with automatic modularisation. This is Slimfast for NodeJS",
"main": "./dist/index.js",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/slimfast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modular-rocks/slimfast

## 0.1.6

### Patch Changes

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

- [#69](https://github.com/modular-rocks/slimfast-turbo/pull/69) [`d3c049a`](https://github.com/modular-rocks/slimfast-turbo/commit/d3c049a43f23a6b3198dea236a5549164e21a617) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Updated Dependencies

- Updated dependencies [[`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4)]:
- @modular-rocks/workspace@0.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slimfast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-rocks/slimfast",
"version": "0.1.5",
"version": "0.1.6",
"description": "Slimfast puts your code base on a diet with automatic modularisation. This is the Slimfast base that all language versions can extend from.",
"main": "./dist/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/traverse-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modular-rocks/traverse-files

## 0.3.2

### Patch Changes

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/traverse-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-rocks/traverse-files",
"version": "0.3.1",
"version": "0.3.2",
"description": "Simply traversing files",
"main": "./dist/index.js",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/workspace-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @modular-rocks/workspace-node

## 0.1.6

### Patch Changes

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

- [#69](https://github.com/modular-rocks/slimfast-turbo/pull/69) [`d3c049a`](https://github.com/modular-rocks/slimfast-turbo/commit/d3c049a43f23a6b3198dea236a5549164e21a617) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Updated Dependencies

- Updated dependencies [[`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4)]:
- @modular-rocks/traverse-files@0.3.2
- @modular-rocks/workspace@0.1.6

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-rocks/workspace-node",
"version": "0.1.5",
"version": "0.1.6",
"description": "This is the Workspace for Typescript/Javascript, extending @modular-rocks/workspace specifically for NodeJS.",
"main": "./dist/index.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modular-rocks/workspace

## 0.1.6

### Patch Changes

- [#67](https://github.com/modular-rocks/slimfast-turbo/pull/67) [`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4) Thanks [@antonyfaris](https://github.com/antonyfaris)! - Internal: Refactored imports across all packages and modified eslint rules for better code consistency.

- Updated dependencies [[`f71ecd7`](https://github.com/modular-rocks/slimfast-turbo/commit/f71ecd702553ba853e723efbe351ed1ae36a3ba4)]:
- @modular-rocks/traverse-files@0.3.2

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-rocks/workspace",
"version": "0.1.5",
"version": "0.1.6",
"description": "A workspace for working with virtual codebases",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit dfab211

Please sign in to comment.