Skip to content

Commit

Permalink
Version Packages (#1588)
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
1 parent eb3fbc7 commit 5fa5688
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-roses-greet.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/warm-readers-wash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wild-dolls-grow.md

This file was deleted.

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

## 1.41.2

### Patch Changes

- eb3fbc7: Join transformIgnorePatterns with AND

## 1.41.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sebgroup/green-core",
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
"version": "1.41.1",
"version": "1.41.2",
"main": "index.js",
"module": "index.js",
"type": "module",
Expand Down
27 changes: 27 additions & 0 deletions libs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 3.18.0

### Minor Changes

- 4457554: **Code splitting**

`@sebgroup/green-react` now supports code sub-imports for producing leaner output bundles.

Old version:

```js
import { Dropdown } from '@sebgroup/green-react'
```

New version:

```js
import { Dropdown } from '@sebgroup/green-react/src/lib/dropdown'
```

By specifying the exact module you want to import, you won't be adding any extra non-treeshakable weight to your bundle.

### Patch Changes

- Updated dependencies [eb3fbc7]
- @sebgroup/green-core@1.41.2

## 3.17.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@sebgroup/green-react",
"main": "./src/index.js",
"module": "./src/index.js",
"version": "3.17.0",
"version": "3.18.0",
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"dependencies": {
"@sebgroup/green-core": "^1.41.0",
"@sebgroup/green-core": "^1.41.2",
"@sebgroup/chlorophyll": "^3.6.2",
"@sebgroup/extract": "^3.0.1",
"@lit/react": "^1.0.2",
Expand Down

0 comments on commit 5fa5688

Please sign in to comment.