Skip to content

Commit

Permalink
[ci] publish (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 23, 2022
1 parent 2041b46 commit 70b7976
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-horses-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-laws-boil.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/atomizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# atomizer

## 3.22.0

### Minor Changes

- 2041b46: feat: add strict option

## 3.21.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomizer",
"version": "3.21.2",
"version": "3.22.0",
"description": "A tool for creating Atomic CSS, a collection of single purpose styling units for maximum reuse",
"main": "./src/atomizer.js",
"typings": "./index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack-atomizer-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# webpack-atomizer-loader

## 2.0.0

### Major Changes

- b9a1dcf: feat: remove deprecated getOptions util

### Patch Changes

- Updated dependencies [2041b46]
- [email protected]
4 changes: 2 additions & 2 deletions packages/webpack-atomizer-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-atomizer-loader",
"version": "1.3.2",
"version": "2.0.0",
"description": "Webpack loader for compiling atomic css",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"author": "tom76kimo <[email protected]> ",
"license": "MIT",
"dependencies": {
"atomizer": "^3.9.2",
"atomizer": "^3.22.0",
"cssnano": "^5.0.7",
"postcss": "^8.3.6"
},
Expand Down

0 comments on commit 70b7976

Please sign in to comment.