Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @exile-watch/writ-icons@1.0.5
 - @exile-watch/writ-react@1.0.5
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 2283a99 commit b6ea5b0
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
@@ -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.5](https://github.com/exile-watch/writ/compare/@exile-watch/writ-icons@1.0.4...@exile-watch/writ-icons@1.0.5) (2024-04-13)


### ⚙️ Internal

* add cjs output ([2283a99](https://github.com/exile-watch/writ/commit/2283a993fea91ab1727c7454cc8e665f13fd932a))



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


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.4",
"version": "1.0.5",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-icons",
"repository": {
@@ -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",
9 changes: 9 additions & 0 deletions packages/writ-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5](https://github.com/exile-watch/writ/compare/@exile-watch/writ-react@1.0.4...@exile-watch/writ-react@1.0.5) (2024-04-13)


### ⚙️ Internal

* add cjs output ([2283a99](https://github.com/exile-watch/writ/commit/2283a993fea91ab1727c7454cc8e665f13fd932a))



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


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.4",
"version": "1.0.5",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-react",
"repository": {
@@ -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",
@@ -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.4",
"@exile-watch/writ-icons": "^1.0.5",
"@types/react": "^18.2.55",
"classnames": "^2.5.1",
"del-cli": "^5.1.0",
@@ -58,5 +60,7 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}

0 comments on commit b6ea5b0

Please sign in to comment.