Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 31, 2024
1 parent 0a0d16d commit 4f54821
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions configs/tsconfig-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.5) (2024-05-31)

### Bug Fixes

* **vite.json:** change to NodeNext for greater flexibility between browser and node ([3a53f93](https://github.com/waldronmatt/groundwork/commit/3a53f932fad035b20d6bf2a766a48e46aafe3bee)) - by @waldronmatt

## [1.1.4](https://github.com/waldronmatt/groundwork/compare/[email protected]@1.1.4) (2024-01-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion configs/tsconfig-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig-config",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions docs/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.9](https://github.com/waldronmatt/groundwork/compare/[email protected]@3.3.9) (2024-05-31)

### Bug Fixes

* **labeledinput.spec.tsx:** add file ext to fix linting errors ([0a0d16d](https://github.com/waldronmatt/groundwork/commit/0a0d16d9f31f6ba6144ff621a9d818d35c416857)) - by @waldronmatt

## [3.3.8](https://github.com/waldronmatt/groundwork/compare/[email protected]@3.3.8) (2024-05-10)

**Note:** Version bump only for package demo-ui-storybook
Expand Down
2 changes: 1 addition & 1 deletion docs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui-storybook",
"version": "3.3.8",
"version": "3.3.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.12](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-31)

### Bug Fixes

* **index.js:** add explicit filename and ext ([3b936a8](https://github.com/waldronmatt/groundwork/commit/3b936a8f31822bd2777666b5fff05d5ab5084fa0)) - by @waldronmatt

## [1.1.11](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-10)

**Note:** Version bump only for package @waldronmatt/story-tokens-ui
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/story-tokens-ui",
"version": "1.1.11",
"version": "1.1.12",
"module": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-31)

### Bug Fixes

* **package.json:** add back types field for node10 resolution ([80640ad](https://github.com/waldronmatt/groundwork/commit/80640ad5162256103bfa06c1c9465166879a04f5)) - by @waldronmatt

## [3.5.2](https://github.com/waldronmatt/groundwork/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2024-05-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldronmatt/demo-ui",
"version": "3.5.2",
"version": "3.5.3",
"type": "module",
"exports": {
"./lib/*": "./lib/*"
Expand Down

0 comments on commit 4f54821

Please sign in to comment.