Skip to content

Commit

Permalink
Update versions and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 8, 2024
1 parent 2bef161 commit d333975
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-pans-sit.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/barrelify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# barrelify

## 1.1.11

### Patch Changes

- Updated dependencies [2bef161]
- [email protected]
- [email protected]

## 1.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/barrelify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barrelify",
"version": "1.1.10",
"version": "1.1.11",
"description": "Auto-generate TS barrel files.",
"engines": {
"node": ">=20"
Expand Down
9 changes: 9 additions & 0 deletions apps/nx-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# nx-lifecycle

## 0.0.5

### Patch Changes

- Updated dependencies [2bef161]
- [email protected]
- [email protected]
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-lifecycle",
"version": "0.0.4",
"version": "0.0.5",
"description": "Keep high level nx lifecycle targets in sync",
"engines": {
"node": ">=20"
Expand Down
7 changes: 7 additions & 0 deletions apps/populate-files/load-populate-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# load-populate-files

## 0.0.6

### Patch Changes

- Updated dependencies [2bef161]
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/populate-files/load-populate-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "load-populate-files",
"version": "0.0.5",
"version": "0.0.6",
"description": "Load and dynamically populate file content",
"engines": {
"node": ">=20"
Expand Down
6 changes: 6 additions & 0 deletions apps/populate-files/nx-populate-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nx-populate-files

## 0.0.7

### Patch Changes

- [email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/populate-files/nx-populate-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-populate-files",
"version": "0.0.6",
"version": "0.0.7",
"description": "Nx plugin to dynamically populate file content",
"engines": {
"node": ">=20"
Expand Down
9 changes: 9 additions & 0 deletions tools/default-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.0

### Major Changes

- 2bef161: Stop supporting Node<20

The [current active version](https://nodejs.org/en/about/previous-releases#release-schedule) is 20.
So long as you keep up with NodeJS releases, there are no other breaking changes with this release.

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/default-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default-import",
"version": "1.1.7",
"version": "2.0.0",
"description": "Properly handle CJS imports in ESM.",
"engines": {
"node": ">=20"
Expand Down
7 changes: 7 additions & 0 deletions tools/entry-script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.2

### Patch Changes

- Updated dependencies [2bef161]
- [email protected]

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/entry-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entry-script",
"version": "3.0.1",
"version": "3.0.2",
"description": "Modular control for entry script execution.",
"engines": {
"node": ">=20"
Expand Down
6 changes: 6 additions & 0 deletions tools/haywire-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# haywire-launcher

## 0.1.3

### Patch Changes

- [email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/haywire-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haywire-launcher",
"version": "0.1.2",
"version": "0.1.3",
"description": "Instantiate and execute your script in one line.",
"engines": {
"node": ">=20"
Expand Down

0 comments on commit d333975

Please sign in to comment.