Skip to content

Commit

Permalink
feat: manually change version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 096a0bc commit 9f0d132
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 34 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ updates:
- "@testing-library*"
- "vite-tsconfig-paths"
- "vitest"
- "jsdom"
lerna:
patterns:
- "lerna"
- "nx"
types:
patterns:
- "@types*"

17 changes: 17 additions & 0 deletions .github/workflows/code-quality-assurance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Code quality assurance: @exile-watch / doryani"

on:
push:
branches:
- main

jobs:
code-quality-assurance:
runs-on: ubuntu-latest
steps:
- name: Code quality assurance
if: "!contains(github.event.head_commit.message, '[skip ci]')"
uses: exile-watch/doryani/code-quality-assurance@main
with:
GH_ACTOR: ${{ github.actor }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
91 changes: 84 additions & 7 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 packages/biome-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/biome-config",
"version": "0.3.6",
"version": "1.0.0",
"description": "Shared Biome.js configuration for exile.watch frontend projects",
"main": "biome.json",
"type": "module",
Expand Down
6 changes: 2 additions & 4 deletions packages/conventional-changelog-config/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@exile-watch/conventional-changelog-config",
"version": "0.2.3",
"version": "1.0.0",
"description": "Shared changelog generation from git metadata",
"homepage": "https://github.com/exile-watch/splinters/pkgs/npm/conventional-changelog-config",
"repository": {
"type": "git",
"url": "git+https://github.com/exile-watch/splinters.git",
"directory": "packages/conventional-changelog-config"
},
"files": [
"index.js"
],
"files": ["index.js"],
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
Expand Down
7 changes: 2 additions & 5 deletions packages/lefthook-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/lefthook-config",
"version": "0.5.11",
"version": "1.0.0",
"description": "Shared lefthook configuration for git hooks managers in exile.watch frontend projects",
"homepage": "https://github.com/exile-watch/splinters/pkgs/npm/lefthook-config",
"repository": {
Expand All @@ -9,10 +9,7 @@
"directory": "packages/lefthook-config"
},
"main": "lefthook.yml",
"files": [
"lefthook.yml",
"scripts"
],
"files": ["lefthook.yml", "scripts"],
"dependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
Expand Down
6 changes: 2 additions & 4 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/postcss-config",
"version": "0.2.2",
"version": "1.0.0",
"description": "Shared PostCSS configuration for transforming CSS with Javascript in exile.watch frontend projects",
"homepage": "https://github.com/exile-watch/splinters/pkgs/npm/postcss-config",
"repository": {
Expand All @@ -9,9 +9,7 @@
"directory": "packages/postcss-config"
},
"main": "postcss.config.js",
"files": [
"postcss.config.js"
],
"files": ["postcss.config.js"],
"scripts": {},
"dependencies": {
"postcss": "^8.4.35",
Expand Down
6 changes: 2 additions & 4 deletions packages/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/rollup-config",
"version": "0.2.7",
"version": "1.0.0",
"description": "Shared Rollup configuration for building JavaScript libraries into internal NPM packages",
"homepage": "https://github.com/exile-watch/splinters/pkgs/npm/rollup-config",
"repository": {
Expand All @@ -11,9 +11,7 @@
"main": "dist/rollup.config.js",
"module": "dist/rollup.config.esm.js",
"types": "dist/rollup.config.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
Expand Down
7 changes: 2 additions & 5 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "@exile-watch/typescript-config",
"version": "0.3.2",
"version": "1.0.0",
"description": "Shared TypeScript configuration for exile.watch frontend projects",
"main": "tsconfig.json",
"files": [
"tsconfig.json",
"tsconfig.rollup.json"
],
"files": ["tsconfig.json", "tsconfig.rollup.json"],
"repository": {
"type": "git",
"url": "git+https://github.com/exile-watch/splinters.git",
Expand Down
6 changes: 2 additions & 4 deletions packages/unit-testing-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "@exile-watch/unit-testing-config",
"version": "0.2.2",
"version": "1.0.0",
"description": "Shared unit testing configuration for exile.watch frontend projects",
"main": "dist/index.mjs",
"files": [
"dist"
],
"files": ["dist"],
"type": "module",
"scripts": {
"_clean": "del-cli dist",
Expand Down

0 comments on commit 9f0d132

Please sign in to comment.