Skip to content

Commit

Permalink
Merge pull request #203 from 10up/changeset-release/develop
Browse files Browse the repository at this point in the history
Release (next)
  • Loading branch information
nicholasio authored Jun 6, 2022
2 parents 41bcff6 + 9ac69c4 commit c391ce8
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@10up/babel-preset-default": "2.0.3-next.1",
"@10up/eslint-config": "2.4.6-next.1",
"@10up/eslint-plugin": "1.0.3-next.1",
"@10up/stylelint-config": "2.0.1-next.1",
"10up-toolkit": "4.0.1-next.1",
"tenup-theme": "1.1.5-next.7",
"@10up/component-accordion": "2.1.5-next.7",
"@10up/library-ts-test": "2.1.5-next.7"
},
"changesets": [
"rotten-boxes-marry",
"seven-pots-wash"
]
}
33 changes: 32 additions & 1 deletion packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
# Changelog

## 4.1.0-next.2

### Minor Changes

- c206d75: Remove grid autoprefixer. See https://github.com/10up/10up-toolkit/pull/197
- f33afc6: Fix react-refresh-runtime entrypoint

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## 4.0.0

- Changed: 10up-toolkit no longer transpiles `@10up/block-components`. Make sure to use the latest version of `@10up/block-components` that already ships transpiled code. [#181](https://github.com/10up/10up-toolkit/pull/181)
- Changed [BREAKING CHANGE]: Stop injecting `wp-polyfill` as dependecy of scripts built by 10up-toolkit. [#193](https://github.com/10up/10up-toolkit/pull/193).
- Updated: Dependencies [#182](https://github.com/10up/10up-toolkit/pull/182)
- Changed [BREAKING CHANGE]: Stylelint and eslint are now peerDependencies. This is a breaking change only for those not using npm >= 7. [#179](https://github.com/10up/10up-toolkit/pull/179)

## 3.1.0

- Fixed: `dev-server` flag [#178](https://github.com/10up/10up-toolkit/pull/178)
- Added: `--target` option [#176](https://github.com/10up/10up-toolkit/pull/175)
- Added: Basic support for `exports` package.json field in package mode. [#170](https://github.com/10up/10up-toolkit/pull/170)

## 3.0.3

- Changed - Updated `@wordpress/eslint-plugin` to 11.0.0 to resolved an issue with conflicting prettier deps.

## 3.0.2

- Reverted - 10up's eslint plugin

## 3.0.0

- Added - Introduced the `--analyze` option to the build to enable webpack-bundle-analyzer [#148](https://github.com/10up/10up-toolkit/pull/148)
- Added - Introduced HMR and React Fast Refresh [#150](https://github.com/10up/10up-toolkit/pull/150)
- Added - Introduced `TenUpToolkitTscPlugin` that runs tsc both on build and watch if tsconfig.json is present. [#151](https://github.com/10up/10up-toolkit/pull/161)
Expand All @@ -30,65 +42,81 @@ All notable changes to this project will be documented in this file, per [the Ke
- Deprecated - BrowserSync [#159](https://github.com/10up/10up-toolkit/pull/159)

## 2.1.0

- Fix double dot issue in CopyWebpack plugin
- Stop removing viewbox in svgs.
- Added `.ico` and ` .otf` files to be copied via copy-webpack-plugin.
- Added `.ico` and `.otf` files to be copied via copy-webpack-plugin.
- Updated eslint-config and eslint to 8.

## 2.0.0

- Updated several dependencies.
- Updated to postcss-preset-env 7.0 and switched from postcss-nested to postcss-nesting (BREAKING CHANGE)
- Disable polyfill for CSS custom properties.
- Removed wordpress/jest-preset-default and now shipping a custom jest config. Jest has also been updated to the latest version.

## 1.0.13

- [Security] Updated deps

## 1.0.12

- Fixed: BrowserSync Config [#105](https://github.com/10up/10up-toolkit/pull/105)
- Fixed: webpack watch command [#105](https://github.com/10up/10up-toolkit/pull/105)
- Updated deps

## 1.0.11

- Fixed: Allows passing a `--port` flag to browser-sync `10up-toolkit start|watch --port=3002` [#95](https://github.com/10up/10up-toolkit/pull/95)
- Fixed: dev-server public path [#98](https://github.com/10up/10up-toolkit/pull/98)

## 1.0.10

- Fixed empty scripts output when a CSS entry is added.[#91](https://github.com/10up/10up-toolkit/pull/91)

## 1.0.9

- Updated deps [82](https://github.com/10up/10up-toolkit/pull/82)
- Remove husky from 10up-toolkit [81] (Updated: Husky to 6.x)

## 1.0.8

- Fixed PostCSS nested plugin. props @rdimascio
- Fixed: Typo in HtmlWebpackPlugin where it was looking for the template in pulic folder instead of folder. Additionally, it now only defines a custom template if it is defined in the project.

## 1.0.7

- Fixed: Babel error when running jest. [#71](https://github.com/10up/10up-toolkit/pull/71)
- Added: Webpack Dev Server [#70](https://github.com/10up/10up-toolkit/pull/70)

## 1.0.6

- Fixed: webpack externals definitions [#67](https://github.com/10up/10up-toolkit/pull/67)

## 1.0.5

- Fixed: Regex in asset/resources. [#63](https://github.com/10up/10up-toolkit/pull/63)
- Fixed: Babel transpilation for publishing packages `["sourceType": "unambiguous"]`. [#63](https://github.com/10up/10up-toolkit/pull/63)
- Fixed: Webpack Externals definition [#63](https://github.com/10up/10up-toolkit/pull/63)
- Update: Prettier to 1.3.0 and stop using version range. [#64](https://github.com/10up/10up-toolkit/pull/64)
- Added: Support for CSS Modules. [#65](https://github.com/10up/10up-toolkit/pull/65)

## 1.0.4

- Exit with an error code if build fails

## 1.0.3

- Update @10up/eslint-config to 2.3.5
- Update @10up/babel-preset-defaylt to 1.1.2
- Add TypeScript support

## 1.0.2

- Update @10up/stylelint-config to 1.1.1

## 1.0.1

- Adds cache busting to chunk files generated via Webpack code splitting.
- Added support for SCSS and Sass files.

Expand All @@ -99,13 +127,16 @@ All notable changes to this project will be documented in this file, per [the Ke
## Pre 10up-toolkit

## 1.3.4

- Deprecate 10up-scripts command and exposes a new 10up-toolkit command.

## 1.3.3

- Disables webpack css-loader url resolution [#39](https://github.com/10up/10up-scripts/pull/39)
- Only load and run the postcss-editor-styles plugin when processing editor-style.css [#41](https://github.com/10up/10up-scripts/pull/41)

## 1.3.2

- Fixes a bug where webpack was not targeting the same browsers as babel, causing code to not run on older browsers like IE 11. [#35](https://github.com/10up/10up-scripts/pull/35)
- Updates eslint to 2.3.4 to address [#27](https://github.com/10up/10up-scripts/issues/27)
- Updates postcss.config.js to include missing packages and to fix a bug where editor styles wasn't being wrapped with the `.editor-styles-wrapper` class.
2 changes: 1 addition & 1 deletion 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": "4.0.1-next.1",
"version": "4.1.0-next.2",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
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 @@ -15,7 +15,7 @@
"node": ">=12.0.0"
},
"devDependencies": {
"10up-toolkit": "^4.0.1-next.1"
"10up-toolkit": "^4.1.0-next.2"
},
"dependencies": {
"@10up/component-accordion": "^2.1.5-next.7",
Expand Down

0 comments on commit c391ce8

Please sign in to comment.