Skip to content

Commit

Permalink
Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SWM-github-serviceaccount committed Jun 11, 2024
1 parent 7caffc5 commit 10b5599
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 31 deletions.
24 changes: 0 additions & 24 deletions .changeset/shiny-boats-think.md

This file was deleted.

19 changes: 19 additions & 0 deletions apps/nx-esbuild-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# nx-esbuild-e2e

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-esbuild-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-esbuild-e2e",
"version": "0.1.0",
"version": "1.0.0",
"main": "dist/index.js",
"private": true,
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions apps/nx-vite-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# nx-vite-e2e

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-vite-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-vite-e2e",
"version": "0.2.0",
"version": "1.0.0",
"main": "dist/index.js",
"private": true,
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions apps/typescript-project-references-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# typescript-project-references-e2e

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/typescript-project-references-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-project-references-e2e",
"version": "0.1.0",
"version": "1.0.0",
"main": "dist/index.js",
"private": true,
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions libs/nx-esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @wanews/nx-esbuild

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.26.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wanews/nx-esbuild",
"version": "0.26.1",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/sevenwestmedia-labs/nx-plugins",
"author": "Seven West Media WA",
Expand Down
19 changes: 19 additions & 0 deletions libs/nx-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @wanews/nx-vite

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wanews/nx-vite",
"version": "0.11.0",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/sevenwestmedia-labs/nx-plugins",
"author": "Seven West Media WA",
Expand Down
19 changes: 19 additions & 0 deletions libs/pulumi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @wanews/nx-pulumi

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/pulumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wanews/nx-pulumi",
"version": "0.28.0",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/sevenwestmedia-labs/nx-plugins",
"author": "Seven West Media WA",
Expand Down
19 changes: 19 additions & 0 deletions libs/typescript-project-references/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @wanews/nx-typescript-project-references

## 1.0.0

### Major Changes

- [#103](https://github.com/sevenwestmedia-labs/nx-plugins/pull/103) [`7caffc514de2ff148d7b83761c5b053e42f9e97b`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/7caffc514de2ff148d7b83761c5b053e42f9e97b) Thanks [@DownUndaDev](https://github.com/DownUndaDev)! - Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18.
This update has only been tested on Node 18 but may work on node versions higher.

NOTE: In order to run these changes you must bring your project up to date with:
@nx ^ 19.2.x
@typescript-eslint/eslint-plugin ^ 7.12.x
@typescript-eslint/parser ^ 7.12.x
esbuild ^ 0.16.x
eslint ^ 8.57.x
jest ^ 29.7.x
nx ^ 19.2.x
tslib ^ 2.6.x
typescript ^ 5.4.x
typescript-json-schema ^ 0.63.x

## 0.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/typescript-project-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wanews/nx-typescript-project-references",
"version": "0.21.0",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/sevenwestmedia-labs/nx-plugins",
"author": "Seven West Media WA",
Expand Down

0 comments on commit 10b5599

Please sign in to comment.