Skip to content

Commit

Permalink
Merge pull request #135 from bit-ocean-studio/release-0.0.30
Browse files Browse the repository at this point in the history
chore(config): 🔨 release v0.0.30
  • Loading branch information
zhiblcx authored Jun 20, 2024
2 parents a97b29b + 6a80b73 commit 0a5e80e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/auto-import",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal auto-import module.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/axios",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal Axios instance.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/cli",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal CLI.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/commitlint-config",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal Commitlint configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/config",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal project configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/team.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TeamConfig } from './types'

export const teamConfig = Object.freeze<Readonly<TeamConfig>>({
export const teamConfig = Object.freeze<TeamConfig>({
TEAM_NAME: 'Bit Ocean',
GITHUB_URL: 'https://github.com/bit-ocean-studio',
WEBSITE_URL: 'https://www.bit-ocean.studio'
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/cspell",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal CSpell dictionary configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
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": "@bit-ocean/eslint-config",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal ESLint configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/prettier-config",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal Prettier configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/renovate-config",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal Renovate configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/tailwind",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal Tailwind CSS configuration.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bit-ocean/tsconfig",
"version": "0.0.29",
"version": "0.0.30",
"description": "Universal tsconfig for TypeScript projects.",
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
Expand Down

0 comments on commit 0a5e80e

Please sign in to comment.