Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1689 from koedame/release/v2.3.2
Browse files Browse the repository at this point in the history
Release/v2.3.2
  • Loading branch information
unchidev authored Jun 20, 2023
2 parents a648b52 + f8f6c90 commit ef49280
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 708 deletions.
25 changes: 23 additions & 2 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
# CHANGELOGS

## v2.3.2

- グローバルページ対応

### 依存パッケージ

- @babel/preset-env from 7.20.2 to 7.22.5
- @babel/preset-react from 7.18.6 to 7.22.5
- @swc/core from 1.3.65 to 1.3.66
- @tailwindcss/line-clamp from 0.4.2 to 0.4.4
- @types/webpack-env from 1.18.0 to 1.18.1
- css-loader from 6.7.3 to 6.8.1
- fs-extra from 11.1.0 to 11.1.1
- html-webpack-plugin from 5.5.0 to 5.5.3
- i18next from 23.2.0 to 23.2.1
- postcss-loader from 7.0.2 to 7.3.3
- react-flip-toolkit from 7.0.17 to 7.1.0
- react-i18next from 12.3.1 to 13.0.0
- ts-loader from 9.4.2 to 9.4.3
- webpack-cli from 5.0.1 to 5.1.4

## v2.3.1

### 変更

本家のbodyタグにstyleが入るようになったので対応
CIの設定を変更
- 本家のbodyタグにstyleが入るようになったので対応
- CIの設定を変更

### 依存パッケージ

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syncroom-plus",
"version": "2.3.1",
"version": "2.3.2",
"description": "syncroom-plus",
"license": "MIT",
"private": true,
Expand All @@ -17,12 +17,12 @@
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"i18next": "^23.2.0",
"i18next": "^23.2.1",
"luxon": "^3.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-toolkit": "^7.0.17",
"react-i18next": "^12.3.1",
"react-flip-toolkit": "^7.1.0",
"react-i18next": "^13.0.0",
"react-loading": "^2.0.3",
"react-qr-code": "^2.0.11",
"recoil": "^0.7.7",
Expand All @@ -31,16 +31,16 @@
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@hot-loader/react-dom": "^17.0.2",
"@jest/expect-utils": "^28.1.3",
"@jest/globals": "^29.5.0",
"@swc/core": "^1.3.65",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react-hooks": "^8.0.1",
"@types/chrome": "^0.0.237",
Expand All @@ -52,38 +52,38 @@
"@types/recoil": "^0.0.9",
"@types/twemoji": "^13.1.2",
"@types/webextension-polyfill": "^0.9.0",
"@types/webpack-env": "^1.18.0",
"@types/webpack-env": "^1.18.1",
"archiver": "^5.3.1",
"autoprefixer": "10.4.14",
"babel-loader": "^9.1.2",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^28.1.3",
"jest-diff": "^28.1.3",
"jest-environment-jsdom": "^29.5.0",
"mockzilla": "^0.13.0",
"mockzilla-webextension": "^0.14.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-loader": "^7.3.3",
"prettier": "^2.8.8",
"prettier-webpack-plugin": "^1.2.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.2",
"terser-webpack-plugin": "^5.3.6",
"ts-jest": "^28.0.8",
"ts-loader": "^9.4.2",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"webextension-polyfill": "^0.9.0",
"webpack": "^5.87.0",
"webpack-cli": "^5.0.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}
7 changes: 6 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
},
"content_scripts": [
{
"matches": ["https://syncroom.yamaha.com/play/", "https://syncroom.yamaha.com/play/*=*"],
"matches": [
"https://syncroom.yamaha.com/play/",
"https://syncroom.yamaha.com/play/*=*",
"https://syncroom.yamaha.com/global/play/",
"https://syncroom.yamaha.com/global/play/*=*"
],
"js": ["contentScript.bundle.js"]
}
],
Expand Down
Loading

0 comments on commit ef49280

Please sign in to comment.