Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent f540715 commit ebfaa04
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 80 deletions.
11 changes: 0 additions & 11 deletions .changeset/dirty-ladybugs-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-colts-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-readers-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-zebras-provide.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-eagles-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-eggs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-rabbits-change.md

This file was deleted.

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

## 4.1.1

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

## 4.1.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/blocks-helpers",
"version": "4.1.1-beta.0",
"version": "4.1.1",
"description": "",
"keywords": [],
"homepage": "https://www.atomicsmash.co.uk/",
Expand Down
2 changes: 2 additions & 0 deletions packages/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @atomicsmash/browserslist-config

## 12.0.2

## 12.0.2-beta.0

## 12.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/browserslist-config",
"version": "12.0.2-beta.0",
"version": "12.0.2",
"description": "Our shared browserslist config.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atomicsmash/cli

## 7.1.3

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

## 7.1.3-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/cli",
"version": "7.1.3-beta.0",
"version": "7.1.3",
"description": "A collection of CLI tools by Atomic Smash.",
"keywords": [],
"homepage": "https://www.atomicsmash.co.uk/",
Expand Down Expand Up @@ -77,7 +77,7 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@atomicsmash/blocks-helpers": "^4.1.1-beta.0",
"@atomicsmash/blocks-helpers": "^4.1.1",
"@types/glob": "^8.1.0",
"@types/svg-sprite": "^0.0.39",
"@types/vinyl": "^2.0.12",
Expand Down
10 changes: 10 additions & 0 deletions packages/coding-standards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @atomicsmash/coding-standards

## 12.0.2

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

- Updated dependencies []:
- @atomicsmash/eslint-config@12.0.2
- @atomicsmash/browserslist-config@12.0.2

## 12.0.2-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/coding-standards/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@atomicsmash/coding-standards",
"version": "12.0.2-beta.0",
"version": "12.0.2",
"description": "A collection of coding standards configurations.",
"main": "index.js",
"types": "index.d.ts",
"devDependencies": {
"@cspell/cspell-types": "^8.15.4"
},
"peerDependencies": {
"@atomicsmash/browserslist-config": "^12.0.2-beta.0",
"@atomicsmash/eslint-config": "^12.0.2-beta.0",
"@atomicsmash/browserslist-config": "^12.0.2",
"@atomicsmash/eslint-config": "^12.0.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@wordpress/stylelint-config": "^23.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-tools-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atomicsmash/dev-tools-helpers

## 1.2.2

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

## 1.2.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-tools-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/dev-tools-helpers",
"version": "1.2.2-beta.0",
"version": "1.2.2",
"description": "A group of helper functions for creating useful custom dev tools.",
"keywords": [
"devtools",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @atomicsmash/eslint-config

## 12.0.2

## 12.0.2-beta.0

## 12.0.1
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": "@atomicsmash/eslint-config",
"version": "12.0.2-beta.0",
"version": "12.0.2",
"description": "An ESLint config made by Atomic Smash.",
"keywords": [
"atomic",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @atomicsmash/react

## 1.6.4

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

## 1.6.4-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atomicsmash/react",
"type": "module",
"version": "1.6.4-beta.0",
"version": "1.6.4",
"description": "A collection of reusable react components, hooks and helpers.",
"keywords": [
"atomic",
Expand Down
14 changes: 14 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @atomicsmash/test-utils

## 4.0.0

### Major Changes

- [#246](https://github.com/AtomicSmash/packages/pull/246) [`024d0a2`](https://github.com/AtomicSmash/packages/commit/024d0a2f20558e8ba6b7bd80129539e3fe8f12f9) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Refactor lighthouse testing for playwright projects

### Minor Changes

- [#246](https://github.com/AtomicSmash/packages/pull/246) [`024d0a2`](https://github.com/AtomicSmash/packages/commit/024d0a2f20558e8ba6b7bd80129539e3fe8f12f9) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Add function for checking WP roles for privileged pages test

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

## 4.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/test-utils",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"type": "module",
"description": "A collection of helper functions for automated testing with Playwright.",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/wordpress-tests-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @atomicsmash/wordpress-tests-helper

## 1.0.1

### Patch Changes

- [#258](https://github.com/AtomicSmash/packages/pull/258) [`0596250`](https://github.com/AtomicSmash/packages/commit/05962505f7e665bb61d7c603fa5ad2fc6f937280) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Update dependencies

- [#252](https://github.com/AtomicSmash/packages/pull/252) [`09df674`](https://github.com/AtomicSmash/packages/commit/09df6746974068ab1ccb1912834f6236780bf37c) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Skip deleting a page if it's already in the trash

- [#250](https://github.com/AtomicSmash/packages/pull/250) [`698cc1f`](https://github.com/AtomicSmash/packages/commit/698cc1f3868b46895cd7b2d5f6f0d27e77dd3de8) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Add fix for WP 6.7 text string change

- [#254](https://github.com/AtomicSmash/packages/pull/254) [`5d1e821`](https://github.com/AtomicSmash/packages/commit/5d1e8213a5f9ce872d2009a367c9bac3a6ea00ab) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Fix in trash check

- [#252](https://github.com/AtomicSmash/packages/pull/252) [`d4cdfa7`](https://github.com/AtomicSmash/packages/commit/d4cdfa79668ada8b0b1828d7c5eb59f3e557b670) Thanks [@mikeybinns](https://github.com/mikeybinns)! - Make sure sidebar is open before trying to click actions

## 1.0.1-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress-tests-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomicsmash/wordpress-tests-helper",
"version": "1.0.1-beta.3",
"version": "1.0.1",
"description": "A helper class to make doing e2e tests on WordPress projects easier.",
"keywords": [
"atomic",
Expand Down

0 comments on commit ebfaa04

Please sign in to comment.