Skip to content

Commit

Permalink
Changeset: Version packages (#5351)
Browse files Browse the repository at this point in the history
* version packages

* chore(eslint): ignore changelogs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cassandra Tam <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 55330ea commit 9f2be94
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .changeset/dry-buttons-vanish.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/khaki-nails-jump.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/selfish-turtles-applaud.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silver-guests-build.md

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import prettierRules from './.prettierrc.js'
export default tseslint.config(
{
ignores: [
'**/CHANGELOG.md',
'**/*.d.ts',
'**/dist',
'**/__fixtures__',
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.68.7

### Patch Changes

- [#5339](https://github.com/cultureamp/kaizen-design-system/pull/5339) [`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd) - Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

## 1.68.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/components",
"version": "1.68.6",
"version": "1.68.7",
"description": "Kaizen component library",
"author": "Geoffrey Chong <[email protected]>",
"homepage": "https://cultureamp.design",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.8.5

### Patch Changes

- [#5339](https://github.com/cultureamp/kaizen-design-system/pull/5339) [`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd) - Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

## 10.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kaizen/design-tokens",
"description": "Tokens used in the Kaizen Design System",
"version": "10.8.4",
"version": "10.8.5",
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/hosted-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.1.1

### Patch Changes

- [#5339](https://github.com/cultureamp/kaizen-design-system/pull/5339) [`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd) - Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hosted-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/hosted-assets",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hosted assets for Culture Amp's Kaizen Design System.",
"homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/package-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kaizen/package-bundler

## 2.0.2

### Patch Changes

- [#5339](https://github.com/cultureamp/kaizen-design-system/pull/5339) [`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd) - Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/package-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/package-bundler",
"version": "2.0.1",
"version": "2.0.2",
"description": "Bundles libraries",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.3.11

### Patch Changes

- [#5339](https://github.com/cultureamp/kaizen-design-system/pull/5339) [`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd) - Upgrade dep eslint to v9.

This should not have any impact on consumers, but releasing a patch as source code has been updated with linting fixes.

- Updated dependencies [[`55330ea`](https://github.com/cultureamp/kaizen-design-system/commit/55330ea18746ae80bd234a07251573107b6f61cd)]:
- @kaizen/design-tokens@10.8.5

## 1.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/tailwind",
"version": "1.3.10",
"version": "1.3.11",
"description": "Kaizen Tailwind presets",
"scripts": {
"build": "pnpm package-bundler build",
Expand Down

0 comments on commit 9f2be94

Please sign in to comment.