Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9.1.2 #4651

Merged
merged 6 commits into from
Jul 18, 2024
Merged

v9.1.2 #4651

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump version
tessalt committed Jul 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6a6b4f6aa870fe0941bed954407f7d6507c27150
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.1.1",
"version": "9.1.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.1.1",
"version": "9.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.1.1",
"version": "9.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.1.1",
"version": "9.1.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [

Unchanged files with check annotations Beta

const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
/** @type {import('@docusaurus/types').DocusaurusConfig} */

Check warning on line 4 in docs/docusaurus.config.js

GitHub Actions / Build and Test

Syntax error in type: import('@docusaurus/types').DocusaurusConfig
module.exports = {
title: "Coral",
tagline: "A better commenting experience from Vox Media",