Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/toolkit/utils/index.js
  • Loading branch information
fabiankaegy committed Sep 24, 2024
2 parents 75b890b + 44caa00 commit e0c129b
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-ravens-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-ants-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-ants-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-plants-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-toys-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-birds-rhyme.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-oranges-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-pumpkins-fail.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0

### Minor Changes

- 5ddee2c: Update eslint rule for typescript to use default arguments for default props.

## 4.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/eslint-config",
"version": "4.1.0-next.0",
"version": "4.1.0",
"description": "A shareable ESLint configuration",
"publishConfig": {
"access": "public"
Expand Down
26 changes: 26 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 6.2.2

### Patch Changes

- 7692784: Simple enhancements to toolkit project command to align with devops needs.

## 6.2.1

### Patch Changes

- 868ffdc: Fixing git clone path inside project command to support paths with spaces.

## 6.2.0

### Minor Changes

- dba1534: Project Command (BETA)

### Patch Changes

- dcc09bb: Fix: watch close when using modules
- 1aba76c: Fix project init command
- 58d5861: Fix init command
- d9f3642: Refactor init command
- 1f612a2: Update `project` command to use latest

## 6.2.0-next.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "6.2.0-next.4",
"version": "6.2.2",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.1.0-next.0",
"@10up/eslint-config": ">=4.1.0",
"@10up/stylelint-config": ">=3.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/10up-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@linaria/babel-preset": "^5.0.3",
"@linaria/webpack-loader": "^5.0.3",
"@wordpress/env": "^5.0.0",
"10up-toolkit": "^6.2.0-next.4"
"10up-toolkit": "^6.2.2"
},
"dependencies": {
"@10up/block-components": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/library-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^6.2.0-next.4"
"10up-toolkit": "^6.2.2"
},
"dependencies": {
"xss": "^1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion projects/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^6.2.0-next.4",
"10up-toolkit": "^6.2.2",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit e0c129b

Please sign in to comment.