Skip to content

Commit

Permalink
Version Packages (#1167)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

-   08f72e5: Update angular changeset
  • Loading branch information
jmcdo29 authored Oct 7, 2024
2 parents 7121ebd + a925a4a commit 6fb6f56
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-garlics-shave.md

This file was deleted.

25 changes: 17 additions & 8 deletions packages/nest-commander-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nest-commander-schematics

## 3.0.2

### Patch Changes

- 08f72e5: Update angular changeset

## 3.0.1

### Patch Changes
Expand All @@ -10,12 +16,13 @@

### Major Changes

- 1bfc69f: Schematics now create command that extends the CommandRunner abstract class
- 1bfc69f: Schematics now create command that extends the CommandRunner abstract
class

- 799b143: Update @nestjs/schematics to version 9

There should not be "breaking" functionality, but there was a major version change of a dependent
pacakge with no backwards support guaranteed.
There should not be "breaking" functionality, but there was a major version
change of a dependent pacakge with no backwards support guaranteed.

### Patch Changes

Expand All @@ -39,14 +46,16 @@

- ee001cc: Upgrade all Nest dependencies to version 8

WHAT: Upgrade `@nestjs/` dependencies to v8 and RxJS to v7 WHY: To support the latest version of
Nest HOW: upgrading to Nest v8 should be all that's necessary (along with rxjs to v7)
WHAT: Upgrade `@nestjs/` dependencies to v8 and RxJS to v7 WHY: To support the
latest version of Nest HOW: upgrading to Nest v8 should be all that's
necessary (along with rxjs to v7)

## 1.0.0

### Major Changes

- 28cc116: Releases two schematics for the angular and nest CLI's to make use of `command` and
`question`. To use one, you can pass `--collection nest-commander-schematic` to Nest's CLI and
then the schematic name followed by the name of the feature. e.g.
- 28cc116: Releases two schematics for the angular and nest CLI's to make use of
`command` and `question`. To use one, you can pass
`--collection nest-commander-schematic` to Nest's CLI and then the schematic
name followed by the name of the feature. e.g.
`nest g --collection nest-commander-schematics command foo`.
2 changes: 1 addition & 1 deletion packages/nest-commander-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-commander-schematics",
"version": "3.0.1",
"version": "3.0.2",
"description": "A set of schematics for generating questions and commands with the NestJS CLI.",
"scripts": {
"prebuild": "rm -rf dist",
Expand Down

0 comments on commit 6fb6f56

Please sign in to comment.