Skip to content

Commit

Permalink
chore: version all packages (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong authored Dec 11, 2024
1 parent 9895235 commit 04603c7
Show file tree
Hide file tree
Showing 93 changed files with 436 additions and 324 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-astro": "^0.31.4",
"glob": "^10.1.0",
"netlify-plugin-csp-generator": "^1.6.1",
"onerepo": "1.1.2",
"onerepo": "1.2.0",
"postcss": "^8.4.49",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/core/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A helper command to enable you to _install_ global access to your oneRepo CLI. T
## Commands

{/* start-auto-generated-from-cli-install */}
{/* @generated SignedSource<<aedbb83771ad0a65b1ed7ac8b3a738fb>> */}
{/* @generated SignedSource<<a86beedddcd091a776c45aee21d2eac7>> */}

### `one install`

Expand All @@ -22,7 +22,7 @@ one install [options...]
| ------------ | ---------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `--force` | `boolean` | Force installation regardless of pre-existing command. |
| `--location` | `string` | Install location for the binary. Default location is chosen as default option for usr/bin dependent on the OS type. |
| `--version` | `string`, default: `"1.1.2"` | Version of oneRepo to install. Defaults to the current version. |
| `--version` | `string`, default: `"1.2.0"` | Version of oneRepo to install. Defaults to the current version. |

<details>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/docgen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: Documentation generation
description: Official plugin for generating documentation in the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 1.0.0
version: 1.0.1
stability: stable
---

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/plugins/docgen/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following content is auto-generated using the [official documentation plugin
:::

{/* start-auto-generated-from-cli */}
{/* @generated SignedSource<<b42b8995c9622b5a0b5f0fbbf7446869>> */}
{/* @generated SignedSource<<b3f430c5528e96c831949af0506249ae>> */}

## `one`

Expand Down Expand Up @@ -749,7 +749,7 @@ one install [options...]
| ------------ | ---------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `--force` | `boolean` | Force installation regardless of pre-existing command. |
| `--location` | `string` | Install location for the binary. Default location is chosen as default option for usr/bin dependent on the OS type. |
| `--version` | `string`, default: `"1.1.2"` | Version of oneRepo to install. Defaults to the current version. |
| `--version` | `string`, default: `"1.2.0"` | Version of oneRepo to install. Defaults to the current version. |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/eslint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: ESLint
description: Official ESLint plugin for the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 2.0.0
version: 2.0.1
stability: stable
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/jest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: Jest
description: Official Jest plugin for the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 1.0.0
version: 1.0.1
stability: stable
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/performance-writer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: Performance Writer
description: Write performance measurements from oneRepo invocations to files.
meta:
version: 1.0.0
version: 1.0.1
stability: experimental
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/prettier.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: Prettier
description: Official Prettier plugin for the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 1.0.3
version: 1.0.4
stability: stable
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: TypeScript
description: Official TypeScript plugin for the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 1.0.0
version: 1.0.1
stability: stable
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/plugins/vitest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
label: Vitest
description: Official Vitest plugin for the oneRepo JavaScript and TypeScript monorepo toolchain.
meta:
version: 1.0.0
version: 1.1.0
stability: stable
---

Expand Down
5 changes: 0 additions & 5 deletions modules/builders/.changes/000-chubby-worms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/builders/.changes/000-evil-groups-wait.md

This file was deleted.

18 changes: 18 additions & 0 deletions modules/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @onerepo/builders

## 1.0.4

### Patch changes

- Includes more file statuses in `getFilepaths` and determining workspace changes. ([a2942ed](https://github.com/paularmstrong/onerepo/commit/a2942ede514a65f5d09ff4595ca8bb616a83c5e5))
- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

### Dependencies updated

- @onerepo/git@1.1.0
- @onerepo/graph@1.0.4
- @onerepo/package-manager@1.0.4
- @onerepo/subprocess@1.0.4
- @onerepo/file@1.0.4
- @onerepo/logger@1.0.4

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

### Dependencies updated
Expand Down
6 changes: 3 additions & 3 deletions modules/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onerepo/builders",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"./CHANGELOG.md"
],
"dependencies": {
"@onerepo/git": "1.0.3",
"@onerepo/logger": "1.0.3",
"@onerepo/git": "1.1.0",
"@onerepo/logger": "1.0.4",
"minimatch": "^9.0.3"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions modules/eslint-formatter/.changes/000-chubby-worms-travel.md

This file was deleted.

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

## 1.0.4

### Patch changes

- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

> View the full changelog: [c8234dc...9359c78](https://github.com/paularmstrong/onerepo/compare/c8234dc79f7b7f40ca42167d41a6a6f4126c5286...9359c78e4da54e0402ad6a4bf5890a8a71972c8e)
Expand Down
2 changes: 1 addition & 1 deletion modules/eslint-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-formatter-onerepo",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions modules/file/.changes/000-chubby-worms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/file/.changes/001-wet-humans-hear.md

This file was deleted.

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

## 1.0.4

### Patch changes

- Updated internal/third-party typescript definitions ([e5fb5fa](https://github.com/paularmstrong/onerepo/commit/e5fb5fa0e9fbe6ff18c2d993cb22119a3908df73))
- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

### Dependencies updated

- @onerepo/logger@1.0.4

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

### Dependencies updated
Expand Down
4 changes: 2 additions & 2 deletions modules/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onerepo/file",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"./CHANGELOG.md"
],
"dependencies": {
"@onerepo/logger": "1.0.3",
"@onerepo/logger": "1.0.4",
"jiti": "^1.21.0"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions modules/git/.changes/000-chubby-worms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/git/.changes/001-new-monkeys-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/git/.changes/001-wet-humans-hear.md

This file was deleted.

21 changes: 21 additions & 0 deletions modules/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @onerepo/git

## 1.1.0

### Minor changes

- Use a new option in `git.getModifiedFiles` to return all files mapped by status instead of only added & modified files as an array: `git.getModifiedFiles({ byStatus: true })`. ([a2942ed](https://github.com/paularmstrong/onerepo/commit/a2942ede514a65f5d09ff4595ca8bb616a83c5e5))

### Patch changes

- Updated internal/third-party typescript definitions ([e5fb5fa](https://github.com/paularmstrong/onerepo/commit/e5fb5fa0e9fbe6ff18c2d993cb22119a3908df73))
- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

### Dependencies updated

- @onerepo/graph@1.0.4
- @onerepo/package-manager@1.0.4
- @onerepo/subprocess@1.0.4
- @onerepo/file@1.0.4
- @onerepo/logger@1.0.4

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

### Dependencies updated
Expand Down
8 changes: 4 additions & 4 deletions modules/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onerepo/git",
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,9 +21,9 @@
"./CHANGELOG.md"
],
"dependencies": {
"@onerepo/file": "1.0.3",
"@onerepo/logger": "1.0.3",
"@onerepo/subprocess": "1.0.3"
"@onerepo/file": "1.0.4",
"@onerepo/logger": "1.0.4",
"@onerepo/subprocess": "1.0.4"
},
"devDependencies": {
"@internal/tsconfig": "workspace:^",
Expand Down
5 changes: 0 additions & 5 deletions modules/graph/.changes/000-chubby-worms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/graph/.changes/001-wet-humans-hear.md

This file was deleted.

15 changes: 15 additions & 0 deletions modules/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @onerepo/graph

## 1.0.4

### Patch changes

- Updated internal/third-party typescript definitions ([e5fb5fa](https://github.com/paularmstrong/onerepo/commit/e5fb5fa0e9fbe6ff18c2d993cb22119a3908df73))
- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

### Dependencies updated

- @onerepo/package-manager@1.0.4
- @onerepo/subprocess@1.0.4
- @onerepo/logger@1.0.4

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

### Dependencies updated
Expand Down
4 changes: 2 additions & 2 deletions modules/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onerepo/graph",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"./CHANGELOG.md"
],
"dependencies": {
"@onerepo/package-manager": "1.0.3",
"@onerepo/package-manager": "1.0.4",
"defaults": "^3.0.0",
"glob": "^10.1.0",
"graph-data-structure": "^3.2.0",
Expand Down
5 changes: 0 additions & 5 deletions modules/logger/.changes/000-chubby-worms-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/logger/.changes/000-dark-bananas-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions modules/logger/.changes/001-wet-humans-hear.md

This file was deleted.

10 changes: 10 additions & 0 deletions modules/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onerepo/logger

## 1.0.4

### Patch changes

- Updated internal/third-party typescript definitions ([e5fb5fa](https://github.com/paularmstrong/onerepo/commit/e5fb5fa0e9fbe6ff18c2d993cb22119a3908df73))
- Internal test changes to support Vitest 2 ([f3d116d](https://github.com/paularmstrong/onerepo/commit/f3d116d4a846c9f21051b01370caec80526ef2c0))
- Internal formatting changes due to Prettier upgrade. ([f8cb805](https://github.com/paularmstrong/onerepo/commit/f8cb80550ceabdce6ff6c13bf22466a59e694b0f))

> View the full changelog: [a117f2a...9895235](https://github.com/paularmstrong/onerepo/compare/a117f2a8326b148de98fcffefc37e6ad46edcb87...98952352d3c32adf853657e46e14f12fe1737992)
## 1.0.3

> View the full changelog: [c8234dc...9359c78](https://github.com/paularmstrong/onerepo/compare/c8234dc79f7b7f40ca42167d41a6a6f4126c5286...9359c78e4da54e0402ad6a4bf5890a8a71972c8e)
Expand Down
2 changes: 1 addition & 1 deletion modules/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onerepo/logger",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 04603c7

Please sign in to comment.