Skip to content

Commit

Permalink
Version Packages (#18)
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 Jun 26, 2024
1 parent cae0203 commit 2aa951d
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/strong-readers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-zebras-tease.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/my-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@stencil/core": "^2.7.0"
},
"devDependencies": {
"@raisins/stencil-docs-target": "^1.0.1",
"@raisins/stencil-docs-target": "^1.1.0",
"npm-run-all": "^4.1.5",
"serve": "^12.0.1"
},
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.1.4

### Patch Changes

- Updated dependencies [[`cae0203`](https://github.com/saasquatch/raisins/commit/cae02034bca4a139c761d876d2da22ac42564857)]:
- @raisins/schema@1.1.0

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@raisins/core",
"author": "ReferralSaaSquatch.com, Inc.",
"description": "Core functions for manipulating and validating HTML and raisin nodes",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/core.esm.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"typescript": "^3.9.10"
},
"dependencies": {
"@raisins/schema": "^1.0.1",
"@raisins/schema": "^1.1.0",
"color2k": "^2.0.0",
"css": "^3.0.0",
"css-select": "^5.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.2.1

### Patch Changes

- [#17](https://github.com/saasquatch/raisins/pull/17) [`f6e0c9d`](https://github.com/saasquatch/raisins/commit/f6e0c9d6db2bc0296358067dd84574ffbfc45afb) Thanks [@Locrian24](https://github.com/Locrian24)! - Regress to [email protected]

- Updated dependencies [[`cae0203`](https://github.com/saasquatch/raisins/commit/cae02034bca4a139c761d876d2da22ac42564857)]:
- @raisins/schema@1.1.0
- @raisins/core@1.1.4

## 1.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@raisins/react",
"author": "ReferralSaaSquatch.com, Inc.",
"description": "React package with tools for building a Raisins editor",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react.esm.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
],
"dependencies": {
"@storybook/cli": "^7.0.21",
"@raisins/core": "^1.1.3",
"@raisins/schema": "^1.0.1",
"@raisins/core": "^1.1.4",
"@raisins/schema": "^1.1.0",
"bunshi": "~2.0.2",
"css-tree": "^1.1.3",
"fast-equals": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- [#16](https://github.com/saasquatch/raisins/pull/16) [`cae0203`](https://github.com/saasquatch/raisins/commit/cae02034bca4a139c761d876d2da22ac42564857) Thanks [@Locrian24](https://github.com/Locrian24)! - Added support for feature enforcement tags on components

## [1.0.1] - 2023-04-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raisins/schema",
"version": "1.0.1",
"version": "1.1.0",
"description": "Types (a.k.a. schema) for the Raisins ecosystem",
"author": "ReferralSaaSquatch.com, Inc.",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/stencil-docs-target/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

### Minor Changes

- [#16](https://github.com/saasquatch/raisins/pull/16) [`cae0203`](https://github.com/saasquatch/raisins/commit/cae02034bca4a139c761d876d2da22ac42564857) Thanks [@Locrian24](https://github.com/Locrian24)! - Added support for feature enforcement tags on components

### Patch Changes

- Updated dependencies [[`cae0203`](https://github.com/saasquatch/raisins/commit/cae02034bca4a139c761d876d2da22ac42564857)]:
- @raisins/schema@1.1.0

## [1.0.1] - 2023-04-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/stencil-docs-target/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raisins/stencil-docs-target",
"description": "A custom docs target for Stencil components. Edit in Raisins.",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
"module": "dist/stencil-docs-target.esm.js",
Expand Down Expand Up @@ -66,6 +66,6 @@
},
"homepage": "https://github.com/saasquatch/raisins",
"dependencies": {
"@raisins/schema": "^1.0.1"
"@raisins/schema": "^1.1.0"
}
}

0 comments on commit 2aa951d

Please sign in to comment.