Skip to content

Commit

Permalink
Set styled version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent fc3c9ae commit 811310c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ladle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@casablanca-css/core": "^0.3.0",
"@casablanca-css/styled": "^0.1.1",
"@casablanca-css/styled": "^0.1.2",
"@ladle/react": "^4.0.2",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/react": "^18.2.55",
Expand Down
2 changes: 1 addition & 1 deletion examples/rakkas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@casablanca-css/core": "^0.3.0",
"@casablanca-css/styled": "^0.1.1",
"@casablanca-css/styled": "^0.1.2",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@casablanca-css/core": "^0.3.0",
"@casablanca-css/styled": "^0.1.1",
"@casablanca-css/styled": "^0.1.2",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [@casablanca-css/styled@v0.1.2](https://github.com/tkamenoko/casablanca-css/compare/@casablanca-css/styled@v0.1.1..@casablanca-css/styled@v0.1.2) - 2024-11-23

### Refactoring

- rewrite styled types ([#46](https://github.com/tkamenoko/casablanca-css/issues/46)) - ([ccd6c88](https://github.com/tkamenoko/casablanca-css/commit/ccd6c88c56dddd675eb7ffba4d4eeaf76f4e92e6)) - T.Kameyama
- unify project structure ([#48](https://github.com/tkamenoko/casablanca-css/issues/48)) - ([42e6c23](https://github.com/tkamenoko/casablanca-css/commit/42e6c239d47271806bcc9b586923735bdf98d353)) - T.Kameyama

---
## [@casablanca-css/styled@v0.1.1](https://github.com/tkamenoko/casablanca-css/compare/@casablanca-css/styled@v0.1.0..@casablanca-css/styled@v0.1.1) - 2024-09-24

Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@casablanca-css/styled",
"description": "Styled-API support for casablanca-css.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Tessei Kameyama <tkamenoko@vivaldi.net>",
"bugs": "https://github.com/tkamenoko/casablanca-css/issues",
"dependencies": {
Expand Down

0 comments on commit 811310c

Please sign in to comment.