Skip to content

Commit

Permalink
UI lib release: v1.0.0 (#64)
Browse files Browse the repository at this point in the history
* chore: add changeset

* chore: ignore @percona/everest

* chore: set packages to public

* chore: ignore @percona/utils

* chore: keep @percona/utils

* chore: major all packages

* chore: @percona/utils to be public

* chore: fix v1.0.0
  • Loading branch information
fabio-silva authored Mar 8, 2024
1 parent bd5c110 commit a44f621
Show file tree
Hide file tree
Showing 17 changed files with 1,197 additions and 83 deletions.
8 changes: 8 additions & 0 deletions ui/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions ui/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@percona/everest"]
}
3 changes: 3 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"format": "turbo run format",
"build": "turbo run build && turbo run move-build",
"build-storybook": "turbo run build-storybook"
},
"dependencies": {
"@changesets/cli": "^2.27.1"
}
}
7 changes: 7 additions & 0 deletions ui/packages/design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @percona/design

## 1.0.0

### Major Changes

- e1d9487: Version 1.0.0
4 changes: 4 additions & 0 deletions ui/packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"rm-build-dir": "rm -rf dist",
"build": "rollup -c"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions ui/packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @percona/eslint-config-react

## 1.0.0

### Major Changes

- ece68e4: Version 1.0.0
- e1d9487: Version 1.0.0
10 changes: 7 additions & 3 deletions ui/packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "@percona/eslint-config-react",
"version": "0.0.1",
"main": "./eslint-config.js",
"version": "1.0.0",
"main": "./eslint-config.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3"
}
}
}
8 changes: 8 additions & 0 deletions ui/packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @percona/prettier-config

## 1.0.0

### Major Changes

- ece68e4: Version 1.0.0
- e1d9487: Version 1.0.0
10 changes: 7 additions & 3 deletions ui/packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@percona/prettier-config",
"version": "0.0.1",
"main": "./prettier-config.json",
"version": "1.0.0",
"main": "./prettier-config.json",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"prettier": "^3.0.3"
}
}
}
7 changes: 7 additions & 0 deletions ui/packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @percona/tsconfig

## 1.0.0

### Major Changes

- ece68e4: Version 1.0.0
8 changes: 6 additions & 2 deletions ui/packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@percona/tsconfig",
"version": "0.0.1",
"main": "./react-library.json"
"version": "1.0.0",
"main": "./react-library.json",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
7 changes: 7 additions & 0 deletions ui/packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @percona/types

## 1.0.0

### Major Changes

- e1d9487: Version 1.0.0
4 changes: 4 additions & 0 deletions ui/packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "dist/esm/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"module": "dist/esm/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions ui/packages/ui-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @percona/ui-lib

## 1.0.0

### Major Changes

- e1d9487: Version 1.0.0

### Patch Changes

- Updated dependencies [e1d9487]
- @percona/design@1.0.0
- @percona/types@1.0.0
- @percona/utils@0.0.1
4 changes: 4 additions & 0 deletions ui/packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"build-storybook": "storybook build"
},
"main": "dist/esm/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"module": "dist/esm/index.js",
"keywords": [],
"author": "",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "dist/esm/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"module": "dist/esm/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit a44f621

Please sign in to comment.