Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Nov 24, 2023
1 parent 0ab53c6 commit d20e4dd
Show file tree
Hide file tree
Showing 22 changed files with 154 additions and 150 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [4.2.0]

- Fixed bugs in libraryCompiler
- Provided ability to modify modules and plugins in compilers. The example for customization compiler was update regarding these changes.

## [4.1.0]

- Added [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp)
Expand Down
8 changes: 4 additions & 4 deletions book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/book",
"version": "4.1.0",
"version": "4.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"react-helmet": "6.1.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tsconfig": "4.1.0",
"@rockpack/codestyle": "4.2.0",
"@rockpack/compiler": "4.2.0",
"@rockpack/tsconfig": "4.2.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-helmet": "6.1.7",
Expand Down
8 changes: 4 additions & 4 deletions next/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-starter",
"version": "4.1.0",
"version": "4.2.0",
"main": "index.js",
"scripts": {
"start": "node scripts.build",
Expand Down Expand Up @@ -55,9 +55,9 @@
"yargs": "16.2.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tester": "4.1.0",
"@rockpack/codestyle": "4.2.0",
"@rockpack/compiler": "4.2.0",
"@rockpack/tester": "4.2.0",
"@types/dotenv-safe": "8.1.1",
"@types/jsonwebtoken": "8.5.0",
"@types/koa": "2.11.7",
Expand Down
10 changes: 5 additions & 5 deletions next/web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-starter",
"version": "4.1.0",
"version": "4.2.0",
"scripts": {
"start": "node scripts.build",
"build": "node scripts.build --mode=production",
Expand Down Expand Up @@ -51,10 +51,10 @@
"devDependencies": {
"@localazer/webpack-plugin": "3.1.0",
"@localazer/po2json": "3.1.0",
"@rockpack/codestyle": "4.1.0",
"@rockpack/compiler": "4.1.0",
"@rockpack/tester": "4.1.0",
"@rockpack/tsconfig": "4.1.0",
"@rockpack/codestyle": "4.2.0",
"@rockpack/compiler": "4.2.0",
"@rockpack/tester": "4.2.0",
"@rockpack/tsconfig": "4.2.0",
"@issr/babel-plugin": "2.2.0",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-backgrounds": "5.3.21",
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rockpack",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
Loading

0 comments on commit d20e4dd

Please sign in to comment.