Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @exile-watch/[email protected]
 - @exile-watch/[email protected]
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 92276b5 commit d0c66c3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/writ-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


### ⚙️ Internal

* bump rollup ([92276b5](https://github.com/exile-watch/writ/commit/92276b51d10cd899117ee66bd7a7137fb6ffd257))



## [1.0.2](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


Expand Down
6 changes: 4 additions & 2 deletions packages/writ-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/writ-icons",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-icons",
"repository": {
Expand All @@ -11,7 +11,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand Down
9 changes: 9 additions & 0 deletions packages/writ-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


### ⚙️ Internal

* bump rollup ([92276b5](https://github.com/exile-watch/writ/commit/92276b51d10cd899117ee66bd7a7137fb6ffd257))



## [1.0.2](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


Expand Down
12 changes: 8 additions & 4 deletions packages/writ-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/writ-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-react",
"repository": {
Expand All @@ -11,7 +11,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand All @@ -27,7 +29,7 @@
"@exile-watch/postcss-config": "^1.1.0",
"@exile-watch/rollup-config": "^1.1.1",
"@exile-watch/typescript-config": "^1.1.0",
"@exile-watch/writ-icons": "^1.0.2",
"@exile-watch/writ-icons": "^1.0.3",
"@types/react": "^18.2.55",
"classnames": "^2.5.1",
"del-cli": "^5.1.0",
Expand Down Expand Up @@ -58,5 +60,7 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}

0 comments on commit d0c66c3

Please sign in to comment.